Searched refs:bnx2_write_phy (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
H A Dbnx2.c216 bnx2_write_phy(struct bnx2 *bp, u32 reg, u32 val) function
707 bnx2_write_phy(bp, MII_BMCR, bmcr |
730 bnx2_write_phy(bp, MII_BMCR, BMCR_RESET);
796 bnx2_write_phy(bp, BCM5708S_UP1, up1);
818 bnx2_write_phy(bp, MII_ADVERTISE, adv &
821 bnx2_write_phy(bp, MII_BMCR, bmcr |
825 bnx2_write_phy(bp, MII_BMCR, new_bmcr);
827 bnx2_write_phy(bp, MII_ADVERTISE, adv);
828 bnx2_write_phy(bp, MII_BMCR, new_bmcr);
836 bnx2_write_phy(b
[all...]

Completed in 99 milliseconds