Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c1857 rtlpriv->btcoexist.eeprom_bt_ant_num == ANT_X1) in _rtl88ee_read_adapter_info()
2403 rtlpriv->btcoexist.bt_ant_num = rtlpriv->btcoexist.eeprom_bt_ant_num; in rtl8188ee_bt_var_init()
2447 rtlpriv->btcoexist.eeprom_bt_ant_num = (value & 0x1); in rtl8188ee_read_bt_coexist_info_from_hwpg()
2454 rtlpriv->btcoexist.eeprom_bt_ant_num = ANT_X2; in rtl8188ee_read_bt_coexist_info_from_hwpg()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.c2275 rtlpriv->btcoexist.eeprom_bt_ant_num; in rtl8723e_bt_var_init()
2361 rtlpriv->btcoexist.eeprom_bt_ant_num = (value & 0x1); in rtl8723e_read_bt_coexist_info_from_hwpg()
2368 rtlpriv->btcoexist.eeprom_bt_ant_num = ANT_X2; in rtl8723e_read_bt_coexist_info_from_hwpg()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.c2222 rtlpriv->btcoexist.eeprom_bt_ant_num; in rtl8192ce_bt_var_init()
2265 rtlpriv->btcoexist.eeprom_bt_ant_num = (val & 0x1); in rtl8192ce_read_bt_coexist_info_from_hwpg()
2272 rtlpriv->btcoexist.eeprom_bt_ant_num = ANT_X2; in rtl8192ce_read_bt_coexist_info_from_hwpg()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2547 u8 eeprom_bt_ant_num; member