Searched refs:bnx2_write_phy (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | bnx2.c | 216 bnx2_write_phy(struct bnx2 *bp, u32 reg, u32 val) in bnx2_write_phy() function 707 bnx2_write_phy(bp, MII_BMCR, bmcr | in bnx2_set_link() 730 bnx2_write_phy(bp, MII_BMCR, BMCR_RESET); in bnx2_reset_phy() 796 bnx2_write_phy(bp, BCM5708S_UP1, up1); in bnx2_setup_serdes_phy() 818 bnx2_write_phy(bp, MII_ADVERTISE, adv & in bnx2_setup_serdes_phy() 821 bnx2_write_phy(bp, MII_BMCR, bmcr | in bnx2_setup_serdes_phy() 825 bnx2_write_phy(bp, MII_BMCR, new_bmcr); in bnx2_setup_serdes_phy() 827 bnx2_write_phy(bp, MII_ADVERTISE, adv); in bnx2_setup_serdes_phy() 828 bnx2_write_phy(bp, MII_BMCR, new_bmcr); in bnx2_setup_serdes_phy() 836 bnx2_write_phy(bp, BCM5708S_UP1, up1); in bnx2_setup_serdes_phy() [all …]
|