Searched refs:EN0_RCNTLO (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | ne.c | 373 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne_probe1() 379 {32, EN0_RCNTLO}, in ne_probe1() 412 inb(ioaddr + EN0_RCNTLO) == 0x50 && in ne_probe1() 474 outb_p(0x00, ioaddr + EN0_RCNTLO); in ne_probe1() 591 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne_get_8390_hdr() 632 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in ne_block_input() 719 outb_p(0x42, nic_base + EN0_RCNTLO); in ne_block_output() 731 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in ne_block_output()
|
D | ne2k-pci.c | 316 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in ne2k_pci_init_one() 322 {32, EN0_RCNTLO}, in ne2k_pci_init_one() 495 outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ne2k_pci_get_8390_hdr() 534 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_input() 594 outb(0x42, nic_base + EN0_RCNTLO); in ne2k_pci_block_output() 603 outb(count & 0xff, nic_base + EN0_RCNTLO); in ne2k_pci_block_output()
|
D | etherh.c | 335 writeb (0x42, addr + EN0_RCNTLO); in etherh_block_output() 344 writeb (count, addr + EN0_RCNTLO); in etherh_block_output() 393 writeb (count, addr + EN0_RCNTLO); in etherh_block_input() 432 writeb (sizeof (*hdr), addr + EN0_RCNTLO); in etherh_get_header()
|
D | xsurf100.c | 177 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in xs100_block_input() 220 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in xs100_block_output()
|
D | ax88796.c | 199 ei_outb(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in ax_get_8390_hdr() 245 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in ax_block_input() 294 ei_outb(count & 0xff, nic_base + EN0_RCNTLO); in ax_block_output() 702 ei_outb(6, ioaddr + EN0_RCNTLO); in ax_init_dev()
|
D | 8390.h | 172 #define EN0_RCNTLO EI_SHIFT(0x0a) /* Remote byte count reg WR */ macro
|
D | pcnet_cs.c | 331 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom() 337 {32, EN0_RCNTLO}, in get_prom() 1134 outb_p(sizeof(struct e8390_pkt_hdr), nic_base + EN0_RCNTLO); in dma_get_8390_hdr() 1169 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in dma_block_input() 1243 outb_p(count & 0xff, nic_base + EN0_RCNTLO); in dma_block_output()
|
D | stnic.c | 47 #define PG0_RBCR0 EN0_RCNTLO
|
D | axnet_cs.c | 198 {0x00, EN0_RCNTLO}, /* Clear the count regs. */ in get_prom() 204 {0x10, EN0_RCNTLO}, in get_prom() 1475 outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun() 1634 outb_p(0x00, e8390_base + EN0_RCNTLO); in AX88190_init()
|
D | lib8390.c | 811 ei_outb_p(0x00, e8390_base+EN0_RCNTLO); in ei_rx_overrun() 1023 ei_outb_p(0x00, e8390_base + EN0_RCNTLO); in __NS8390_init()
|
D | wd.c | 294 outb_p(0x00, nic_addr + EN0_RCNTLO); in wd_probe1()
|
/Linux-v4.19/drivers/tty/ |
D | mxser.c | 1439 #define EN0_RCNTLO 0x00A /* Remote byte count reg WR */ macro
|