Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c67 ar9300_mac_to_usec(struct ath_hal *ah, u_int clks) in ar9300_mac_to_usec() function
575 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) { in ar9300_set_slot_time()
592 if (us > ar9300_mac_to_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) { in ar9300_set_ack_timeout()
609 return ar9300_mac_to_usec(ah, clks); /* convert from system clocks */ in ar9300_get_ack_timeout()