Searched refs:NE_EN0_RSARLO (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ ! |
D | zorro8390.c | 59 #define NE_EN0_RSARLO (0x08*2) macro 208 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000. */ in zorro8390_init() 329 z_writeb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in zorro8390_get_8390_hdr() 369 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in zorro8390_block_input() 413 z_writeb(0x00, nic_base + NE_EN0_RSARLO); in zorro8390_block_output()
|
D | apne.c | 64 #define NE_EN0_RSARLO 0x08 macro 245 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000. */ in apne_probe1() 400 outb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */ in apne_get_8390_hdr() 446 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO); in apne_block_input() 498 outb(0x00, nic_base + NE_EN0_RSARLO); in apne_block_output()
|