Home
last modified time | relevance | path

Searched refs:EN0_DCFG (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/net/
H A D8390.h73 #define EN0_DCFG EI_SHIFT(0x0e) /* Data configuration reg WR */ macro
H A Dne2000.c211 {0x48, EN0_DCFG}, /* Set byte-wide (0x48) access. */ in get_prom()
/openbmc/linux/drivers/net/ethernet/8390/
H A D8390.h191 #define EN0_DCFG EI_SHIFT(0x0e) /* Data configuration reg WR */ macro
H A Dne2k-pci.c324 {0x49, EN0_DCFG}, in ne2k_pci_init_one()
359 outb(0x49, ioaddr + EN0_DCFG); in ne2k_pci_init_one()
H A Dne.c371 {0x48, EN0_DCFG}, /* Set byte-wide (0x48) access. */ in ne_probe1()
401 outb_p(DCR_VAL, ioaddr + EN0_DCFG); in ne_probe1()
H A Dax88796.c669 ei_outb(ax->plat->dcr_val & ~1, ioaddr + EN0_DCFG); in ax_initial_setup()
741 ei_outb(ax->plat->dcr_val, ei_local->mem + EN0_DCFG); in ax_init_dev()
H A Daxnet_cs.c198 {0x01, EN0_DCFG}, /* Set word-wide access. */ in get_prom()
1638 outb_p(endcfg, e8390_base + EN0_DCFG); /* 0x48 or 0x49 */ in AX88190_init()
H A Dpcnet_cs.c337 {0x48, EN0_DCFG}, /* Set byte-wide (0x48) access. */ in get_prom()
415 outb_p(0x01, ioaddr + EN0_DCFG); /* Set word-wide access. */ in get_ax88190()
H A Dlib8390.c1026 ei_outb_p(endcfg, e8390_base + EN0_DCFG); /* 0x48 or 0x49 */ in __NS8390_init()
/openbmc/qemu/hw/net/
H A Dne2000.c65 #define EN0_DCFG 0x0e /* Data configuration reg WR */ macro
342 case EN0_DCFG: in ne2000_ioport_write()