Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dne.c381 {0x00, EN0_RSARHI}, in ne_probe1()
591 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr()
632 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input()
661 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input()
719 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output()
731 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
751 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
H A Dne2k-pci.c339 {0x00, EN0_RSARHI}, in ne2k_pci_init_one()
519 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr()
561 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input()
623 outb(0x00, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
632 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
H A Detherh.c335 writeb (0x00, addr + EN0_RSARHI); in etherh_block_output()
344 writeb (start_page, addr + EN0_RSARHI); in etherh_block_output()
393 writeb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input()
432 writeb (ring_page, addr + EN0_RSARHI); in etherh_get_header()
H A Dxsurf100.c175 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in xs100_block_input()
218 ei_outb(start_page, nic_base + EN0_RSARHI); in xs100_block_output()
H A Dpcnet_cs.c347 {0x00, EN0_RSARHI}, in get_prom()
417 outb_p(0x04, ioaddr + EN0_RSARHI); in get_ax88190()
1151 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr()
1186 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input()
1204 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_input()
1262 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output()
1276 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_output()
H A Dax88796.c206 ei_outb(ring_page, nic_base + EN0_RSARHI); in ax_get_8390_hdr()
252 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ax_block_input()
301 ei_outb(start_page, nic_base + EN0_RSARHI); in ax_block_output()
707 ei_outb(0, ioaddr + EN0_RSARHI); in ax_init_dev()
H A D8390.h184 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
H A Dstnic.c43 #define PG0_RSAR1 EN0_RSARHI
H A Daxnet_cs.c208 {0x04, EN0_RSARHI}, in get_prom()
636 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()
/openbmc/u-boot/drivers/net/
H A D8390.h66 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
H A Dne2000.c221 {0x00, EN0_RSARHI}, in get_prom()
/openbmc/qemu/hw/net/
H A Dne2000.c56 #define EN0_RSARHI 0x09 /* Remote start address reg 1 */ macro
330 case EN0_RSARHI: in ne2000_ioport_write()
388 case EN0_RSARHI: in ne2000_ioport_read()