Searched refs:NE_EN0_RCNTLO (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/8390/
H A Dapne.c66 #define NE_EN0_RCNTLO 0x0a macro
245 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs. */
251 {32, NE_EN0_RCNTLO},
407 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); local
453 outb(count & 0xff, nic_base + NE_EN0_RCNTLO);
505 outb(count & 0xff, nic_base + NE_EN0_RCNTLO);
H A Dmcf8390.c33 #define NE_EN0_RCNTLO 0x0a macro
206 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); local
242 ei_outb(count & 0xff, addr + NE_EN0_RCNTLO);
280 ei_outb(count & 0xff, addr + NE_EN0_RCNTLO);
346 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */
352 {32, NE_EN0_RCNTLO},
H A Dzorro8390.c65 #define NE_EN0_RCNTLO (0x0a * 2) macro
133 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); local
175 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO);
221 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO);
336 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */
342 {32, NE_EN0_RCNTLO},

Completed in 63 milliseconds