Home
last modified time | relevance | path

Searched refs:EN0_RCNTLO (Results 1 – 12 of 12) sorted by relevance

/drivers/net/ethernet/8390/
Dne.c367 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne_probe1()
373 {32, EN0_RCNTLO}, in ne_probe1()
406 inb(ioaddr + EN0_RCNTLO) == 0x50 && in ne_probe1()
473 outb_p(0x00, ioaddr + EN0_RCNTLO); in ne_probe1()
598 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr()
638 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in ne_block_input()
724 outb_p(0x42, nic_base + EN0_RCNTLO); in ne_block_output()
736 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in ne_block_output()
Dne-h8300.c262 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne_probe1()
268 {32, EN0_RCNTLO}, in ne_probe1()
412 outb_p(sizeof(struct e8390_pkt_hdr), NE_BASE + EN0_RCNTLO); in ne_get_8390_hdr()
455 outb_p(count & 0xff, NE_BASE + EN0_RCNTLO); in ne_block_input()
544 outb_p(0x42, NE_BASE + EN0_RCNTLO); in ne_block_output()
556 outb_p(count & 0xff, NE_BASE + EN0_RCNTLO); in ne_block_output()
Dne2k-pci.c314 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne2k_pci_init_one()
320 {32, EN0_RCNTLO}, in ne2k_pci_init_one()
492 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr()
531 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_input()
591 outb(0x42, nic_base + EN0_RCNTLO); in ne2k_pci_block_output()
600 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_output()
Detherh.c340 writeb (0x42, addr + EN0_RCNTLO); in etherh_block_output()
349 writeb (count, addr + EN0_RCNTLO); in etherh_block_output()
399 writeb (count, addr + EN0_RCNTLO); in etherh_block_input()
438 writeb (sizeof (*hdr), addr + EN0_RCNTLO); in etherh_get_header()
D8390.h177 #define EN0_RCNTLO EI_SHIFT(0x0a) /* Remote byte count reg WR */ macro
Dpcnet_cs.c334 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom()
340 {32, EN0_RCNTLO}, in get_prom()
1139 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr()
1173 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in dma_block_input()
1246 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in dma_block_output()
Dax88796.c187 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr()
233 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in ax_block_input()
282 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in ax_block_output()
Daxnet_cs.c200 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom()
206 {0x10, EN0_RCNTLO}, in get_prom()
1486 outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun()
1645 outb_p(0x00, e8390_base + EN0_RCNTLO); in AX88190_init()
Dstnic.c47 #define PG0_RBCR0 EN0_RCNTLO
Dlib8390.c808 ei_outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun()
1017 ei_outb_p(0x00, e8390_base + EN0_RCNTLO); in __NS8390_init()
Dwd.c292 outb_p(0x00, nic_addr + EN0_RCNTLO); in wd_probe1()
/drivers/tty/
Dmxser.c1443 #define EN0_RCNTLO 0x00A /* Remote byte count reg WR */ macro