Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd.h290 uint32 tick; /* O/S tick time (usec) */ member
Ddhd_linux.c479 tmo->tick = 1000000 / HZ; in dhd_timeout_start()
497 if (tmo->increment < tmo->tick) { in dhd_timeout_expired()
500 if (tmo->increment > tmo->tick) in dhd_timeout_expired()
501 tmo->increment = tmo->tick; in dhd_timeout_expired()