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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c72 bt->bt_flags != 0 ? bt->bt_flags :
94 bt.bt_flags = 0;
100 bt.bt_flags |= AR_TIMER_MODE_TBTT;
104 bt.bt_flags |= AR_TIMER_MODE_NDP;
111 bt.bt_flags |= AR_TIMER_MODE_TBTT
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_alq.h90 uint32_t bt_flags; member in struct:if_ath_alq_tdma_timer_set
H A Dif_ath_tdma.c144 bt.bt_flags = 0;
169 t.bt_flags = htobe32(bt.bt_flags);
/freebsd-10.0-release/tools/tools/ath/athalq/
H A Dtdma.c114 be32toh(t.bt_flags),
H A Dar5416_ds_tdma.c430 be32toh(t.bt_flags),
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c315 u_int8_t opcode, u_int32_t bt_flags)
324 *(((u_int8_t *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 0) = bt_flags & 0xFF;
326 (bt_flags >> 8) & 0xFF;
328 (bt_flags >> 16) & 0xFF;
330 (bt_flags >> 24) & 0xFF;
336 bt_flags);
314 ar9300_mci_send_coex_bt_flags(struct ath_hal *ah, HAL_BOOL wait_done, u_int8_t opcode, u_int32_t bt_flags) argument
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h832 uint32_t bt_flags; /* timer enables */ member in struct:__anon7469

Completed in 136 milliseconds