Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_beacon.c55 ONE_EIGHTH_TU_TO_USEC(beacon_period & HAL_BEACON_PERIOD_TU8); in ar9300_beacon_init()
/freebsd-head/sys/dev/ath/
HDif_ath_beacon.c1216 nexttbtt_u8 = (nexttbtt << 3) & HAL_BEACON_PERIOD_TU8; in ath_beacon_config()
1217 intval_u8 = (intval << 3) & HAL_BEACON_PERIOD_TU8; in ath_beacon_config()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h836 #define HAL_BEACON_PERIOD_TU8 0x0007ffff /* beacon interval, tu/8 */ macro