Searched defs:NE_EN0_RCNTLO (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/8390/
H A Dapne.c67 #define NE_EN0_RCNTLO 0x0a macro
238 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs. */
244 {32, NE_EN0_RCNTLO},
399 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); local
445 outb(count & 0xff, nic_base + NE_EN0_RCNTLO);
497 outb(count & 0xff, nic_base + NE_EN0_RCNTLO);
H A Dzorro8390.c64 #define NE_EN0_RCNTLO (0x0a * 2) macro
131 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); local
173 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO);
219 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO);
333 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */
339 {32, NE_EN0_RCNTLO},

Completed in 75 milliseconds