Home
last modified time | relevance | path

Searched refs:btconf (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c52 ar5416BTCoexConfig(struct ath_hal *ah, HAL_BT_COEX_CONFIG *btconf) in ar5416BTCoexConfig() argument
55 HAL_BOOL rxClearPolarity = btconf->bt_rxclear_polarity; in ar5416BTCoexConfig()
62 rxClearPolarity = !btconf->bt_rxclear_polarity; in ar5416BTCoexConfig()
66 SM(btconf->bt_time_extend, AR_BT_TIME_EXTEND) | in ar5416BTCoexConfig()
67 SM(btconf->bt_txstate_extend, AR_BT_TXSTATE_EXTEND) | in ar5416BTCoexConfig()
68 SM(btconf->bt_txframe_extend, AR_BT_TX_FRAME_EXTEND) | in ar5416BTCoexConfig()
69 SM(btconf->bt_mode, AR_BT_MODE) | in ar5416BTCoexConfig()
70 SM(btconf->bt_quiet_collision, AR_BT_QUIET) | in ar5416BTCoexConfig()
72 SM(btconf->bt_priority_time, AR_BT_PRIORITY_TIME) | in ar5416BTCoexConfig()
73 SM(btconf->bt_first_slot_time, AR_BT_FIRST_SLOT_TIME); in ar5416BTCoexConfig()
[all …]
H A Dar5416.h204 HAL_BT_COEX_CONFIG *btconf);
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2417 ar9300_bt_coex_config(struct ath_hal *ah, HAL_BT_COEX_CONFIG *btconf) in ar9300_bt_coex_config() argument
2426 rx_clear_polarity = !btconf->bt_rxclear_polarity; in ar9300_bt_coex_config()
2429 SM(btconf->bt_time_extend, AR_BT_TIME_EXTEND) | in ar9300_bt_coex_config()
2430 SM(btconf->bt_txstate_extend, AR_BT_TXSTATE_EXTEND) | in ar9300_bt_coex_config()
2431 SM(btconf->bt_txframe_extend, AR_BT_TX_FRAME_EXTEND) | in ar9300_bt_coex_config()
2432 SM(btconf->bt_mode, AR_BT_MODE) | in ar9300_bt_coex_config()
2433 SM(btconf->bt_quiet_collision, AR_BT_QUIET) | in ar9300_bt_coex_config()
2435 SM(btconf->bt_priority_time, AR_BT_PRIORITY_TIME) | in ar9300_bt_coex_config()
2436 SM(btconf->bt_first_slot_time, AR_BT_FIRST_SLOT_TIME); in ar9300_bt_coex_config()
2438 ahp->ah_bt_coex_mode2 |= SM(btconf->bt_hold_rxclear, AR_BT_HOLD_RX_CLEAR); in ar9300_bt_coex_config()
H A Dar9300.h1536 extern void ar9300_bt_coex_config(struct ath_hal *ah, HAL_BT_COEX_CONFIG *btconf);