Searched refs:MAC0_ON (Results 1 – 3 of 3) sorted by relevance
14 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92du_phy_enable_anotherphy()54 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92du_phy_powerdown_anotherphy()
20 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_enable_anotherphy()51 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_powerdown_anotherphy()
71 #define MAC0_ON BIT(7) macro