Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Doaknet.c359 outb_p(ring_page, base + EN0_RSARHI); in oaknet_get_8390_hdr()
407 ei_obp(ring_offset >> 8, base + EN0_RSARHI); in oaknet_block_input()
434 int high = ei_ibp(base + EN0_RSARHI); in oaknet_block_input()
536 ei_obp(start_page, base + EN0_RSARHI); in oaknet_block_output()
567 ei_obp(0x00, base + EN0_RSARHI); in oaknet_block_output()
579 ei_obp(start_page, base + EN0_RSARHI); in oaknet_block_output()
605 int high = ei_ibp(base + EN0_RSARHI); in oaknet_block_output()
Dhp.c255 outb_p(ring_page, nic_base + EN0_RSARHI); in hp_get_8390_hdr()
284 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in hp_block_input()
295 int high = inb_p(nic_base + EN0_RSARHI); in hp_block_input()
328 outb_p(0x00, nic_base + EN0_RSARHI); in hp_block_output()
339 outb_p(start_page, nic_base + EN0_RSARHI); in hp_block_output()
353 int high = inb_p(nic_base + EN0_RSARHI); in hp_block_output()
Dne2.c408 {0x00, EN0_RSARHI}, in ne2_probe1()
559 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr()
600 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input()
624 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input()
679 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output()
693 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
711 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
Dne.c331 {0x00, EN0_RSARHI}, in ne_probe1()
554 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr()
594 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input()
623 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input()
680 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output()
692 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output()
712 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
Dne2k-pci.c310 {0x00, EN0_RSARHI}, in ne2k_pci_init_one()
457 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr()
496 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input()
556 outb(0x00, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
565 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
D8390.h156 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
Dstnic.c46 #define PG0_RSAR1 EN0_RSARHI
/linux-2.4.37.9/drivers/acorn/net/
Detherh.c320 outb (0x00, addr + EN0_RSARHI); in etherh_block_output()
329 outb (start_page, addr + EN0_RSARHI); in etherh_block_output()
379 outb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input()
418 outb (ring_page, addr + EN0_RSARHI); in etherh_get_header()
/linux-2.4.37.9/drivers/net/pcmcia/
Dpcnet_cs.c469 {0x00, EN0_RSARHI}, in get_prom()
535 outb_p(0x04, ioaddr + EN0_RSARHI); in get_ax88190()
1374 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr()
1410 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input()
1425 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_input()
1483 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output()
1496 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_output()
Daxnet_cs.c319 {0x04, EN0_RSARHI}, in get_prom()
872 outb_p(ring_page, nic_base + EN0_RSARHI); in get_8390_hdr()
896 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in block_input()
924 outb_p(start_page, nic_base + EN0_RSARHI); in block_output()
/linux-2.4.37.9/drivers/char/
Dmxser.c2409 #define EN0_RSARHI 0x009 /* Remote start address reg 1 */ macro