Home
last modified time | relevance | path

Searched refs:ext_pa_5g (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821a.c406 "band_width = %d, ext_pa = %d, ext_pa_5g = %d\n", in rtw8821a_iqk()
407 hal->current_band_width, efuse->ext_pa_2g, efuse->ext_pa_5g); in rtw8821a_iqk()
457 if (efuse->ext_pa_5g) in rtw8821a_iqk()
521 if (efuse->ext_pa_5g) in rtw8821a_iqk()
H A Drtw88xxa.c41 efuse->ext_pa_5g = (efuse->pa_type_5g & BIT(1)) && in rtw8812a_read_amplifier_type()
54 if (efuse->ext_pa_5g) { in rtw8812a_read_amplifier_type()
94 if (efuse->ext_pa_5g) { in rtw8812a_read_rfe_type()
114 (efuse->ext_pa_5g || efuse->ext_pa_2g || in rtw8812a_read_rfe_type()
H A Drtw8812a.c346 if (efuse->ext_pa_5g) { in rtw8812a_iqk()
H A Dmain.h1817 bool ext_pa_5g; member
H A Dmain.c2030 efuse->ext_pa_5g = efuse->pa_type_5g & BIT(0) ? 1 : 0; in rtw_chip_efuse_info_setup()
H A Dphy.c1114 cond.rfe |= efuse->ext_pa_5g << 3; in rtw_phy_setup_phy_cond()