Lines Matching full:pcc
30 #include <acpi/pcc.h>
36 * to PCC commands
163 dev_err(dev, "PCC IRQ in PCCT is enabled.\n"); in hccs_register_pcc_channel()
168 dev_err(dev, "PCC IRQ in PCCT isn't supported.\n"); in hccs_register_pcc_channel()
177 dev_err(dev, "Failed to ioremap PCC communication region for channel-%u.\n", in hccs_register_pcc_channel()
201 * Poll PCC status register every 3us(delay_us) for maximum of in hccs_wait_cmd_complete_by_poll()
202 * deadline_us(timeout_us) until PCC command complete bit is set(cond) in hccs_wait_cmd_complete_by_poll()
209 dev_err(hdev->dev, "poll PCC status failed, ret = %d.\n", ret); in hccs_wait_cmd_complete_by_poll()
220 dev_err(hdev->dev, "PCC command executed timeout!\n"); in hccs_wait_cmd_complete_by_irq()
242 /* Copy the message to the PCC comm space */ in hccs_fill_pcc_shared_mem_region()
262 /* Copy the message to the PCC comm space */ in hccs_fill_ext_pcc_shared_mem_region()
286 dev_err(hdev->dev, "Send PCC mbox message failed, ret = %d.\n", in hccs_pcc_cmd_send()
299 dev_err(hdev->dev, "Execute PCC command failed, error code = %u.\n", in hccs_pcc_cmd_send()