Lines Matching defs:mpidr
55 uint64_t mpidr = read_mpidr_el1();
69 fvp_pwrc_write_pcoffr(mpidr);
86 unsigned long mpidr;
91 /* Get the mpidr for this cpu */
92 mpidr = read_mpidr_el1();
106 fvp_pwrc_write_pponr(mpidr);
120 fvp_pwrc_clr_wen(mpidr);
158 * mpidr determines the CPU to be turned on.
160 static int fvp_pwr_domain_on(u_register_t mpidr)
171 psysr = fvp_pwrc_read_psysr(mpidr);
174 fvp_pwrc_write_pponr(mpidr);
214 unsigned long mpidr;
227 /* Get the mpidr for this cpu */
228 mpidr = read_mpidr_el1();
231 fvp_pwrc_set_wen(mpidr);
413 static int fvp_translate_power_state_by_mpidr(u_register_t mpidr,