Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c603 unsigned int phy_spec_status; in marvell_88e_phy_config() local
648 phy_spec_status = read_phy (ETH_BASE, phy_addr, MV1111_SPEC_STAT_REG); in marvell_88e_phy_config()
649 if (phy_spec_status & SPEC_STAT_RESOLVED) { in marvell_88e_phy_config()
650 switch (phy_spec_status & SPEC_STAT_SPEED_MASK) { in marvell_88e_phy_config()
663 if (phy_spec_status & SPEC_STAT_FULL_DUP) { in marvell_88e_phy_config()
675 phy_spec_status = read_phy (ETH_BASE, phy_addr, MV1111_SPEC_STAT_REG); in marvell_88e_phy_config()
676 if (phy_spec_status & SPEC_STAT_RESOLVED) { in marvell_88e_phy_config()