Searched refs:HAL_BEACON_PERIOD_TU8 (Results 1 – 3 of 3) sorted by relevance
55 ONE_EIGHTH_TU_TO_USEC(beacon_period & HAL_BEACON_PERIOD_TU8); in ar9300_beacon_init()
1216 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()
836 #define HAL_BEACON_PERIOD_TU8 0x0007ffff /* beacon interval, tu/8 */ macro