Searched refs:EN0_RSARHI (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | ne.c | 381 {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 D | ne2k-pci.c | 339 {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 D | etherh.c | 335 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 D | xsurf100.c | 175 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 D | pcnet_cs.c | 347 {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 D | ax88796.c | 206 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 D | 8390.h | 184 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
|
H A D | stnic.c | 43 #define PG0_RSAR1 EN0_RSARHI
|
H A D | axnet_cs.c | 208 {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 D | 8390.h | 66 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
|
H A D | ne2000.c | 221 {0x00, EN0_RSARHI}, in get_prom()
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.c | 56 #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()
|