Home
last modified time | relevance | path

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

/linux-6.1.9/arch/nios2/kernel/
Dtime.c63 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw() function
78 count = timer_readw(timer, ALTERA_TIMER_SNAPH_REG) << 16 | in read_timersnapshot()
79 timer_readw(timer, ALTERA_TIMER_SNAPL_REG); in read_timersnapshot()
121 ctrl = timer_readw(timer, ALTERA_TIMER_CONTROL_REG); in nios2_timer_start()
130 ctrl = timer_readw(timer, ALTERA_TIMER_CONTROL_REG); in nios2_timer_stop()
144 ctrl = timer_readw(timer, ALTERA_TIMER_CONTROL_REG); in nios2_timer_config()