Searched refs:RA_RFE_PINMUX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 340 rtl_set_bbreg(hw, RA_RFE_PINMUX, BMASKDWORD, 0x54337770); in _rtl8812ae_phy_set_rfe_reg_24g() 347 rtl_set_bbreg(hw, RA_RFE_PINMUX, BMASKDWORD, 0x77777777); in _rtl8812ae_phy_set_rfe_reg_24g() 353 rtl_write_byte(rtlpriv, RA_RFE_PINMUX + 2, 0x77); in _rtl8812ae_phy_set_rfe_reg_24g() 361 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xffffff, 0x777777); in _rtl8812ae_phy_set_rfe_reg_24g() 395 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xffffff, 0x337717); in _rtl8812ae_phy_set_rfe_reg_5g() 401 rtl_set_bbreg(hw, RA_RFE_PINMUX, BMASKDWORD, in _rtl8812ae_phy_set_rfe_reg_5g() 417 rtl_write_byte(rtlpriv, RA_RFE_PINMUX + 2, 0x33); in _rtl8812ae_phy_set_rfe_reg_5g() 610 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF000, 0x7); in rtl8821ae_phy_switch_wirelessband() 612 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF0, 0x7); in rtl8821ae_phy_switch_wirelessband() 640 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF000, 0x5); in rtl8821ae_phy_switch_wirelessband() [all …]
|
H A D | reg.h | 2340 #define RA_RFE_PINMUX 0xcb0 macro
|