Searched refs:NE_EN0_DCFG (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/8390/ |
D | apne.c | 57 #define NE_EN0_DCFG 0x0e macro 234 {0x48, NE_EN0_DCFG}, /* Set byte-wide (0x48) access. */ in apne_probe1() 270 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1() 297 outb(0x49, ioaddr + NE_EN0_DCFG); in apne_probe1()
|
D | zorro8390.c | 54 #define NE_EN0_DCFG (0x0e * 2) macro 326 {0x48, NE_EN0_DCFG}, /* 0x48: Set byte-wide access */ in zorro8390_init() 349 z_writeb(0x49, ioaddr + NE_EN0_DCFG); in zorro8390_init()
|
D | mcf8390.c | 28 #define NE_EN0_DCFG 0x0e macro 341 {0x48, NE_EN0_DCFG}, /* 0x48: Set byte-wide access */ in mcf8390_init() 366 ei_outb(0x49, addr + NE_EN0_DCFG); in mcf8390_init()
|
D | hydra.c | 42 #define NE_EN0_DCFG (0x0e*2) macro 135 z_writeb(0x4b, ioaddr + NE_EN0_DCFG); in hydra_init()
|