Searched refs:NE_EN0_DCFG (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/8390/ |
D | apne.c | 62 #define NE_EN0_DCFG 0x0e macro 244 {0x48, NE_EN0_DCFG}, /* Set byte-wide (0x48) access. */ in apne_probe1() 280 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1() 307 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1()
|
D | zorro8390.c | 59 #define NE_EN0_DCFG (0x0e * 2) macro 331 {0x48, NE_EN0_DCFG}, /* 0x48: Set byte-wide access */ in zorro8390_init() 354 z_writeb(0x49, ioaddr + NE_EN0_DCFG); in zorro8390_init()
|
D | hydra.c | 44 #define NE_EN0_DCFG (0x0e*2) macro 135 z_writeb(0x4b, ioaddr + NE_EN0_DCFG); in hydra_init()
|
D | mcf8390.c | 30 #define NE_EN0_DCFG 0x0e macro 343 {0x48, NE_EN0_DCFG}, /* 0x48: Set byte-wide access */ in mcf8390_init() 368 ei_outb(0x49, addr + NE_EN0_DCFG); in mcf8390_init()
|