Searched refs:EN0_RCNTLO (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/8390/ |
| H A D | ne2k-pci.c | 315 {0x00, EN0_RCNTLO}, in ne2k_pci_init_one() 324 {32, EN0_RCNTLO}, in ne2k_pci_init_one() 505 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr() 547 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_input() 609 outb(0x42, nic_base + EN0_RCNTLO); in ne2k_pci_block_output() 618 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_output()
|
| H A D | etherh.c | 332 writeb (0x42, addr + EN0_RCNTLO); in etherh_block_output() 341 writeb (count, addr + EN0_RCNTLO); in etherh_block_output() 390 writeb (count, addr + EN0_RCNTLO); in etherh_block_input() 429 writeb (sizeof (*hdr), addr + EN0_RCNTLO); in etherh_get_header()
|
| H A D | xsurf100.c | 172 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in xs100_block_input() 215 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in xs100_block_output()
|
| H A D | 8390.h | 185 #define EN0_RCNTLO EI_SHIFT(0x0a) /* Remote byte count reg WR */ macro
|
| H A D | pcnet_cs.c | 338 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom() 344 {32, EN0_RCNTLO}, in get_prom() 1148 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr() 1183 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in dma_block_input() 1259 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in dma_block_output()
|
| H A D | stnic.c | 44 #define PG0_RBCR0 EN0_RCNTLO
|
| H A D | lib8390.c | 817 ei_outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun() 1028 ei_outb_p(0x00, e8390_base + EN0_RCNTLO); in __NS8390_init()
|