Searched refs:GTCFR_STP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_gtm.c | 26 #define GTCFR_STP(x) ((x) & 1 ? 1 << 5 : 1 << 1) macro 209 clrsetbits_8(tmr->gtcfr, ~(GTCFR_STP(num) | GTCFR_RST(num)), in gtm_set_ref_timer16() 210 GTCFR_STP(num) | GTCFR_RST(num)); in gtm_set_ref_timer16() 212 setbits8(tmr->gtcfr, GTCFR_STP(num)); in gtm_set_ref_timer16() 223 clrbits8(tmr->gtcfr, GTCFR_STP(num)); in gtm_set_ref_timer16() 310 setbits8(tmr->gtcfr, GTCFR_STP(num)); in gtm_stop_timer16()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_gtm.c | 26 #define GTCFR_STP(x) ((x) & 1 ? 1 << 5 : 1 << 1) macro 209 clrsetbits_8(tmr->gtcfr, ~(GTCFR_STP(num) | GTCFR_RST(num)), in gtm_set_ref_timer16() 210 GTCFR_STP(num) | GTCFR_RST(num)); in gtm_set_ref_timer16() 212 setbits8(tmr->gtcfr, GTCFR_STP(num)); in gtm_set_ref_timer16() 223 clrbits8(tmr->gtcfr, GTCFR_STP(num)); in gtm_set_ref_timer16() 310 setbits8(tmr->gtcfr, GTCFR_STP(num)); in gtm_stop_timer16()
|
Completed in 2 milliseconds