Searched refs:DCR13 (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 978 outl(0x1c0, db->ioaddr + DCR13); in set_mac_addr() 982 outl(0, db->ioaddr + DCR13); /* Clear CR13 */ in set_mac_addr() 984 outl(0x1b0, db->ioaddr + DCR13); in set_mac_addr() 991 outl(0, db->ioaddr + DCR13); /* Clear CR13 */ in set_mac_addr()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 186 DCR10 = 0x50, DCR11 = 0x58, DCR12 = 0x60, DCR13 = 0x68, DCR14 = 0x70, enumerator 375 uw32(DCR13, 0x1c0); //Reset dianostic pointer port in uli526x_init_one() 379 uw32(DCR13, 0); //Clear CR13 in uli526x_init_one() 380 uw32(DCR13, 0x1b0); //Select ID Table access port in uli526x_init_one() 385 uw32(DCR13, 0); //Clear CR13 in uli526x_init_one()
|
H A D | dmfe.c | 270 DCR10 = 0x50, DCR11 = 0x58, DCR12 = 0x60, DCR13 = 0x68, DCR14 = 0x70, enumerator
|