Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg3979 const AHD_TIMER_US_PER_TICK 25
3981 const AHD_TIMER_MAX_US (AHD_TIMER_MAX_TICKS * AHD_TIMER_US_PER_TICK)
H A Daic79xx_reg.h3784 #define AHD_TIMER_US_PER_TICK 0x19 macro
/openbsd/sys/dev/ic/
H A Daic79xx.c6787 ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK); in ahd_update_coalescing_values()