Searched refs:TIMER_STOP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpic_timer.c | 39 #define TIMER_STOP 0x80000000 macro 158 out_be32(&priv->regs[num].gtbcr, tmp_ticks | TIMER_STOP); in set_cascade_timer() 227 ticks | TIMER_STOP); in get_timer() 252 clrbits32(&priv->regs[handle->num].gtbcr, TIMER_STOP); in mpic_start_timer() 268 setbits32(&priv->regs[handle->num].gtbcr, TIMER_STOP); in mpic_stop_timer()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | mpic_timer.c | 38 #define TIMER_STOP 0x80000000 macro 157 out_be32(&priv->regs[num].gtbcr, tmp_ticks | TIMER_STOP); in set_cascade_timer() 226 ticks | TIMER_STOP); in get_timer() 251 clrbits32(&priv->regs[handle->num].gtbcr, TIMER_STOP); in mpic_start_timer() 267 setbits32(&priv->regs[handle->num].gtbcr, TIMER_STOP); in mpic_stop_timer()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32.h | 134 # define TIMER_STOP BIT(8) macro
|
H A D | nsp32.c | 1117 nsp32_write2(base, TIMER_SET, TIMER_STOP); in nsp32hw_init() 1118 nsp32_write2(base, TIMER_SET, TIMER_STOP); /* Required 2 times */ in nsp32hw_init() 1193 nsp32_write2(base, TIMER_SET, TIMER_STOP); in do_nsp32_isr()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | nsp32.h | 134 # define TIMER_STOP BIT(8) macro
|
H A D | nsp32.c | 1124 nsp32_write2(base, TIMER_SET, TIMER_STOP); in nsp32hw_init() 1125 nsp32_write2(base, TIMER_SET, TIMER_STOP); /* Required 2 times */ in nsp32hw_init() 1202 nsp32_write2(base, TIMER_SET, TIMER_STOP); in do_nsp32_isr()
|
Completed in 13 milliseconds