Lines Matching refs:gur
45 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR); in wake_secondary_core_n() local
54 gur_out32(&gur->scratchrw[6], mpidr); in wake_secondary_core_n()
63 while (gur_in32(&gur->scratchrw[6]) != 0) in wake_secondary_core_n()
70 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR); in fsl_layerscape_wake_seconday_cores() local
101 gur_out32(&gur->bootlocptrh, (u32)(gd->relocaddr >> 32)); in fsl_layerscape_wake_seconday_cores()
102 gur_out32(&gur->bootlocptrl, (u32)gd->relocaddr); in fsl_layerscape_wake_seconday_cores()
104 svr = gur_in32(&gur->svr); in fsl_layerscape_wake_seconday_cores()
107 gur_out32(&gur->scratchrw[6], 1); in fsl_layerscape_wake_seconday_cores()
117 cluster = in_le32(&gur->tp_cluster[i].lower); in fsl_layerscape_wake_seconday_cores()
126 cluster = in_le32(&gur->tp_cluster[i].lower); in fsl_layerscape_wake_seconday_cores()
141 gur_out32(&gur->brrl, cores); in fsl_layerscape_wake_seconday_cores()