Home
last modified time | relevance | path

Searched refs:MAC1_ON (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Drf.c389 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_enable_anotherphy()
420 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_powerdown_anotherphy()
Dreg.h69 #define MAC1_ON BIT(0) macro
Dphy.c3276 rtl_write_byte(rtlpriv, REG_MAC1, value8 | MAC1_ON); in rtl92d_phy_set_poweron()
3527 u1btmp &= MAC1_ON; in rtl92d_phy_check_poweroff()
3530 rtl_write_byte(rtlpriv, REG_MAC1, u1btmp & (~MAC1_ON)); in rtl92d_phy_check_poweroff()