Searched refs:beaconintval (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_beacon.c | 76 u_int32_t next_tbtt, beaconintval, dtimperiod, beacontimeout; in ar9300_set_sta_beacon_timers() local 126 beaconintval = bs->bs_intval & HAL_BEACON_PERIOD; in ar9300_set_sta_beacon_timers() 127 HALASSERT(beaconintval != 0); in ar9300_set_sta_beacon_timers() 128 if (bs->bs_sleepduration > beaconintval) { in ar9300_set_sta_beacon_timers() 129 HALASSERT(roundup(bs->bs_sleepduration, beaconintval) == in ar9300_set_sta_beacon_timers() 131 beaconintval = bs->bs_sleepduration; in ar9300_set_sta_beacon_timers() 140 HALASSERT(beaconintval <= dtimperiod); in ar9300_set_sta_beacon_timers() 141 if (beaconintval == dtimperiod) { in ar9300_set_sta_beacon_timers() 152 "%s: beacon period %d\n", __func__, beaconintval); in ar9300_set_sta_beacon_timers() 180 OS_REG_WRITE(ah, AR_TIM_PERIOD, TU_TO_USEC(beaconintval)); in ar9300_set_sta_beacon_timers()
|
| /trueos/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_beacon.c | 149 uint32_t nextTbtt, nextdtim,beaconintval, dtimperiod; in ar5212SetStaBeaconTimers() local 229 beaconintval = bs->bs_intval & HAL_BEACON_PERIOD; in ar5212SetStaBeaconTimers() 230 HALASSERT(beaconintval != 0); in ar5212SetStaBeaconTimers() 231 if (bs->bs_sleepduration > beaconintval) { in ar5212SetStaBeaconTimers() 232 HALASSERT(roundup(bs->bs_sleepduration, beaconintval) == in ar5212SetStaBeaconTimers() 234 beaconintval = bs->bs_sleepduration; in ar5212SetStaBeaconTimers() 243 HALASSERT(beaconintval <= dtimperiod); in ar5212SetStaBeaconTimers() 244 if (beaconintval == dtimperiod) in ar5212SetStaBeaconTimers() 261 SM(beaconintval, AR_SLEEP3_TIM_PERIOD) in ar5212SetStaBeaconTimers() 269 __func__, beaconintval); in ar5212SetStaBeaconTimers()
|
| /trueos/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_beacon.c | 153 uint32_t nextTbtt, nextdtim,beaconintval, dtimperiod; in ar5416SetStaBeaconTimers() local 210 beaconintval = bs->bs_intval & HAL_BEACON_PERIOD; in ar5416SetStaBeaconTimers() 211 HALASSERT(beaconintval != 0); in ar5416SetStaBeaconTimers() 212 if (bs->bs_sleepduration > beaconintval) { in ar5416SetStaBeaconTimers() 213 HALASSERT(roundup(bs->bs_sleepduration, beaconintval) == in ar5416SetStaBeaconTimers() 215 beaconintval = bs->bs_sleepduration; in ar5416SetStaBeaconTimers() 224 HALASSERT(beaconintval <= dtimperiod); in ar5416SetStaBeaconTimers() 225 if (beaconintval == dtimperiod) in ar5416SetStaBeaconTimers() 246 OS_REG_WRITE(ah, AR_TIM_PERIOD, TU_TO_USEC(beaconintval)); in ar5416SetStaBeaconTimers() 256 __func__, beaconintval); in ar5416SetStaBeaconTimers()
|