Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c789 u32 new_bmcr; in bnx2_setup_serdes_phy() local
805 new_bmcr = bmcr & ~BMCR_ANENABLE; in bnx2_setup_serdes_phy()
806 new_bmcr |= BMCR_SPEED1000; in bnx2_setup_serdes_phy()
809 new_bmcr |= BMCR_FULLDPLX; in bnx2_setup_serdes_phy()
813 new_bmcr &= ~BMCR_FULLDPLX; in bnx2_setup_serdes_phy()
815 if ((new_bmcr != bmcr) || (force_link_down)) { in bnx2_setup_serdes_phy()
825 bnx2_write_phy(bp, MII_BMCR, new_bmcr); in bnx2_setup_serdes_phy()
828 bnx2_write_phy(bp, MII_BMCR, new_bmcr); in bnx2_setup_serdes_phy()
899 u32 new_bmcr; in bnx2_setup_copper_phy() local
949 new_bmcr = 0; in bnx2_setup_copper_phy()
[all …]