Searched refs:aic_timer_reset (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic_osm_lib.h | 156 static __inline void aic_timer_reset(aic_timer_t *, u_int, 162 aic_timer_reset(aic_timer_t *timer, u_int msec, aic_callback_t *func, void *arg) in aic_timer_reset() function
|
H A D | aic79xx.c | 6461 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_init() 8021 aic_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd); in ahd_reset_channel() 8039 aic_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_MS, in ahd_reset_poll() 8085 aic_timer_reset(&ahd->stat_timer, AHD_STAT_UPDATE_MS, in ahd_stat_timer()
|