Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Drf.h13 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);
14 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);
H A Drf.c382 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92d_phy_enable_anotherphy() argument
387 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_enable_anotherphy()
388 u8 mac_reg = bmac0 ? REG_MAC1 : REG_MAC0; in rtl92d_phy_enable_anotherphy()
389 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_enable_anotherphy()
413 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0) in rtl92d_phy_powerdown_anotherphy() argument
418 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_powerdown_anotherphy()
419 u8 mac_reg = bmac0 ? REG_MAC1 : REG_MAC0; in rtl92d_phy_powerdown_anotherphy()
420 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_powerdown_anotherphy()