Searched refs:bmac0 (Results 1 – 4 of 4) sorted by relevance
13 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92d_phy_enable_anotherphy() argument18 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() argument49 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()
8 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);9 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);
10 bool rtl92du_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92du_phy_enable_anotherphy() argument14 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() argument54 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()
8 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