Searched refs:PMU_PAREG_LVL_CTR_MASK (Results 1 – 1 of 1) sorted by relevance
1118 #define PMU_PAREG_LVL_CTR_MASK 0x00000007 macro1119 #define PMU_PAREG_LVL_CTR_GET(x) (((x) & PMU_PAREG_LVL_CTR_MASK) >> PMU_PAREG_LVL_C…1120 … PMU_PAREG_LVL_CTR_SET(x) (((x) << PMU_PAREG_LVL_CTR_LSB) & PMU_PAREG_LVL_CTR_MASK)