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

/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dcpu.c135 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC);
159 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC);
181 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC);
204 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC);
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c176 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC);
H A Dcpu.c893 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
917 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
949 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
974 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c468 if (cluster & TP_CLUSTER_EOC)
505 } while (!(cluster & TP_CLUSTER_EOC));
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch3.h290 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ macro
H A Dimmap_lsch2.h133 #define TP_CLUSTER_EOC 0xc0000000 /* end of clusters */ macro
/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h1648 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ macro

Completed in 88 milliseconds