Home
last modified time | relevance | path

Searched refs:bmac0 (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
A Drf.c13 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92d_phy_enable_anotherphy() argument
18 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_enable_anotherphy()
19 u8 mac_reg = bmac0 ? REG_MAC1 : REG_MAC0; in rtl92d_phy_enable_anotherphy()
20 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_enable_anotherphy()
44 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92d_phy_powerdown_anotherphy() argument
49 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_powerdown_anotherphy()
50 u8 mac_reg = bmac0 ? REG_MAC1 : REG_MAC0; in rtl92d_phy_powerdown_anotherphy()
51 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_powerdown_anotherphy()
A Drf.h8 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);
9 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);
/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
A Drf.c10 bool rtl92du_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92du_phy_enable_anotherphy() argument
14 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92du_phy_enable_anotherphy()
15 u8 mac_reg = bmac0 ? REG_MAC1 : REG_MAC0; in rtl92du_phy_enable_anotherphy()
31 maskforphyset = bmac0 ? MAC0_ACCESS_PHY1 : MAC1_ACCESS_PHY0; in rtl92du_phy_enable_anotherphy()
50 void rtl92du_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92du_phy_powerdown_anotherphy() argument
54 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92du_phy_powerdown_anotherphy()
55 u8 mac_reg = bmac0 ? REG_MAC1 : REG_MAC0; in rtl92du_phy_powerdown_anotherphy()
70 maskforphyset = bmac0 ? MAC0_ACCESS_PHY1 : MAC1_ACCESS_PHY0; in rtl92du_phy_powerdown_anotherphy()
A Drf.h8 bool rtl92du_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);
9 void rtl92du_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);

Completed in 8 milliseconds