Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c2285 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8723e_bt_var_init()
2367 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8723e_read_bt_coexist_info_from_hwpg()
2374 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8723e_read_bt_coexist_info_from_hwpg()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c2233 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8192ce_bt_var_init()
2271 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((val & 0x10) >> 4); in rtl8192ce_read_bt_coexist_info_from_hwpg()
2278 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8192ce_read_bt_coexist_info_from_hwpg()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c2413 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8188ee_bt_var_init()
2453 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8188ee_read_bt_coexist_info_from_hwpg()
2460 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8188ee_read_bt_coexist_info_from_hwpg()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2590 u8 eeprom_bt_ant_isol; member