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

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

Completed in 73 milliseconds