Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Duli526x.c368 u16 phy_value; in uli526x_init() local
382 phy_value = uli_phy_read(db->ioaddr, phy_tmp, 3, db->chip_id); in uli526x_init()
383 if (phy_value != 0xffff && phy_value != 0) { in uli526x_init()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c521 u16 phy_value; in uli526x_init() local
523 phy_value = phy->read(db, phy_tmp, 3); //peer add in uli526x_init()
524 if (phy_value != 0xffff && phy_value != 0) { in uli526x_init()