Searched refs:DM9000_EPDRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/ |
H A D | dm9000.h | 27 #define DM9000_EPDRL 0x0D macro
|
H A D | dm9000.c | 310 ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); in dm9000_phy_read() 344 iow(db, DM9000_EPDRL, value); in dm9000_phy_write() 500 to[0] = ior(db, DM9000_EPDRL); in dm9000_read_eeprom() 524 iow(db, DM9000_EPDRL, data[0]); in dm9000_write_eeprom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/davicom/ |
H A D | dm9000.h | 27 #define DM9000_EPDRL 0x0D macro
|
H A D | dm9000.c | 306 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()
|
Completed in 6 milliseconds