Home
last modified time | relevance | path

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

/drivers/net/ethernet/8390/
Dne.c385 {0x00, EN0_RSARHI}, in ne_probe1()
611 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr()
652 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input()
681 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input()
739 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output()
751 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
771 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
Dne2k-pci.c326 {0x00, EN0_RSARHI}, in ne2k_pci_init_one()
499 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr()
538 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input()
598 outb(0x00, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
607 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
Detherh.c340 writeb (0x00, addr + EN0_RSARHI); in etherh_block_output()
349 writeb (start_page, addr + EN0_RSARHI); in etherh_block_output()
398 writeb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input()
437 writeb (ring_page, addr + EN0_RSARHI); in etherh_get_header()
Dpcnet_cs.c342 {0x00, EN0_RSARHI}, in get_prom()
408 outb_p(0x04, ioaddr + EN0_RSARHI); in get_ax88190()
1141 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr()
1176 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input()
1192 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_input()
1250 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output()
1264 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_output()
D8390.h171 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
Dax88796.c189 ei_outb(ring_page, nic_base + EN0_RSARHI); in ax_get_8390_hdr()
235 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ax_block_input()
284 ei_outb(start_page, nic_base + EN0_RSARHI); in ax_block_output()
Daxnet_cs.c210 {0x04, EN0_RSARHI}, in get_prom()
635 outb_p(ring_page, nic_base + EN0_RSARHI); in get_8390_hdr()
658 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in block_input()
683 outb_p(start_page, nic_base + EN0_RSARHI); in block_output()
Dstnic.c46 #define PG0_RSAR1 EN0_RSARHI
/drivers/tty/
Dmxser.c1437 #define EN0_RSARHI 0x009 /* Remote start address reg 1 */ macro