Home
last modified time | relevance | path

Searched refs:EN0_RXCR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/8390/
H A Dlib8390.c930 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list()
943 ei_outb_p(E8390_RXCONFIG | 0x18, e8390_base + EN0_RXCR); in do_set_multicast_list()
945 ei_outb_p(E8390_RXCONFIG | 0x08, e8390_base + EN0_RXCR); in do_set_multicast_list()
947 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list()
1031 ei_outb_p(E8390_RXOFF, e8390_base + EN0_RXCR); /* 0x20 */ in __NS8390_init()
1067 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); /* rx on, */ in __NS8390_init()
H A D8390.h188 #define EN0_RXCR EI_SHIFT(0x0c) /* RX configuration reg WR */ macro
H A Dne2k-pci.c321 {E8390_RXOFF, EN0_RXCR}, in ne2k_pci_init_one()
H A Dpcnet_cs.c342 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in get_prom()