Searched refs:eeprom_bt_ant_isol (Results 1 – 4 of 4) sorted by relevance
2215 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8192ce_bt_var_init()2253 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((val & 0x10) >> 4); in rtl8192ce_read_bt_coexist_info_from_hwpg()2260 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8192ce_read_bt_coexist_info_from_hwpg()
2271 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8723e_bt_var_init()2353 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8723e_read_bt_coexist_info_from_hwpg()2360 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8723e_read_bt_coexist_info_from_hwpg()
2408 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8188ee_bt_var_init()2448 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8188ee_read_bt_coexist_info_from_hwpg()2455 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8188ee_read_bt_coexist_info_from_hwpg()
2538 u8 eeprom_bt_ant_isol; member