Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A D8390.h189 #define EN0_DCFG EI_SHIFT(0x0e) /* Data configuration reg WR */ macro
H A Dne2k-pci.c323 {0x49, EN0_DCFG}, in ne2k_pci_init_one()
358 outb(0x49, ioaddr + EN0_DCFG); in ne2k_pci_init_one()
H A Dne.c372 {0x48, EN0_DCFG}, /* Set byte-wide (0x48) access. */ in ne_probe1()
402 outb_p(DCR_VAL, ioaddr + EN0_DCFG); in ne_probe1()
H A Dax88796.c662 ei_outb(ax->plat->dcr_val & ~1, ioaddr + EN0_DCFG); in ax_initial_setup()
734 ei_outb(ax->plat->dcr_val, ei_local->mem + EN0_DCFG); in ax_init_dev()
H A Daxnet_cs.c197 {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.c335 {0x48, EN0_DCFG}, /* Set byte-wide (0x48) access. */ in get_prom()
409 outb_p(0x01, ioaddr + EN0_DCFG); /* Set word-wide access. */ in get_ax88190()
H A Dlib8390.c1027 ei_outb_p(endcfg, e8390_base + EN0_DCFG); /* 0x48 or 0x49 */ in __NS8390_init()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmxser.c1460 #define EN0_DCFG 0x00E /* Data configuration reg WR */ macro