Home
last modified time | relevance | path

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

/drivers/net/ethernet/8390/
Dzorro8390.c56 #define NE_EN0_RSARLO (0x08 * 2) macro
128 z_writeb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in zorro8390_get_8390_hdr()
170 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in zorro8390_block_input()
216 z_writeb(0x00, nic_base + NE_EN0_RSARLO); in zorro8390_block_output()
335 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in zorro8390_init()
Dmcf8390.c29 #define NE_EN0_RSARLO 0x08 macro
205 ei_outb(0, addr + NE_EN0_RSARLO); /* On page boundary */ in mcf8390_get_8390_hdr()
241 ei_outb(ring_offset & 0xff, addr + NE_EN0_RSARLO); in mcf8390_block_input()
279 ei_outb(0x00, addr + NE_EN0_RSARLO); in mcf8390_block_output()
350 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in mcf8390_init()
Dapne.c59 #define NE_EN0_RSARLO 0x08 macro
243 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000. */ in apne_probe1()
398 outb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in apne_get_8390_hdr()
444 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input()
496 outb(0x00, nic_base + NE_EN0_RSARLO); in apne_block_output()