Lines Matching full:mpu
296 const struct mpu_data *mpu = cpu_mpu_data[cpu]; in cpu_setup_pid() local
300 /* Get PID params from the appropriate MPU EEPROM */ in cpu_setup_pid()
301 tmax = mpu->tmax << 16; in cpu_setup_pid()
302 ttarget = mpu->ttarget << 16; in cpu_setup_pid()
303 ptarget = ((s32)(mpu->pmaxh - mpu->padjmax)) << 16; in cpu_setup_pid()
318 hsize = min_t(int, mpu->tguardband, WF_PID_MAX_HISTORY); in cpu_setup_pid()
324 pid.gd = mpu->pid_gd; in cpu_setup_pid()
325 pid.gp = mpu->pid_gp; in cpu_setup_pid()
326 pid.gr = mpu->pid_gr; in cpu_setup_pid()
705 /* Get MPU data for each CPU */ in wf_rm31_init()
709 pr_err("wf_rm31: Failed to find MPU data for CPU %d\n", i); in wf_rm31_init()