Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/8390/
Dzorro8390.c61 #define NE_EN0_RSARLO (0x08 * 2) macro
133 z_writeb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in zorro8390_get_8390_hdr()
175 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in zorro8390_block_input()
221 z_writeb(0x00, nic_base + NE_EN0_RSARLO); in zorro8390_block_output()
340 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in zorro8390_init()
Dmcf8390.c31 #define NE_EN0_RSARLO 0x08 macro
207 ei_outb(0, addr + NE_EN0_RSARLO); /* On page boundary */ in mcf8390_get_8390_hdr()
243 ei_outb(ring_offset & 0xff, addr + NE_EN0_RSARLO); in mcf8390_block_input()
281 ei_outb(0x00, addr + NE_EN0_RSARLO); in mcf8390_block_output()
352 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */ in mcf8390_init()
Dapne.c64 #define NE_EN0_RSARLO 0x08 macro
253 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000. */ in apne_probe1()
409 outb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in apne_get_8390_hdr()
455 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input()
507 outb(0x00, nic_base + NE_EN0_RSARLO); in apne_block_output()