• Home
  • Raw
  • Download

Lines Matching full:fiber

577  * register for fiber link.
603 * enabled, then we write the BMCR. Adapted for fiber link in
621 /* Setup fiber advertisement */ in marvell_config_aneg_fiber()
647 /* Do not touch the fiber page if we're in copper->sgmii mode */ in m88e1510_config_aneg()
651 /* Then the fiber link */ in m88e1510_config_aneg()
1356 * @lpa: value of the MII_LPA register for fiber link
1372 int fiber, int status) in marvell_read_status_page_an() argument
1401 if (!fiber) { in marvell_read_status_page_an()
1412 /* The fiber link is only 1000M capable */ in marvell_read_status_page_an()
1443 int fiber; in marvell_read_status_page() local
1451 * and the PHY status register for fiber link status. in marvell_read_status_page()
1462 fiber = 1; in marvell_read_status_page()
1464 fiber = 0; in marvell_read_status_page()
1471 phydev->port = fiber ? PORT_FIBRE : PORT_TP; in marvell_read_status_page()
1474 err = marvell_read_status_page_an(phydev, fiber, status); in marvell_read_status_page()
1483 * Some Marvell's phys have two modes: fiber and copper.
1486 * First, check the fiber link and status.
1487 * If the fiber link is down, check the copper link and status which
1494 /* Check the fiber mode first */ in marvell_read_status()
1506 /* If the fiber link is up, it is the selected and in marvell_read_status()
1508 * fiber page. Please to be careful about that, avoid in marvell_read_status()
1510 * could break the behaviour for some fiber phy like in marvell_read_status()
1516 /* If fiber link is down, check and save copper mode state */ in marvell_read_status()
1531 * Some Marvell's phys have two modes: fiber and copper.
1538 /* Suspend the fiber mode first */ in marvell_suspend()
1566 * Some Marvell's phys have two modes: fiber and copper.
1573 /* Resume the fiber mode first */ in marvell_resume()