Home
last modified time | relevance | path

Searched refs:GT_TC_CONTROL_OFS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dcevt-gt641xx.c43 GT_WRITE(GT_TC_CONTROL_OFS, GT_TC_CONTROL_ENTC0_MSK); in gt641xx_timer0_state()
55 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_set_next_event()
60 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_set_next_event()
73 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_shutdown()
75 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_shutdown()
87 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_set_oneshot()
90 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_set_oneshot()
102 ctrl = GT_READ(GT_TC_CONTROL_OFS); in gt641xx_timer0_set_periodic()
104 GT_WRITE(GT_TC_CONTROL_OFS, ctrl); in gt641xx_timer0_set_periodic()
/Linux-v4.19/arch/mips/include/asm/
Dgt64120.h174 #define GT_TC_CONTROL_OFS 0x864 macro