Searched refs:EN0_RXCR (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | 8390.c | 967 outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list() 980 outb_p(E8390_RXCONFIG | 0x18, e8390_base + EN0_RXCR); in do_set_multicast_list() 982 outb_p(E8390_RXCONFIG | 0x08, e8390_base + EN0_RXCR); in do_set_multicast_list() 984 outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); in do_set_multicast_list() 1093 outb_p(E8390_RXOFF, e8390_base + EN0_RXCR); /* 0x20 */ in NS8390_init() 1130 outb_p(E8390_RXCONFIG, e8390_base + EN0_RXCR); /* rx on, */ in NS8390_init()
|
D | 8390.h | 160 #define EN0_RXCR EI_SHIFT(0x0c) /* RX configuration reg WR */ macro
|
D | ne2.c | 403 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in ne2_probe1()
|
D | ne2k-pci.c | 305 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in ne2k_pci_init_one()
|
D | ne.c | 326 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in ne_probe1()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | axnet_cs.c | 314 {E8390_RXOFF|0x40, EN0_RXCR}, /* 0x60 Set to monitor */ in get_prom() 1804 outb_p(E8390_RXCONFIG | 0x58, e8390_base + EN0_RXCR); in do_set_multicast_list() 1806 outb_p(E8390_RXCONFIG | 0x48, e8390_base + EN0_RXCR); in do_set_multicast_list() 1808 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); in do_set_multicast_list() 1888 outb_p(E8390_RXOFF|0x40, e8390_base + EN0_RXCR); /* 0x60 */ in AX88190_init() 1932 outb_p(E8390_RXCONFIG | 0x40, e8390_base + EN0_RXCR); /* rx on, */ in AX88190_init()
|
D | pcnet_cs.c | 464 {E8390_RXOFF, EN0_RXCR}, /* 0x20 Set to monitor */ in get_prom()
|