Home
last modified time | relevance | path

Searched refs:EN0_RSARLO (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/8390/
Dne.c384 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in ne_probe1()
610 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in ne_get_8390_hdr()
651 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne_block_input()
682 int low = inb_p(nic_base + EN0_RSARLO); in ne_block_input()
738 outb_p(0x42, nic_base + EN0_RSARLO); in ne_block_output()
750 outb_p(0x00, nic_base + EN0_RSARLO); in ne_block_output()
772 int low = inb_p(nic_base + EN0_RSARLO); in ne_block_output()
Dne2k-pci.c325 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in ne2k_pci_init_one()
498 outb(0, nic_base + EN0_RSARLO); /* On page boundary */ in ne2k_pci_get_8390_hdr()
537 outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne2k_pci_block_input()
597 outb(0x42, nic_base + EN0_RSARLO); in ne2k_pci_block_output()
606 outb(0x00, nic_base + EN0_RSARLO); in ne2k_pci_block_output()
Detherh.c339 writeb (0x42, addr + EN0_RSARLO); in etherh_block_output()
348 writeb (0, addr + EN0_RSARLO); in etherh_block_output()
397 writeb (ring_offset, addr + EN0_RSARLO); in etherh_block_input()
436 writeb (0, addr + EN0_RSARLO); in etherh_get_header()
Dpcnet_cs.c341 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in get_prom()
407 outb_p(0x00, ioaddr + EN0_RSARLO); /* DMA starting at 0x0400. */ in get_ax88190()
1140 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in dma_get_8390_hdr()
1175 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in dma_block_input()
1193 int low = inb_p(nic_base + EN0_RSARLO); in dma_block_input()
1249 outb_p(0x00, nic_base + EN0_RSARLO); in dma_block_output()
1265 int low = inb_p(nic_base + EN0_RSARLO); in dma_block_output()
D8390.h169 #define EN0_RSARLO EI_SHIFT(0x08) /* Remote start address reg 0 */ macro
Dax88796.c189 ei_outb(0, nic_base + EN0_RSARLO); /* On page boundary */ in ax_get_8390_hdr()
235 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ax_block_input()
284 ei_outb(0x00, nic_base + EN0_RSARLO); in ax_block_output()
Dstnic.c45 #define PG0_RSAR0 EN0_RSARLO
Daxnet_cs.c209 {0x00, EN0_RSARLO}, /* DMA starting at 0x0400. */ in get_prom()
634 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in get_8390_hdr()
657 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in block_input()
682 outb_p(0x00, nic_base + EN0_RSARLO); in block_output()
/linux-4.1.27/drivers/tty/
Dmxser.c1441 #define EN0_RSARLO 0x008 /* Remote start address reg 0 */ macro