Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dcpu.c131 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in compute_ppc_cpumask()
155 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in compute_dsp_cpumask()
177 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in fsl_qoriq_dsp_core_to_cluster()
200 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in fsl_qoriq_core_to_cluster()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c135 } while ((cluster & TP_CLUSTER_EOC) != TP_CLUSTER_EOC); in fsl_layerscape_wake_seconday_cores()
H A Dcpu.c311 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_pos_mask()
335 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in cpu_mask()
367 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_cluster()
392 } while ((cluster & TP_CLUSTER_EOC) == 0x0); in fsl_qoriq_core_to_type()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c537 if (cluster & TP_CLUSTER_EOC) in enable_cluster_l2()
574 } while (!(cluster & TP_CLUSTER_EOC)); in enable_cluster_l2()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch3.h151 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ macro
H A Dimmap_lsch2.h101 #define TP_CLUSTER_EOC 0xc0000000 /* end of clusters */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_85xx.h1978 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ macro