Searched refs:RA_RFE_PINMUX (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 539 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF000, 0x7); in rtl8821ae_phy_switch_wirelessband() 541 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF0, 0x7); in rtl8821ae_phy_switch_wirelessband() 557 rtl_set_bbreg(hw, RA_RFE_PINMUX, BMASKDWORD, in rtl8821ae_phy_switch_wirelessband() 574 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF000, 0x5); in rtl8821ae_phy_switch_wirelessband() 576 rtl_set_bbreg(hw, RA_RFE_PINMUX, 0xF0, 0x4); in rtl8821ae_phy_switch_wirelessband() 619 rtl_set_bbreg(hw, RA_RFE_PINMUX, BMASKDWORD, in rtl8821ae_phy_switch_wirelessband() 4574 rtl_set_bbreg(hw, RA_RFE_PINMUX + 4, BIT(29) | BIT(28), 0x1); in _rtl8821ae_phy_set_rfpath_switch() 4576 rtl_set_bbreg(hw, RA_RFE_PINMUX + 4, BIT(29) | BIT(28), 0x2); in _rtl8821ae_phy_set_rfpath_switch()
|
D | reg.h | 2362 #define RA_RFE_PINMUX 0xcb0 macro
|