Lines Matching refs:BIT
79 #define PPMU_PMNC_START_MODE_MASK BIT(16)
80 #define PPMU_PMNC_CC_DIVIDER_MASK BIT(3)
81 #define PPMU_PMNC_CC_RESET_MASK BIT(2)
82 #define PPMU_PMNC_COUNTER_RESET_MASK BIT(1)
83 #define PPMU_PMNC_ENABLE_MASK BIT(0)
86 #define PPMU_CCNT_MASK BIT(31)
87 #define PPMU_PMCNT3_MASK BIT(3)
88 #define PPMU_PMCNT2_MASK BIT(2)
89 #define PPMU_PMCNT1_MASK BIT(1)
90 #define PPMU_PMCNT0_MASK BIT(0)
154 #define PPMU_PMNC_START_MODE_MASK BIT(16)
155 #define PPMU_PMNC_CC_DIVIDER_MASK BIT(3)
156 #define PPMU_PMNC_CC_RESET_MASK BIT(2)
157 #define PPMU_PMNC_COUNTER_RESET_MASK BIT(1)
158 #define PPMU_PMNC_ENABLE_MASK BIT(0)