Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw88xxa.c36 efuse->ext_pa_2g = (efuse->pa_type_2g & BIT(5)) && in rtw8812a_read_amplifier_type()
47 if (efuse->ext_pa_2g) { in rtw8812a_read_amplifier_type()
95 if (efuse->ext_lna_2g && efuse->ext_pa_2g) in rtw8812a_read_rfe_type()
114 (efuse->ext_pa_5g || efuse->ext_pa_2g || in rtw8812a_read_rfe_type()
H A Drtw8821a.c407 hal->current_band_width, efuse->ext_pa_2g, efuse->ext_pa_5g); in rtw8821a_iqk()
H A Drtw8812a.c367 if (efuse->ext_pa_2g) in rtw8812a_iqk()
H A Dmain.h1816 bool ext_pa_2g; member
H A Dmain.c2028 efuse->ext_pa_2g = efuse->pa_type_2g & BIT(4) ? 1 : 0; in rtw_chip_efuse_info_setup()
H A Dphy.c1112 cond.rfe |= efuse->ext_pa_2g << 1; in rtw_phy_setup_phy_cond()