Lines Matching full:fiber

662  * register for fiber link.
688 * enabled, then we write the BMCR. Adapted for fiber link in
706 /* Setup fiber advertisement */ in marvell_config_aneg_fiber()
744 /* Then the fiber link */ in m88e1111_config_aneg()
750 /* Do not touch the fiber advertisement if we're in copper->sgmii mode. in m88e1111_config_aneg()
780 /* Do not touch the fiber page if we're in copper->sgmii mode */ in m88e1510_config_aneg()
784 /* Then the fiber link */ in m88e1510_config_aneg()
967 * it was previously disabled in the Fiber BMCR! in m88e1111_config_init_1000basex()
1608 * @lpa: value of the MII_LPA register for fiber link
1624 int fiber, int status) in marvell_read_status_page_an() argument
1653 if (!fiber) { in marvell_read_status_page_an()
1664 /* The fiber link is only 1000M capable */ in marvell_read_status_page_an()
1695 int fiber; in marvell_read_status_page() local
1703 * and the PHY status register for fiber link status. in marvell_read_status_page()
1714 fiber = 1; in marvell_read_status_page()
1716 fiber = 0; in marvell_read_status_page()
1723 phydev->port = fiber ? PORT_FIBRE : PORT_TP; in marvell_read_status_page()
1726 err = marvell_read_status_page_an(phydev, fiber, status); in marvell_read_status_page()
1735 * Some Marvell's phys have two modes: fiber and copper.
1738 * First, check the fiber link and status.
1739 * If the fiber link is down, check the copper link and status which
1746 /* Check the fiber mode first */ in marvell_read_status()
1758 /* If the fiber link is up, it is the selected and in marvell_read_status()
1760 * fiber page. Please to be careful about that, avoid in marvell_read_status()
1762 * could break the behaviour for some fiber phy like in marvell_read_status()
1768 /* If fiber link is down, check and save copper mode state */ in marvell_read_status()
1783 * Some Marvell's phys have two modes: fiber and copper.
1790 /* Suspend the fiber mode first */ in marvell_suspend()
1818 * Some Marvell's phys have two modes: fiber and copper.
1825 /* Resume the fiber mode first */ in marvell_resume()