Home
last modified time | relevance | path

Searched refs:RTL8211E_CTRL_DELAY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
H A Drealtek.c39 #define RTL8211E_CTRL_DELAY BIT(13) macro
270 val = RTL8211E_CTRL_DELAY | 0; in rtl8211e_config_init()
273 val = RTL8211E_CTRL_DELAY | RTL8211E_TX_DELAY | RTL8211E_RX_DELAY; in rtl8211e_config_init()
276 val = RTL8211E_CTRL_DELAY | RTL8211E_RX_DELAY; in rtl8211e_config_init()
279 val = RTL8211E_CTRL_DELAY | RTL8211E_TX_DELAY; in rtl8211e_config_init()
302 ret = __phy_modify(phydev, 0x1c, RTL8211E_CTRL_DELAY in rtl8211e_config_init()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Drealtek.c42 #define RTL8211E_CTRL_DELAY BIT(13) macro
473 val = RTL8211E_CTRL_DELAY | 0; in rtl8211e_config_init()
476 val = RTL8211E_CTRL_DELAY | RTL8211E_TX_DELAY | RTL8211E_RX_DELAY; in rtl8211e_config_init()
479 val = RTL8211E_CTRL_DELAY | RTL8211E_RX_DELAY; in rtl8211e_config_init()
482 val = RTL8211E_CTRL_DELAY | RTL8211E_TX_DELAY; in rtl8211e_config_init()
505 ret = __phy_modify(phydev, 0x1c, RTL8211E_CTRL_DELAY in rtl8211e_config_init()

Completed in 3 milliseconds