Searched refs:eeprom_bt_ant_isol (Results 1 – 4 of 4) sorted by relevance
2285 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()
2224 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8192ce_bt_var_init()2262 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((val & 0x10) >> 4); in rtl8192ce_read_bt_coexist_info_from_hwpg()2269 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8192ce_read_bt_coexist_info_from_hwpg()
2409 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8188ee_bt_var_init()2449 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8188ee_read_bt_coexist_info_from_hwpg()2456 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8188ee_read_bt_coexist_info_from_hwpg()
2624 u8 eeprom_bt_ant_isol; member