Searched refs:EN0_RXCR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/ |
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() 1032 ei_outb_p(E8390_RXOFF, e8390_base + EN0_RXCR); /* 0x20 */ in __NS8390_init() 1068 ei_outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); /* rx on, */ in __NS8390_init()
|
H A D | axnet_cs.c | 202 {E8390_RXOFF|0x40, EN0_RXCR}, /* 0x60 Set to monitor */ in get_prom() 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() 1643 outb_p(E8390_RXOFF|0x40, e8390_base + EN0_RXCR); /* 0x60 */ in AX88190_init() 1684 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */ in AX88190_init()
|
H A D | 8390.h | 126 /* EN0_RXCR: broadcasts, no multicast,errors */ 128 /* EN0_RXCR: Accept no packets */ 186 #define EN0_RXCR EI_SHIFT(0x0c) /* RX configuration reg WR */ macro
|
H A D | ne2k-pci.c | 331 {E8390_RXOFF, EN0_RXCR}, in ne2k_pci_init_one()
|
H A D | ne.c | 377 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in ne_probe1()
|
H A D | pcnet_cs.c | 340 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in get_prom()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
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() 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 D | axnet_cs.c | 203 {E8390_RXOFF|0x40, EN0_RXCR}, /* 0x60 Set to monitor */ in get_prom() 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() 1643 outb_p(E8390_RXOFF|0x40, e8390_base + EN0_RXCR); /* 0x60 */ in AX88190_init() 1684 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */ in AX88190_init()
|
H A D | 8390.h | 128 /* EN0_RXCR: broadcasts, no multicast,errors */ 130 /* EN0_RXCR: Accept no packets */ 188 #define EN0_RXCR EI_SHIFT(0x0c) /* RX configuration reg WR */ macro
|
H A D | ne2k-pci.c | 332 {E8390_RXOFF, EN0_RXCR}, in ne2k_pci_init_one()
|
H A D | ne.c | 376 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in ne_probe1()
|
H A D | pcnet_cs.c | 342 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in get_prom()
|
Completed in 22 milliseconds