Lines Matching refs:pr_debug

116 			pr_debug("detected change pending stuck\n");  in query_current_values_with_pending_wait()
153 pr_debug("cpu%d, init lo 0x%x, hi 0x%x\n", smp_processor_id(), lo, hi); in fidvid_msr_init()
173 pr_debug("writing fid 0x%x, lo 0x%x, hi 0x%x\n", in write_new_fid()
217 pr_debug("writing vid 0x%x, lo 0x%x, hi 0x%x\n", in write_new_vid()
285 pr_debug("transitioned (cpu%d): new fid 0x%x, vid 0x%x\n", in transition_fid_vid()
299 pr_debug("ph1 (cpu%d): start, currfid 0x%x, currvid 0x%x, reqvid 0x%x, rvo 0x%x\n", in core_voltage_pre_transition()
308 pr_debug("ph1 maxvid=0x%x\n", maxvid); in core_voltage_pre_transition()
313 pr_debug("ph1: curr 0x%x, req vid 0x%x\n", in core_voltage_pre_transition()
324 pr_debug("ph1: changing vid for rvo, req 0x%x\n", in core_voltage_pre_transition()
340 pr_debug("ph1 complete, currfid 0x%x, currvid 0x%x\n", in core_voltage_pre_transition()
357 pr_debug("ph2 (cpu%d): starting, currfid 0x%x, currvid 0x%x, reqfid 0x%x\n", in core_frequency_transition()
411 pr_debug("ph2 complete, currfid 0x%x, currvid 0x%x\n", in core_frequency_transition()
424 pr_debug("ph3 (cpu%d): starting, currfid 0x%x, currvid 0x%x\n", in core_voltage_post_transition()
449 pr_debug("ph3 failed, currvid 0x%x\n", data->currvid); in core_voltage_post_transition()
454 pr_debug("ph3 failed, currfid changed 0x%x\n", in core_voltage_post_transition()
459 pr_debug("ph3 complete, currfid 0x%x, currvid 0x%x\n", in core_voltage_post_transition()
621 pr_debug("cfid 0x%x, cvid 0x%x\n", data->currfid, data->currvid); in fill_powernow_table()
631 pr_debug("currfid/vid do not match PST, ignoring\n"); in fill_powernow_table()
653 pr_debug("found PSB header at 0x%p\n", psb); in find_psb_table()
655 pr_debug("table vers: 0x%x\n", psb->tableversion); in find_psb_table()
661 pr_debug("flags: 0x%x\n", psb->flags1); in find_psb_table()
668 pr_debug("voltage stabilization time: %d(*20us)\n", in find_psb_table()
671 pr_debug("flags2: 0x%x\n", psb->flags2); in find_psb_table()
678 pr_debug("ramp voltage offset: %d\n", data->rvo); in find_psb_table()
679 pr_debug("isochronous relief time: %d\n", data->irt); in find_psb_table()
680 pr_debug("maximum voltage step: %d - 0x%x\n", mvs, data->vidmvs); in find_psb_table()
682 pr_debug("numpst: 0x%x\n", psb->num_tables); in find_psb_table()
697 pr_debug("plllocktime: 0x%x (units 1us)\n", psb->plllocktime); in find_psb_table()
698 pr_debug("maxfid: 0x%x\n", psb->maxfid); in find_psb_table()
699 pr_debug("maxvid: 0x%x\n", psb->maxvid); in find_psb_table()
703 pr_debug("numpstates: 0x%x\n", data->numps); in find_psb_table()
747 pr_debug("register performance failed: bad ACPI data\n"); in powernow_k8_cpu_init_acpi()
753 pr_debug("No ACPI P-States\n"); in powernow_k8_cpu_init_acpi()
762 pr_debug("Invalid control/status registers (%llx - %llx)\n", in powernow_k8_cpu_init_acpi()
771 pr_debug("powernow_table memory alloc failure\n"); in powernow_k8_cpu_init_acpi()
835 pr_debug(" %d : fid 0x%x, vid 0x%x\n", i, fid, vid); in fill_powernow_table_fidvid()
845 pr_debug("invalid freq %u kHz, ignoring\n", freq); in fill_powernow_table_fidvid()
853 pr_debug("invalid vid %u, ignoring\n", vid); in fill_powernow_table_fidvid()
906 pr_debug("cpu %d transition to index %u\n", smp_processor_id(), index); in transition_frequency_fidvid()
916 pr_debug("table matched fid 0x%x, giving vid 0x%x\n", fid, vid); in transition_frequency_fidvid()
922 pr_debug("target matches current values (fid 0x%x, vid 0x%x)\n", in transition_frequency_fidvid()
927 pr_debug("cpu %d, changing to fid 0x%x, vid 0x%x\n", in transition_frequency_fidvid()
968 pr_debug("targ: cpu %d, %d kHz, min %d, max %d\n", in powernowk8_target_fn()
975 pr_debug("targ: curr fid 0x%x, vid 0x%x\n", in powernowk8_target_fn()
1105 pr_debug("cpu_init done, current fid 0x%x, vid 0x%x\n", in powernowk8_cpu_init()
1238 pr_debug("exit\n"); in powernowk8_exit()