Lines Matching refs:bs
105 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs)
111 HALASSERT(bs->bs_intval != 0);
113 if (bs->bs_cfpmaxduration != 0) {
120 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod);
123 OS_REG_WRITE(ah, AR_CFP_DUR, bs->bs_cfpmaxduration);
126 OS_REG_WRITE(ah, AR_TIMER2, bs->bs_cfpnext << 3);
136 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
147 | SM(bs->bs_intval, AR_BEACON_PERIOD)
148 | SM(bs->bs_timoffset ? bs->bs_timoffset + 4 : 0, AR_BEACON_TIM)
168 (bs->bs_bmissthreshold&7) == 0) {
171 __func__, bs->bs_bmissthreshold);
186 | SM(bs->bs_bmissthreshold > BMISS_MAX ?
187 BMISS_MAX : bs->bs_bmissthreshold,