Searched refs:SCBPort (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | eepro100.c | 24 #define SCBPort 8 /* Misc. commands and operands. */ macro 482 OUTL (dev, I82559_SELECTIVE_RESET, SCBPort); in eepro100_init() 485 OUTL (dev, I82559_RESET, SCBPort); in eepro100_init() 723 OUTL (dev, I82559_SELECTIVE_RESET, SCBPort); in eepro100_halt() 726 OUTL (dev, I82559_RESET, SCBPort); in eepro100_halt()
|
/openbmc/qemu/hw/net/ |
H A D | eepro100.c | 158 SCBPort = 8, /* Misc. commands and operands. */ enumerator 1295 uint32_t val = e100_read_reg4(s, SCBPort); in eepro100_write_port() 1347 case SCBPort + 3: in eepro100_read1() 1421 case SCBPort: in eepro100_read4() 1471 case SCBPort: in eepro100_write1() 1472 case SCBPort + 1: in eepro100_write1() 1473 case SCBPort + 2: in eepro100_write1() 1476 case SCBPort + 3: in eepro100_write1() 1527 case SCBPort: in eepro100_write2() 1530 case SCBPort + 2: in eepro100_write2() [all …]
|