Searched refs:phy_regarray_table_pg (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.c | 207 u32 *phy_regarray_table_pg; in _rtl92ce_phy_config_bb_with_pgheaderfile() local 211 phy_regarray_table_pg = RTL8192CEPHY_REG_ARRAY_PG; in _rtl92ce_phy_config_bb_with_pgheaderfile() 215 rtl_addr_delay(phy_regarray_table_pg[i]); in _rtl92ce_phy_config_bb_with_pgheaderfile() 218 phy_regarray_table_pg[i], in _rtl92ce_phy_config_bb_with_pgheaderfile() 219 phy_regarray_table_pg[i + 1], in _rtl92ce_phy_config_bb_with_pgheaderfile() 220 phy_regarray_table_pg[i + 2]); in _rtl92ce_phy_config_bb_with_pgheaderfile()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | phy.c | 186 u32 *phy_regarray_table_pg; in _rtl92cu_phy_config_bb_with_pgheaderfile() local 191 phy_regarray_table_pg = rtlphy->hwparam_tables[PHY_REG_PG].pdata; in _rtl92cu_phy_config_bb_with_pgheaderfile() 194 rtl_addr_delay(phy_regarray_table_pg[i]); in _rtl92cu_phy_config_bb_with_pgheaderfile() 196 phy_regarray_table_pg[i], in _rtl92cu_phy_config_bb_with_pgheaderfile() 197 phy_regarray_table_pg[i + 1], in _rtl92cu_phy_config_bb_with_pgheaderfile() 198 phy_regarray_table_pg[i + 2]); in _rtl92cu_phy_config_bb_with_pgheaderfile()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 449 u32 *phy_regarray_table_pg; in _rtl8723e_phy_config_bb_with_pgheaderfile() local 453 phy_regarray_table_pg = RTL8723EPHY_REG_ARRAY_PG; in _rtl8723e_phy_config_bb_with_pgheaderfile() 457 if (phy_regarray_table_pg[i] == 0xfe) in _rtl8723e_phy_config_bb_with_pgheaderfile() 459 else if (phy_regarray_table_pg[i] == 0xfd) in _rtl8723e_phy_config_bb_with_pgheaderfile() 461 else if (phy_regarray_table_pg[i] == 0xfc) in _rtl8723e_phy_config_bb_with_pgheaderfile() 463 else if (phy_regarray_table_pg[i] == 0xfb) in _rtl8723e_phy_config_bb_with_pgheaderfile() 465 else if (phy_regarray_table_pg[i] == 0xfa) in _rtl8723e_phy_config_bb_with_pgheaderfile() 467 else if (phy_regarray_table_pg[i] == 0xf9) in _rtl8723e_phy_config_bb_with_pgheaderfile() 471 phy_regarray_table_pg[i], in _rtl8723e_phy_config_bb_with_pgheaderfile() 472 phy_regarray_table_pg[i + 1], in _rtl8723e_phy_config_bb_with_pgheaderfile() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 710 u32 *phy_regarray_table_pg; in _rtl8723be_phy_config_bb_with_pgheaderfile() local 715 phy_regarray_table_pg = RTL8723BEPHY_REG_ARRAY_PG; in _rtl8723be_phy_config_bb_with_pgheaderfile() 719 v1 = phy_regarray_table_pg[i]; in _rtl8723be_phy_config_bb_with_pgheaderfile() 720 v2 = phy_regarray_table_pg[i+1]; in _rtl8723be_phy_config_bb_with_pgheaderfile() 721 v3 = phy_regarray_table_pg[i+2]; in _rtl8723be_phy_config_bb_with_pgheaderfile() 722 v4 = phy_regarray_table_pg[i+3]; in _rtl8723be_phy_config_bb_with_pgheaderfile() 723 v5 = phy_regarray_table_pg[i+4]; in _rtl8723be_phy_config_bb_with_pgheaderfile() 724 v6 = phy_regarray_table_pg[i+5]; in _rtl8723be_phy_config_bb_with_pgheaderfile() 727 if (phy_regarray_table_pg[i] == 0xfe || in _rtl8723be_phy_config_bb_with_pgheaderfile() 728 phy_regarray_table_pg[i] == 0xffe) in _rtl8723be_phy_config_bb_with_pgheaderfile()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 856 u32 *phy_regarray_table_pg; in phy_config_bb_with_pghdrfile() local 861 phy_regarray_table_pg = RTL8192EE_PHY_REG_ARRAY_PG; in phy_config_bb_with_pghdrfile() 865 v1 = phy_regarray_table_pg[i]; in phy_config_bb_with_pghdrfile() 866 v2 = phy_regarray_table_pg[i+1]; in phy_config_bb_with_pghdrfile() 867 v3 = phy_regarray_table_pg[i+2]; in phy_config_bb_with_pghdrfile() 868 v4 = phy_regarray_table_pg[i+3]; in phy_config_bb_with_pghdrfile() 869 v5 = phy_regarray_table_pg[i+4]; in phy_config_bb_with_pghdrfile() 870 v6 = phy_regarray_table_pg[i+5]; in phy_config_bb_with_pghdrfile()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 360 u32 *phy_regarray_table_pg; in _rtl92d_phy_config_bb_with_pgheaderfile() local 364 phy_regarray_table_pg = rtl8192de_phy_reg_array_pg; in _rtl92d_phy_config_bb_with_pgheaderfile() 367 rtl_addr_delay(phy_regarray_table_pg[i]); in _rtl92d_phy_config_bb_with_pgheaderfile() 369 phy_regarray_table_pg[i], in _rtl92d_phy_config_bb_with_pgheaderfile() 370 phy_regarray_table_pg[i + 1], in _rtl92d_phy_config_bb_with_pgheaderfile() 371 phy_regarray_table_pg[i + 2]); in _rtl92d_phy_config_bb_with_pgheaderfile()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
D | phy.c | 325 const u32 *phy_regarray_table_pg; in _rtl92du_phy_config_bb_pg() local 330 phy_regarray_table_pg = rtl8192du_phy_reg_array_pg; in _rtl92du_phy_config_bb_pg() 334 rtl_addr_delay(phy_regarray_table_pg[i]); in _rtl92du_phy_config_bb_pg() 336 phy_regarray_table_pg[i], in _rtl92du_phy_config_bb_pg() 337 phy_regarray_table_pg[i + 1], in _rtl92du_phy_config_bb_pg() 338 phy_regarray_table_pg[i + 2]); in _rtl92du_phy_config_bb_pg()
|