Searched refs:NE_EN0_RSARLO (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/8390/
H A Dapne.c65 #define NE_EN0_RSARLO 0x08 macro
246 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000. */
401 outb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */
447 outb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
499 outb(0x00, nic_base + NE_EN0_RSARLO);
H A Dzorro8390.c62 #define NE_EN0_RSARLO (0x08 * 2) macro
133 z_writeb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */
175 z_writeb(ring_offset & 0xff, nic_base + NE_EN0_RSARLO);
221 z_writeb(0x00, nic_base + NE_EN0_RSARLO);
341 {0x00, NE_EN0_RSARLO}, /* DMA starting at 0x0000 */

Completed in 28 milliseconds