Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c65 ar9300_mac_to_usec(struct ath_hal *ah, u_int clks) in ar9300_mac_to_usec() function
573 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) { in ar9300_set_slot_time()
590 if (us > ar9300_mac_to_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) { in ar9300_set_ack_timeout()
607 return ar9300_mac_to_usec(ah, clks); /* convert from system clocks */ in ar9300_get_ack_timeout()