Home
last modified time | relevance | path

Searched refs:DM9000_EPDRL (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Ddm9000x.c538 to[0] = DM9000_ior(DM9000_EPDRL); in dm9000_read_srom_word()
546 DM9000_iow(DM9000_EPDRL, (val & 0xff)); in dm9000_write_srom_word()
595 val = (DM9000_ior(DM9000_EPDRH) << 8) | DM9000_ior(DM9000_EPDRL); in dm9000_phy_read()
613 DM9000_iow(DM9000_EPDRL, (value & 0xff)); in dm9000_phy_write()
H A Ddm9000x.h27 #define DM9000_EPDRL 0x0D macro
/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h27 #define DM9000_EPDRL 0x0D macro
H A Ddm9000.c306 ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); in dm9000_phy_read()
340 iow(db, DM9000_EPDRL, value); in dm9000_phy_write()
496 to[0] = ior(db, DM9000_EPDRL); in dm9000_read_eeprom()
520 iow(db, DM9000_EPDRL, data[0]); in dm9000_write_eeprom()