Searched refs:eeprom_bt_ant_isol (Results 1 – 4 of 4) sorted by relevance
2280 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8723e_bt_var_init()2362 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8723e_read_bt_coexist_info_from_hwpg()2369 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8723e_read_bt_coexist_info_from_hwpg()
2228 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8192ce_bt_var_init()2266 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((val & 0x10) >> 4); in rtl8192ce_read_bt_coexist_info_from_hwpg()2273 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8192ce_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()
2548 u8 eeprom_bt_ant_isol; member