Lines Matching full:pcc
41 #include <acpi/pcc.h>
47 * to PCC commands
194 dev_err(dev, "PCC channel request failed.\n"); in hccs_register_pcc_channel()
210 dev_err(dev, "PCC IRQ in PCCT is enabled.\n"); in hccs_register_pcc_channel()
215 dev_err(dev, "PCC IRQ in PCCT isn't supported.\n"); in hccs_register_pcc_channel()
222 dev_err(dev, "The base address or size (%llu) of PCC communication region is invalid.\n", in hccs_register_pcc_channel()
231 dev_err(dev, "Failed to ioremap PCC communication region for channel-%u.\n", in hccs_register_pcc_channel()
254 * Poll PCC status register every 3us(delay_us) for maximum of in hccs_wait_cmd_complete_by_poll()
255 * deadline_us(timeout_us) until PCC command complete bit is set(cond) in hccs_wait_cmd_complete_by_poll()
262 dev_err(hdev->dev, "poll PCC status failed, ret = %d.\n", ret); in hccs_wait_cmd_complete_by_poll()
273 dev_err(hdev->dev, "PCC command executed timeout!\n"); in hccs_wait_cmd_complete_by_irq()
295 /* Copy the message to the PCC comm space */ in hccs_fill_pcc_shared_mem_region()
315 /* Copy the message to the PCC comm space */ in hccs_fill_ext_pcc_shared_mem_region()
339 dev_err(hdev->dev, "Send PCC mbox message failed, ret = %d.\n", in hccs_pcc_cmd_send()
352 dev_err(hdev->dev, "Execute PCC command failed, error code = %u.\n", in hccs_pcc_cmd_send()