Searched refs:eeprom_bt_ant_isol (Results 1 – 4 of 4) sorted by relevance
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()
2286 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8723e_bt_var_init()2368 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8723e_read_bt_coexist_info_from_hwpg()2375 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8723e_read_bt_coexist_info_from_hwpg()
2411 rtlpriv->btcoexist.eeprom_bt_ant_isol; in rtl8188ee_bt_var_init()2451 rtlpriv->btcoexist.eeprom_bt_ant_isol = ((value & 0x10) >> 4); in rtl8188ee_read_bt_coexist_info_from_hwpg()2458 rtlpriv->btcoexist.eeprom_bt_ant_isol = 0; in rtl8188ee_read_bt_coexist_info_from_hwpg()
2626 u8 eeprom_bt_ant_isol; member