Searched refs:EN0_RSARHI (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/8390/ |
D | ne.c | 382 {0x00, EN0_RSARHI}, in ne_probe1() 592 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr() 633 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input() 662 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input() 720 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output() 732 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output() 752 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
|
D | ne2k-pci.c | 338 {0x00, EN0_RSARHI}, in ne2k_pci_init_one() 518 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr() 560 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input() 622 outb(0x00, nic_base + EN0_RSARHI); in ne2k_pci_block_output() 631 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
|
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()
|
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()
|
D | pcnet_cs.c | 348 {0x00, EN0_RSARHI}, in get_prom() 418 outb_p(0x04, ioaddr + EN0_RSARHI); in get_ax88190() 1152 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr() 1187 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input() 1205 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_input() 1263 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output() 1277 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_output()
|
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()
|
D | 8390.h | 182 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
|
D | stnic.c | 46 #define PG0_RSAR1 EN0_RSARHI
|
D | axnet_cs.c | 208 {0x04, EN0_RSARHI}, in get_prom() 636 outb_p(ring_page, nic_base + EN0_RSARHI); in get_8390_hdr() 659 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in block_input() 686 outb_p(start_page, nic_base + EN0_RSARHI); in block_output()
|