Searched refs:EN0_RSARLO (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/8390/ |
| D | ne.c | 381 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in ne_probe1() 593 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in ne_get_8390_hdr() 634 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne_block_input() 665 int low = inb_p(nic_base + EN0_RSARLO); in ne_block_input() 721 outb_p(0x42, nic_base + EN0_RSARLO); in ne_block_output() 733 outb_p(0x00, nic_base + EN0_RSARLO); in ne_block_output() 755 int low = inb_p(nic_base + EN0_RSARLO); in ne_block_output()
|
| D | ne2k-pci.c | 324 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in ne2k_pci_init_one() 497 outb(0, nic_base + EN0_RSARLO); /* On page boundary */ in ne2k_pci_get_8390_hdr() 536 outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ne2k_pci_block_input() 596 outb(0x42, nic_base + EN0_RSARLO); in ne2k_pci_block_output() 605 outb(0x00, nic_base + EN0_RSARLO); in ne2k_pci_block_output()
|
| 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()
|
| D | xsurf100.c | 179 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in xs100_block_input() 222 ei_outb(0x00, nic_base + EN0_RSARLO); in xs100_block_output()
|
| D | pcnet_cs.c | 344 {0x00, EN0_RSARLO}, /* DMA starting at 0x0000. */ in get_prom() 410 outb_p(0x00, ioaddr + EN0_RSARLO); /* DMA starting at 0x0400. */ in get_ax88190() 1141 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in dma_get_8390_hdr() 1176 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in dma_block_input() 1194 int low = inb_p(nic_base + EN0_RSARLO); in dma_block_input() 1250 outb_p(0x00, nic_base + EN0_RSARLO); in dma_block_output() 1266 int low = inb_p(nic_base + EN0_RSARLO); in dma_block_output()
|
| D | ax88796.c | 198 ei_outb(0, nic_base + EN0_RSARLO); /* On page boundary */ in ax_get_8390_hdr() 244 ei_outb(ring_offset & 0xff, nic_base + EN0_RSARLO); in ax_block_input() 293 ei_outb(0x00, nic_base + EN0_RSARLO); in ax_block_output() 699 ei_outb(0, ioaddr + EN0_RSARLO); in ax_init_dev()
|
| D | 8390.h | 169 #define EN0_RSARLO EI_SHIFT(0x08) /* Remote start address reg 0 */ macro
|
| D | stnic.c | 45 #define PG0_RSAR0 EN0_RSARLO
|
| D | axnet_cs.c | 206 {0x00, EN0_RSARLO}, /* DMA starting at 0x0400. */ in get_prom() 632 outb_p(0, nic_base + EN0_RSARLO); /* On page boundary */ in get_8390_hdr() 655 outb_p(ring_offset & 0xff, nic_base + EN0_RSARLO); in block_input() 680 outb_p(0x00, nic_base + EN0_RSARLO); in block_output()
|
| /Linux-v5.4/drivers/tty/ |
| D | mxser.c | 1452 #define EN0_RSARLO 0x008 /* Remote start address reg 0 */ macro
|