Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Duli526x.c367 u8 phy_tmp; in uli526x_init() local
380 for (phy_tmp = 0; phy_tmp < 32; phy_tmp++) { in uli526x_init()
382 phy_value = uli_phy_read(db->ioaddr, phy_tmp, 3, db->chip_id); in uli526x_init()
384 db->phy_addr = phy_tmp; in uli526x_init()
393 if (phy_tmp == 32) in uli526x_init()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c505 u8 phy_tmp; in uli526x_init() local
520 for (phy_tmp = 0; phy_tmp < 32; phy_tmp++) { in uli526x_init()
523 phy_value = phy->read(db, phy_tmp, 3); //peer add in uli526x_init()
525 db->phy_addr = phy_tmp; in uli526x_init()
530 if (phy_tmp == 32) in uli526x_init()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3596 u16 phy_tmp; in e1000_update_stats() local
3719 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
3720 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK; in e1000_update_stats()
3721 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3726 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) in e1000_update_stats()
3727 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()