Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dmcf8390.c33 #define NE_EN0_RCNTLO 0x0a macro
205 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); in mcf8390_get_8390_hdr() local
241 ei_outb(count & 0xff, addr + NE_EN0_RCNTLO); in mcf8390_block_input()
279 ei_outb(count & 0xff, addr + NE_EN0_RCNTLO); in mcf8390_block_output()
344 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in mcf8390_init()
350 {32, NE_EN0_RCNTLO}, in mcf8390_init()
H A Dapne.c66 #define NE_EN0_RCNTLO 0x0a macro
245 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs. */ in apne_probe1()
251 {32, NE_EN0_RCNTLO}, in apne_probe1()
407 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr() local
453 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_input()
505 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_output()
H A Dzorro8390.c63 #define NE_EN0_RCNTLO (0x0a * 2) macro
131 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr() local
173 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO); in zorro8390_block_input()
219 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO); in zorro8390_block_output()
332 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in zorro8390_init()
338 {32, NE_EN0_RCNTLO}, in zorro8390_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H A Dapne.c61 #define NE_EN0_RCNTLO 0x0a macro
235 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs. */ in apne_probe1()
241 {32, NE_EN0_RCNTLO}, in apne_probe1()
396 outb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in apne_get_8390_hdr() local
442 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_input()
494 outb(count & 0xff, nic_base + NE_EN0_RCNTLO); in apne_block_output()
H A Dzorro8390.c58 #define NE_EN0_RCNTLO (0x0a * 2) macro
126 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO); in zorro8390_get_8390_hdr() local
168 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO); in zorro8390_block_input()
214 z_writeb(count & 0xff, nic_base + NE_EN0_RCNTLO); in zorro8390_block_output()
327 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in zorro8390_init()
333 {32, NE_EN0_RCNTLO}, in zorro8390_init()
H A Dmcf8390.c31 #define NE_EN0_RCNTLO 0x0a macro
203 ei_outb(sizeof(struct e8390_pkt_hdr), addr + NE_EN0_RCNTLO); in mcf8390_get_8390_hdr() local
239 ei_outb(count & 0xff, addr + NE_EN0_RCNTLO); in mcf8390_block_input()
277 ei_outb(count & 0xff, addr + NE_EN0_RCNTLO); in mcf8390_block_output()
342 {0x00, NE_EN0_RCNTLO}, /* Clear the count regs */ in mcf8390_init()
348 {32, NE_EN0_RCNTLO}, in mcf8390_init()

Completed in 5 milliseconds