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