Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dne2000.c174 #define PCNET_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro
189 n2k_outb(n2k_inb(PCNET_RESET), PCNET_RESET); in pcnet_reset_8390()
H A Dpcnet.c92 #define PCNET_RESET 0x14 macro
121 inw(dev->iobase + PCNET_RESET); in pcnet_reset()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c55 #define PCNET_RESET 0x1f /* Issue a read to reset, a write to clear. */ macro
971 outb(inb(nic_base + PCNET_RESET), nic_base + PCNET_RESET); in pcnet_reset_8390()