Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dbase.h131 int last_calib_ticks; member
Dath5k.c506 sc->last_calib_ticks = currticks(); in ath5k_attach()
1425 if (currticks() - sc->last_calib_ticks > in ath5k_poll()
1428 sc->last_calib_ticks = currticks(); in ath5k_poll()