Searched refs:DM9000_EPDRH (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/davicom/ |
H A D | dm9000.h | 28 #define DM9000_EPDRH 0x0E macro
|
H A D | dm9000.c | 310 ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); in dm9000_phy_read() 345 iow(db, DM9000_EPDRH, value >> 8); in dm9000_phy_write() 501 to[1] = ior(db, DM9000_EPDRH); in dm9000_read_eeprom() 523 iow(db, DM9000_EPDRH, data[1]); in dm9000_write_eeprom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/davicom/ |
H A D | dm9000.h | 28 #define DM9000_EPDRH 0x0E macro
|
H A D | dm9000.c | 306 ret = (ior(db, DM9000_EPDRH) << 8) | ior(db, DM9000_EPDRL); in dm9000_phy_read() 341 iow(db, DM9000_EPDRH, value >> 8); in dm9000_phy_write() 497 to[1] = ior(db, DM9000_EPDRH); in dm9000_read_eeprom() 519 iow(db, DM9000_EPDRH, data[1]); in dm9000_write_eeprom()
|
Completed in 6 milliseconds