Home
last modified time | relevance | path

Searched refs:EN0_RSARHI (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/8390/
Dne.c382 {0x00, EN0_RSARHI}, in ne_probe1()
594 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr()
635 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input()
664 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input()
722 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output()
734 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
754 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
Dne2k-pci.c325 {0x00, EN0_RSARHI}, in ne2k_pci_init_one()
498 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr()
537 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input()
597 outb(0x00, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
606 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
Detherh.c338 writeb (0x00, addr + EN0_RSARHI); in etherh_block_output()
347 writeb (start_page, addr + EN0_RSARHI); in etherh_block_output()
396 writeb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input()
435 writeb (ring_page, addr + EN0_RSARHI); in etherh_get_header()
Dxsurf100.c180 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in xs100_block_input()
223 ei_outb(start_page, nic_base + EN0_RSARHI); in xs100_block_output()
Dpcnet_cs.c340 {0x00, EN0_RSARHI}, in get_prom()
406 outb_p(0x04, ioaddr + EN0_RSARHI); in get_ax88190()
1137 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr()
1172 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input()
1188 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_input()
1246 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output()
1260 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_output()
Dax88796.c202 ei_outb(ring_page, nic_base + EN0_RSARHI); in ax_get_8390_hdr()
248 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ax_block_input()
297 ei_outb(start_page, nic_base + EN0_RSARHI); in ax_block_output()
705 ei_outb(0, ioaddr + EN0_RSARHI); in ax_init_dev()
D8390.h171 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
Dstnic.c46 #define PG0_RSAR1 EN0_RSARHI
Daxnet_cs.c207 {0x04, EN0_RSARHI}, in get_prom()
633 outb_p(ring_page, nic_base + EN0_RSARHI); in get_8390_hdr()
656 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in block_input()
681 outb_p(start_page, nic_base + EN0_RSARHI); in block_output()
/Linux-v4.19/drivers/tty/
Dmxser.c1438 #define EN0_RSARHI 0x009 /* Remote start address reg 1 */ macro