Searched refs:NE_EN0_RSARLO (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/8390/ |
H A D | zorro8390.c | 56 #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()
|
H A D | apne.c | 59 #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()
|