Home
last modified time | relevance | path

Searched refs:bt_flags (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c319 u_int8_t opcode, u_int32_t bt_flags) in ar9300_mci_send_coex_bt_flags() argument
328 *(((u_int8_t *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 0) = bt_flags & 0xFF; in ar9300_mci_send_coex_bt_flags()
330 (bt_flags >> 8) & 0xFF; in ar9300_mci_send_coex_bt_flags()
332 (bt_flags >> 16) & 0xFF; in ar9300_mci_send_coex_bt_flags()
334 (bt_flags >> 24) & 0xFF; in ar9300_mci_send_coex_bt_flags()
340 bt_flags); in ar9300_mci_send_coex_bt_flags()
H A Dar9300_freebsd.c976 bt->bt_flags != 0 ? bt->bt_flags : in ar9300_beacon_set_beacon_timers()