Searched refs:MAC0_ON (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 389 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()
|
H A D | phy.c | 3263 rtl_write_byte(rtlpriv, REG_MAC0, value8 | MAC0_ON); in rtl92d_phy_set_poweron() 3268 rtl_write_byte(rtlpriv, REG_MAC0, value8 | MAC0_ON); in rtl92d_phy_set_poweron() 3514 rtl_write_byte(rtlpriv, REG_MAC0, u1btmp & (~MAC0_ON)); in rtl92d_phy_check_poweroff() 3520 rtl_write_byte(rtlpriv, REG_MAC0, u1btmp & (~MAC0_ON)); in rtl92d_phy_check_poweroff() 3527 u1btmp &= MAC0_ON; in rtl92d_phy_check_poweroff()
|
H A D | reg.h | 68 #define MAC0_ON BIT(7) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 389 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()
|
H A D | phy.c | 3260 rtl_write_byte(rtlpriv, REG_MAC0, value8 | MAC0_ON); in rtl92d_phy_set_poweron() 3265 rtl_write_byte(rtlpriv, REG_MAC0, value8 | MAC0_ON); in rtl92d_phy_set_poweron() 3511 rtl_write_byte(rtlpriv, REG_MAC0, u1btmp & (~MAC0_ON)); in rtl92d_phy_check_poweroff() 3517 rtl_write_byte(rtlpriv, REG_MAC0, u1btmp & (~MAC0_ON)); in rtl92d_phy_check_poweroff() 3524 u1btmp &= MAC0_ON; in rtl92d_phy_check_poweroff()
|
H A D | reg.h | 68 #define MAC0_ON BIT(7) macro
|
Completed in 22 milliseconds