Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dzorro8390.c52 #define NE_EN0_RCNTLO (0x0a*2) macro
167 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs. */ in zorro8390_init()
173 {32, NE_EN0_RCNTLO}, in zorro8390_init()
299 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr()
339 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO); in zorro8390_block_input()
383 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO); in zorro8390_block_output()
Dapne.c65 #define NE_EN0_RCNTLO 0x0a macro
204 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs. */ in apne_probe1()
210 {32, NE_EN0_RCNTLO}, in apne_probe1()
387 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr()
433 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_input()
485 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_output()
Dhydra.c47 #define NE_EN0_RCNTLO (0x0a*2) macro