Searched refs:EN0_RSARLO (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | ne.c | 380 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in ne_probe1() 590 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in ne_get_8390_hdr() 631 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne_block_input() 662 int low = inb_p(nic_base + EN0_RSARLO); in ne_block_input() 718 outb_p(0x42, nic_base + EN0_RSARLO); in ne_block_output() 730 outb_p(0x00, nic_base + EN0_RSARLO); in ne_block_output() 752 int low = inb_p(nic_base + EN0_RSARLO); in ne_block_output()
|
H A D | ne2k-pci.c | 338 {0x00, EN0_RSARLO}, in ne2k_pci_init_one() 518 outb(0, nic_base + EN0_RSARLO); /* On page boundary */ in ne2k_pci_get_8390_hdr() 560 outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne2k_pci_block_input() 622 outb(0x42, nic_base + EN0_RSARLO); in ne2k_pci_block_output() 631 outb(0x00, nic_base + EN0_RSARLO); in ne2k_pci_block_output()
|
H A D | etherh.c | 334 writeb (0x42, addr + EN0_RSARLO); in etherh_block_output() 343 writeb (0, addr + EN0_RSARLO); in etherh_block_output() 392 writeb (ring_offset, addr + EN0_RSARLO); in etherh_block_input() 431 writeb (0, addr + EN0_RSARLO); in etherh_get_header()
|
H A D | xsurf100.c | 174 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in xs100_block_input() 217 ei_outb(0x00, nic_base + EN0_RSARLO); in xs100_block_output()
|
H A D | pcnet_cs.c | 346 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in get_prom() 416 outb_p(0x00, ioaddr + EN0_RSARLO); /* DMA starting at 0x0400. */ in get_ax88190() 1150 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in dma_get_8390_hdr() 1185 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in dma_block_input() 1205 int low = inb_p(nic_base + EN0_RSARLO); in dma_block_input() 1261 outb_p(0x00, nic_base + EN0_RSARLO); in dma_block_output() 1277 int low = inb_p(nic_base + EN0_RSARLO); in dma_block_output()
|
H A D | ax88796.c | 205 ei_outb(0, nic_base + EN0_RSARLO); /* On page boundary */ in ax_get_8390_hdr() 251 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ax_block_input() 300 ei_outb(0x00, nic_base + EN0_RSARLO); in ax_block_output() 706 ei_outb(0, ioaddr + EN0_RSARLO); in ax_init_dev()
|
H A D | 8390.h | 182 #define EN0_RSARLO EI_SHIFT(0x08) /* Remote start address reg 0 */ macro
|
H A D | stnic.c | 42 #define PG0_RSAR0 EN0_RSARLO
|
H A D | axnet_cs.c | 207 {0x00, EN0_RSARLO}, /* DMA starting at 0x0400. */ in get_prom() 635 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()
|
/openbmc/u-boot/drivers/net/ |
H A D | 8390.h | 64 #define EN0_RSARLO EI_SHIFT(0x08) /* Remote start address reg 0 */ macro
|
H A D | ne2000.c | 220 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in get_prom()
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.c | 54 #define EN0_RSARLO 0x08 /* Remote start address reg 0 */ macro 327 case EN0_RSARLO: in ne2000_ioport_write() 385 case EN0_RSARLO: in ne2000_ioport_read()
|