Searched refs:E8390_RXCONFIG (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/8390/ |
D | 8390.h | 115 #define E8390_RXCONFIG (ei_status.rxcr_base | 0x04) macro 118 #define E8390_RXCONFIG 0x4 /* EN0_RXCR: broadcasts, no multicast,errors */ macro
|
D | lib8390.c | 924 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list() 937 ei_outb_p(E8390_RXCONFIG | 0x18, e8390_base + EN0_RXCR); in do_set_multicast_list() 939 ei_outb_p(E8390_RXCONFIG | 0x08, e8390_base + EN0_RXCR); in do_set_multicast_list() 941 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list() 1060 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); /* rx on, */ in __NS8390_init()
|
D | axnet_cs.c | 1587 outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR); in do_set_multicast_list() 1589 outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR); in do_set_multicast_list() 1591 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); in do_set_multicast_list() 1680 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */ in AX88190_init()
|