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

/freebsd-current/sys/dev/ath/
H A Dif_ath_beacon.c935 u_int32_t nexttbtt_u8, intval_u8; local
1217 intval_u8 = (intval << 3) & HAL_BEACON_PERIOD_TU8;
1219 intval_u8 |= HAL_BEACON_ENA;
1221 intval_u8 |= HAL_BEACON_RESET_TSF;
1222 ath_hal_beaconinit(ah, nexttbtt_u8, intval_u8);

Completed in 104 milliseconds