Searched refs:E8390_PAGE1 (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | 8390.h | 36 #define E8390_PAGE1 0x40 /* using the two high-order bits */ macro
|
H A D | ne2000.c | 183 n2k_outb(E8390_NODMA+E8390_PAGE1+E8390_STOP, E8390_CMD); in pcnet_reset_8390()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | lib8390.c | 673 ei_outb_p(E8390_NODMA+E8390_PAGE1, e8390_base + E8390_CMD); in ei_receive() 931 ei_outb_p(E8390_NODMA + E8390_PAGE1, e8390_base + E8390_CMD); in do_set_multicast_list() 1046 ei_outb_p(E8390_NODMA + E8390_PAGE1 + E8390_STOP, e8390_base+E8390_CMD); /* 0x61 */ in __NS8390_init()
|
H A D | 8390.h | 148 #define E8390_PAGE1 0x40 /* using the two high-order bits */ macro
|
H A D | ax88796.c | 128 ei_outb(E8390_NODMA + E8390_PAGE1 + E8390_STOP, ioaddr + E8390_CMD); in ax_initial_check() 753 ei_outb(E8390_NODMA + E8390_PAGE1 + E8390_STOP, in ax_init_dev()
|
H A D | ne2k-pci.c | 267 outb(E8390_NODMA + E8390_PAGE1 + E8390_STOP, ioaddr + E8390_CMD); in ne2k_pci_init_one()
|
H A D | axnet_cs.c | 1583 outb_p(E8390_NODMA + E8390_PAGE1, e8390_base + E8390_CMD); in do_set_multicast_list() 1658 outb_p(E8390_NODMA + E8390_PAGE1 + E8390_STOP, e8390_base+E8390_CMD); /* 0x61 */ in AX88190_init()
|
H A D | ne.c | 314 outb_p(E8390_NODMA+E8390_PAGE1+E8390_STOP, ioaddr + E8390_CMD); in ne_probe1()
|
/openbmc/qemu/hw/net/ |
H A D | ne2000.c | 90 #define E8390_PAGE1 0x40 /* using the two high-order bits */ macro
|