Searched refs:scratchrw (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c58 * is written to scratchrw[6] register
60 gur_out32(&gur->scratchrw[6], mpidr);
65 * scratchrw[6] register value is polled
69 while (gur_in32(&gur->scratchrw[6]) != 0)
148 gur_out32(&gur->scratchrw[6], 1);
179 scfg_out32(&scfg->scratchrw[0], (u32)(gd->relocaddr >> 32));
180 scfg_out32(&scfg->scratchrw[1], (u32)gd->relocaddr);
191 * the scratchrw[6] is set. In this case we need a sev here to get these
/u-boot/board/freescale/common/
H A Dfsl_validate.c87 u32 csf_hdr_addr = in_be32(&gur->scratchrw[0]);
118 u32 csf_hdr_addr = in_be32(&gur->scratchrw[0]);
138 *ie_addr = in_le32(&gur->scratchrw[SCRATCH_IE_HIGH_ADR - 1]);
140 *ie_addr |= in_le32(&gur->scratchrw[SCRATCH_IE_LOW_ADR - 1]);
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c351 out_be32(&gur->scratchrw[0], addr);
/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h110 u32 scratchrw[4]; /* Scratch Read/Write */ member in struct:ccsr_gur
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch2.h259 u32 scratchrw[4]; /* Scratch Read/Write */ member in struct:ccsr_gur
480 u32 scratchrw[4]; member in struct:ccsr_scfg
H A Dimmap_lsch3.h452 u32 scratchrw[16]; /* Scratch Read/Write */ member in struct:ccsr_gur
/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h1564 u32 scratchrw[4]; /* Scratch Read/Write */ member in struct:ccsr_gur

Completed in 284 milliseconds