Searched refs:EN0_RSARHI (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/8390/ |
D | ne.c | 385 {0x00, EN0_RSARHI}, in ne_probe1() 611 outb_p(ring_page, nic_base + EN0_RSARHI); in ne_get_8390_hdr() 652 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in ne_block_input() 681 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input() 739 outb_p(0x00, nic_base + EN0_RSARHI); in ne_block_output() 751 outb_p(start_page, nic_base + EN0_RSARHI); in ne_block_output() 771 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output()
|
D | ne2k-pci.c | 326 {0x00, EN0_RSARHI}, in ne2k_pci_init_one() 499 outb(ring_page, nic_base + EN0_RSARHI); in ne2k_pci_get_8390_hdr() 538 outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ne2k_pci_block_input() 598 outb(0x00, nic_base + EN0_RSARHI); in ne2k_pci_block_output() 607 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
|
D | etherh.c | 340 writeb (0x00, addr + EN0_RSARHI); in etherh_block_output() 349 writeb (start_page, addr + EN0_RSARHI); in etherh_block_output() 398 writeb (ring_offset >> 8, addr + EN0_RSARHI); in etherh_block_input() 437 writeb (ring_page, addr + EN0_RSARHI); in etherh_get_header()
|
D | pcnet_cs.c | 342 {0x00, EN0_RSARHI}, in get_prom() 408 outb_p(0x04, ioaddr + EN0_RSARHI); in get_ax88190() 1141 outb_p(ring_page, nic_base + EN0_RSARHI); in dma_get_8390_hdr() 1176 outb_p(ring_offset >> 8, nic_base + EN0_RSARHI); in dma_block_input() 1192 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_input() 1250 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output() 1264 int high = inb_p(nic_base + EN0_RSARHI); in dma_block_output()
|
D | 8390.h | 171 #define EN0_RSARHI EI_SHIFT(0x09) /* Remote start address reg 1 */ macro
|
D | ax88796.c | 189 ei_outb(ring_page, nic_base + EN0_RSARHI); in ax_get_8390_hdr() 235 ei_outb(ring_offset >> 8, nic_base + EN0_RSARHI); in ax_block_input() 284 ei_outb(start_page, nic_base + EN0_RSARHI); in ax_block_output()
|
D | axnet_cs.c | 210 {0x04, EN0_RSARHI}, in get_prom() 635 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()
|
D | stnic.c | 46 #define PG0_RSAR1 EN0_RSARHI
|
/drivers/tty/ |
D | mxser.c | 1437 #define EN0_RSARHI 0x009 /* Remote start address reg 1 */ macro
|