Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dcpu.c135 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in compute_ppc_cpumask()
159 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in compute_dsp_cpumask()
181 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in fsl_qoriq_dsp_core_to_cluster()
204 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in fsl_qoriq_core_to_cluster()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dmp.c174 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in fsl_layerscape_wake_seconday_cores()
A Dcpu.c892 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_pos_mask()
916 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_mask()
948 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_cluster()
973 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_type()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu_init.c539 if (cluster & TP_CLUSTER_EOC) in enable_cluster_l2()
576 } while (!(cluster & TP_CLUSTER_EOC)); in enable_cluster_l2()
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dimmap_lsch3.h290 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ macro
A Dimmap_lsch2.h142 #define TP_CLUSTER_EOC 0xc0000000 /* end of clusters */ macro
/u-boot/arch/powerpc/include/asm/
A Dimmap_85xx.h1977 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ macro

Completed in 34 milliseconds