Lines Matching full:mpu
395 const struct mpu_data *mpu = cpu_mpu_data[cpu]; in cpu_setup_pid() local
399 /* Get PID params from the appropriate MPU EEPROM */ in cpu_setup_pid()
400 tmax = mpu->tmax << 16; in cpu_setup_pid()
401 ttarget = mpu->ttarget << 16; in cpu_setup_pid()
402 ptarget = ((s32)(mpu->pmaxh - mpu->padjmax)) << 16; in cpu_setup_pid()
417 hsize = min_t(int, mpu->tguardband, WF_PID_MAX_HISTORY); in cpu_setup_pid()
423 pid.gd = mpu->pid_gd; in cpu_setup_pid()
424 pid.gp = mpu->pid_gp; in cpu_setup_pid()
425 pid.gr = mpu->pid_gr; in cpu_setup_pid()
813 /* Get MPU data for each CPU */ in wf_pm72_init()
817 pr_err("wf_pm72: Failed to find MPU data for CPU %d\n", i); in wf_pm72_init()