Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_ti.c1800 sc->ti_stat_ticks = 2 * TI_TICKS_PER_SEC; in ti_attach()
1801 sc->ti_rx_coal_ticks = TI_TICKS_PER_SEC / 5000; in ti_attach()
1802 sc->ti_tx_coal_ticks = TI_TICKS_PER_SEC / 500; in ti_attach()
Dif_tireg.h284 #define TI_TICKS_PER_SEC 1000000 macro