Lines Matching refs:stat
46 u32 stat, seq_state; in power_up_other_cluster() local
51 stat = read_cpc_co_stat_conf(); in power_up_other_cluster()
54 seq_state = stat & CPC_Cx_STAT_CONF_SEQSTATE; in power_up_other_cluster()
70 stat = read_cpc_co_stat_conf(); in power_up_other_cluster()
71 seq_state = stat & CPC_Cx_STAT_CONF_SEQSTATE; in power_up_other_cluster()
81 cluster, stat); in power_up_other_cluster()
475 u32 access, stat, seq_state; in boot_core() local
567 stat = read_cpc_co_stat_conf(); in boot_core()
568 seq_state = stat & CPC_Cx_STAT_CONF_SEQSTATE; in boot_core()
583 core, stat); in boot_core()
862 unsigned stat; in cps_cleanup_dead_cpu() local
889 stat = read_cpc_co_stat_conf(); in cps_cleanup_dead_cpu()
890 stat &= CPC_Cx_STAT_CONF_SEQSTATE; in cps_cleanup_dead_cpu()
891 stat >>= __ffs(CPC_Cx_STAT_CONF_SEQSTATE); in cps_cleanup_dead_cpu()
895 if (stat == CPC_Cx_STAT_CONF_SEQSTATE_D0 || in cps_cleanup_dead_cpu()
896 stat == CPC_Cx_STAT_CONF_SEQSTATE_D2 || in cps_cleanup_dead_cpu()
897 stat == CPC_Cx_STAT_CONF_SEQSTATE_U2) in cps_cleanup_dead_cpu()
913 cpu, stat)) in cps_cleanup_dead_cpu()
932 stat = read_cpc_co_vp_running(); in cps_cleanup_dead_cpu()
934 } while (stat & (1 << vpe_id)); in cps_cleanup_dead_cpu()