Home
last modified time | relevance | path

Searched refs:E8390_NODMA (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/8390/
H A Dlib8390.c453 ei_outb_p(E8390_NODMA+E8390_PAGE0, e8390_base + E8390_CMD); in __ei_interrupt()
490 ei_outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, e8390_base + E8390_CMD); in __ei_interrupt()
494 ei_outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, e8390_base + E8390_CMD); in __ei_interrupt()
673 ei_outb_p(E8390_NODMA+E8390_PAGE1, e8390_base + E8390_CMD); in ei_receive()
675 ei_outb_p(E8390_NODMA+E8390_PAGE0, e8390_base + E8390_CMD); in ei_receive()
800 ei_outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, e8390_base+E8390_CMD); in ei_rx_overrun()
836 ei_outb_p(E8390_NODMA + E8390_PAGE0 + E8390_START, e8390_base + E8390_CMD); in ei_rx_overrun()
849 ei_outb_p(E8390_NODMA + E8390_PAGE0 + E8390_START + E8390_TRANS, e8390_base + E8390_CMD); in ei_rx_overrun()
931 ei_outb_p(E8390_NODMA + E8390_PAGE1, e8390_base + E8390_CMD); in do_set_multicast_list()
940 ei_outb_p(E8390_NODMA + E8390_PAGE0, e8390_base + E8390_CMD); in do_set_multicast_list()
[all …]
H A Dapne.c233 {E8390_NODMA+E8390_PAGE0+E8390_STOP, NE_CMD}, /* Select page 0*/ in apne_probe1()
394 outb(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD); in apne_get_8390_hdr()
440 outb(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base+ NE_CMD); in apne_block_input()
489 outb(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base + NE_CMD); in apne_block_output()
H A Detherh.c282 writeb(E8390_NODMA+E8390_PAGE0+E8390_STOP, addr); in etherh_reset()
330 writeb (E8390_NODMA | E8390_PAGE0 | E8390_START, addr + E8390_CMD); in etherh_block_output()
389 writeb (E8390_NODMA | E8390_PAGE0 | E8390_START, addr + E8390_CMD); in etherh_block_input()
428 writeb (E8390_NODMA | E8390_PAGE0 | E8390_START, addr + E8390_CMD); in etherh_get_header()
H A D8390.h146 #define E8390_NODMA 0x20 /* Remote DMA */ macro
H A Dpcnet_cs.c336 {E8390_NODMA+E8390_PAGE0+E8390_STOP, E8390_CMD}, /* Select page 0*/ in get_prom()
969 outb_p(E8390_NODMA+E8390_PAGE0+E8390_STOP, nic_base + E8390_CMD); in pcnet_reset_8390()
1147 outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base + PCNET_CMD); in dma_get_8390_hdr()
1182 outb_p(E8390_NODMA+E8390_PAGE0+E8390_START, nic_base + PCNET_CMD); in dma_block_input()
1250 outb_p(E8390_PAGE0+E8390_START+E8390_NODMA, nic_base+PCNET_CMD); in dma_block_output()
H A Dstnic.c51 #define CR_RDMA E8390_NODMA