Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/8390/
Dne.c376 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne_probe1()
382 {32, EN0_RCNTLO}, in ne_probe1()
415 inb(ioaddr + EN0_RCNTLO) == 0x50 && in ne_probe1()
482 outb_p(0x00, ioaddr + EN0_RCNTLO); in ne_probe1()
608 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr()
649 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in ne_block_input()
736 outb_p(0x42, nic_base + EN0_RCNTLO); in ne_block_output()
748 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in ne_block_output()
Dne2k-pci.c317 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne2k_pci_init_one()
323 {32, EN0_RCNTLO}, in ne2k_pci_init_one()
496 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr()
535 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_input()
595 outb(0x42, nic_base + EN0_RCNTLO); in ne2k_pci_block_output()
604 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_output()
Detherh.c337 writeb (0x42, addr + EN0_RCNTLO); in etherh_block_output()
346 writeb (count, addr + EN0_RCNTLO); in etherh_block_output()
395 writeb (count, addr + EN0_RCNTLO); in etherh_block_input()
434 writeb (sizeof (*hdr), addr + EN0_RCNTLO); in etherh_get_header()
D8390.h172 #define EN0_RCNTLO EI_SHIFT(0x0a) /* Remote byte count reg WR */ macro
Dpcnet_cs.c333 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom()
339 {32, EN0_RCNTLO}, in get_prom()
1138 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()
1247 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()
Dstnic.c47 #define PG0_RBCR0 EN0_RCNTLO
Daxnet_cs.c201 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom()
207 {0x10, EN0_RCNTLO}, in get_prom()
1477 outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun()
1636 outb_p(0x00, e8390_base + EN0_RCNTLO); in AX88190_init()
Dlib8390.c811 ei_outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun()
1021 ei_outb_p(0x00, e8390_base + EN0_RCNTLO); in __NS8390_init()
Dwd.c295 outb_p(0x00, nic_addr + EN0_RCNTLO); in wd_probe1()
/linux-4.1.27/drivers/tty/
Dmxser.c1443 #define EN0_RCNTLO 0x00A /* Remote byte count reg WR */ macro