Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_phy_config.c111 static const struct phy_reg phy_reg_init[] = { in rtl8169s_hw_phy_config() local
173 rtl_writephy_batch(phydev, phy_reg_init); in rtl8169s_hw_phy_config()
185 static const struct phy_reg phy_reg_init[] = { in rtl8169scd_hw_phy_config() local
225 rtl_writephy_batch(phydev, phy_reg_init); in rtl8169scd_hw_phy_config()
231 static const struct phy_reg phy_reg_init[] = { in rtl8169sce_hw_phy_config() local
279 rtl_writephy_batch(phydev, phy_reg_init); in rtl8169sce_hw_phy_config()
315 static const struct phy_reg phy_reg_init[] = { in rtl8168c_1_hw_phy_config() local
335 rtl_writephy_batch(phydev, phy_reg_init); in rtl8168c_1_hw_phy_config()
344 static const struct phy_reg phy_reg_init[] = { in rtl8168c_2_hw_phy_config() local
362 rtl_writephy_batch(phydev, phy_reg_init); in rtl8168c_2_hw_phy_config()
[all …]
/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c117 static const uint16_t phy_reg_init[] = { variable
849 memcpy(gmac->phy_regs[0], phy_reg_init, sizeof(phy_reg_init)); in npcm_gmac_reset()
H A De1000.c218 static const uint16_t phy_reg_init[] = { variable
389 memcpy(d->phy_reg, phy_reg_init, sizeof phy_reg_init); in e1000_reset_hold()