Searched refs:bt_intval (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/ |
| D | ar5212_beacon.c | 65 if (bt->bt_intval & AR_BEACON_RESET_TSF) { in ar5212SetBeaconTimers() 77 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5212SetBeaconTimers() 78 ahp->ah_beaconInterval = (bt->bt_intval & HAL_BEACON_PERIOD); in ar5212SetBeaconTimers() 121 bt.bt_intval = beacon_period & in ar5212BeaconInit()
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416_beacon.c | 56 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD); in ar5416SetBeaconTimers() 57 ahp->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD; in ar5416SetBeaconTimers() 66 if (bt->bt_intval & AR_BEACON_RESET_TSF) in ar5416SetBeaconTimers() 123 bt.bt_intval = beacon_period & in ar5416BeaconInit()
|
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath_tdma.c | 138 bt.bt_intval = bintval | HAL_BEACON_ENA; in ath_tdma_settimers() 149 bt.bt_intval, in ath_tdma_settimers() 150 bt.bt_intval, in ath_tdma_settimers() 164 t.bt_intval = htobe32(bt.bt_intval); in ath_tdma_settimers()
|
| D | if_ath_alq.h | 85 uint32_t bt_intval; member
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211_beacon.c | 57 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5211SetBeaconTimers() 97 bt.bt_intval = beacon_period & in ar5211BeaconInit()
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/ |
| D | ar5210_beacon.c | 54 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5210SetBeaconTimers() 88 bt.bt_intval = beacon_period & in ar5210BeaconInit()
|
| /freebsd-10-stable/tools/tools/ath/athalq/ |
| D | tdma.c | 109 be32toh(t.bt_intval), in ath_tdma_timer_set()
|
| D | ar5416_ds_tdma.c | 425 be32toh(t.bt_intval), in ath_tdma_timer_set()
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ |
| D | ah.h | 827 uint32_t bt_intval; /* beacon interval+flags */ member
|