Searched refs:E8390_RXCONFIG (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
H A D | 8390.h | 123 #define E8390_RXCONFIG (ei_status.rxcr_base | 0x04) macro 127 #define E8390_RXCONFIG 0x4 macro
|
H A D | lib8390.c | 931 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list() 944 ei_outb_p(E8390_RXCONFIG | 0x18, e8390_base + EN0_RXCR); in do_set_multicast_list() 946 ei_outb_p(E8390_RXCONFIG | 0x08, e8390_base + EN0_RXCR); in do_set_multicast_list() 948 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list() 1068 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); /* rx on, */ in __NS8390_init()
|
H A D | axnet_cs.c | 1591 outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR); in do_set_multicast_list() 1593 outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR); in do_set_multicast_list() 1595 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); in do_set_multicast_list() 1684 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */ in AX88190_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | 8390.h | 125 #define E8390_RXCONFIG (ei_status.rxcr_base | 0x04) macro 129 #define E8390_RXCONFIG 0x4 macro
|
H A D | lib8390.c | 930 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() 1067 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); /* rx on, */ in __NS8390_init()
|
H A D | axnet_cs.c | 1591 outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR); in do_set_multicast_list() 1593 outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR); in do_set_multicast_list() 1595 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); in do_set_multicast_list() 1684 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */ in AX88190_init()
|
Completed in 13 milliseconds