Searched refs:DCR12 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | uli526x.c | 145 DCR10 = 0x50, DCR11 = 0x58, DCR12 = 0x60, DCR13 = 0x68, DCR14 = 0x70, enumerator 342 if (!((inl(db->ioaddr + DCR12)) & 0x8)) { in uli526x_disable() 399 if (!(inl(db->ioaddr + DCR12) & 0x8)) { in uli526x_init() 431 while (!(inl(db->ioaddr + DCR12) & 0x8)) in uli526x_init()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | dmfe.c | 270 DCR10 = 0x50, DCR11 = 0x58, DCR12 = 0x60, DCR13 = 0x68, DCR14 = 0x70, enumerator 621 dw32(DCR12, 0x180); /* Let bit 7 output port */ in dmfe_init_dm910x() 623 dw32(DCR12, 0x80); /* Issue RESET signal */ in dmfe_init_dm910x() 626 dw32(DCR12, 0x0); /* Clear RESET signal */ in dmfe_init_dm910x() 1188 tmp_cr12 = dr8(DCR12); /* DM9102/DM9102A */ in dmfe_timer()
|
H A D | uli526x.c | 186 DCR10 = 0x50, DCR11 = 0x58, DCR12 = 0x60, DCR13 = 0x68, DCR14 = 0x70, enumerator
|