Home
last modified time | relevance | path

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

/drivers/net/wireless/rtlwifi/rtl8192de/
Drf.c416 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_enable_anotherphy()
447 u8 mac_on_bit = bmac0 ? MAC1_ON : MAC0_ON; in rtl92d_phy_powerdown_anotherphy()
Dphy.c3334 rtl_write_byte(rtlpriv, REG_MAC0, value8 | MAC0_ON); in rtl92d_phy_set_poweron()
3339 rtl_write_byte(rtlpriv, REG_MAC0, value8 | MAC0_ON); in rtl92d_phy_set_poweron()
3585 rtl_write_byte(rtlpriv, REG_MAC0, u1btmp & (~MAC0_ON)); in rtl92d_phy_check_poweroff()
3591 rtl_write_byte(rtlpriv, REG_MAC0, u1btmp & (~MAC0_ON)); in rtl92d_phy_check_poweroff()
3598 u1btmp &= MAC0_ON; in rtl92d_phy_check_poweroff()
Dreg.h94 #define MAC0_ON BIT(7) macro