Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_btcoex.c120 btconfig.bt_rxclear_polarity = 1; /* true */ in ath_btcoex_cfg_wb195()
177 btconfig.bt_rxclear_polarity = 1; /* true */ in ath_btcoex_cfg_wb225()
240 btconfig.bt_rxclear_polarity = 1; /* true */ in ath_btcoex_cfg_mci()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c55 HAL_BOOL rxClearPolarity = btconf->bt_rxclear_polarity; in ar5416BTCoexConfig()
62 rxClearPolarity = !btconf->bt_rxclear_polarity; in ar5416BTCoexConfig()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_btcoex.h135 HAL_BOOL bt_rxclear_polarity; member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c2426 rx_clear_polarity = !btconf->bt_rxclear_polarity; in ar9300_bt_coex_config()