Lines Matching defs:t

81 static void npcm7xx_timer_start(NPCM7xxBaseTimer *t)  in npcm7xx_timer_start()
91 static void npcm7xx_timer_pause(NPCM7xxBaseTimer *t) in npcm7xx_timer_pause()
101 static void npcm7xx_timer_clear(NPCM7xxBaseTimer *t) in npcm7xx_timer_clear()
129 static int64_t npcm7xx_timer_count_to_ns(NPCM7xxTimer *t, uint32_t count) in npcm7xx_timer_count_to_ns()
139 static uint32_t npcm7xx_timer_ns_to_count(NPCM7xxTimer *t, int64_t ns) in npcm7xx_timer_ns_to_count()
148 static uint32_t npcm7xx_watchdog_timer_prescaler(const NPCM7xxWatchdogTimer *t) in npcm7xx_watchdog_timer_prescaler()
164 static void npcm7xx_watchdog_timer_reset_cycles(NPCM7xxWatchdogTimer *t, in npcm7xx_watchdog_timer_reset_cycles()
180 static void npcm7xx_watchdog_timer_reset(NPCM7xxWatchdogTimer *t) in npcm7xx_watchdog_timer_reset()
197 static void npcm7xx_timer_check_interrupt(NPCM7xxTimer *t) in npcm7xx_timer_check_interrupt()
211 static void npcm7xx_timer_reached_zero(NPCM7xxTimer *t) in npcm7xx_timer_reached_zero()
237 static void npcm7xx_timer_restart(NPCM7xxTimer *t, uint32_t old_tcsr) in npcm7xx_timer_restart()
248 static uint32_t npcm7xx_timer_read_tdr(NPCM7xxTimer *t) in npcm7xx_timer_read_tdr()
259 static void npcm7xx_timer_write_tcsr(NPCM7xxTimer *t, uint32_t new_tcsr) in npcm7xx_timer_write_tcsr()
315 static void npcm7xx_timer_write_ticr(NPCM7xxTimer *t, uint32_t new_ticr) in npcm7xx_timer_write_ticr()
335 static void npcm7xx_timer_write_wtcr(NPCM7xxWatchdogTimer *t, uint32_t new_wtcr) in npcm7xx_timer_write_wtcr()
542 NPCM7xxTimer *t = opaque; in npcm7xx_timer_expired() local
555 NPCM7xxTimer *t = &s->timer[i]; in npcm7xx_timer_enter_reset() local
573 NPCM7xxWatchdogTimer *t = opaque; in npcm7xx_watchdog_timer_expired() local
615 NPCM7xxTimer *t = &s->timer[i]; in npcm7xx_timer_init() local