Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Ddm9000x.h49 #define DM9000_PHY 0x40 /* PHY address 0x01 */ macro
H A Ddm9000x.c591 DM9000_iow(DM9000_EPAR, DM9000_PHY | reg); in dm9000_phy_read()
610 DM9000_iow(DM9000_EPAR, DM9000_PHY | reg); in dm9000_phy_write()
/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c41 #define DM9000_PHY 0x40 /* PHY address 0x01 */ macro
290 iow(db, DM9000_EPAR, DM9000_PHY | reg); in dm9000_phy_read()
337 iow(db, DM9000_EPAR, DM9000_PHY | reg); in dm9000_phy_write()