Lines Matching full:pcc
27 #include <acpi/pcc.h>
60 /* PCC defines */
68 * to PCC commands
156 /* Copy the message to the PCC comm space */ in xgene_hwmon_pcc_rd()
448 * If PCC, send a consumer command to Platform to get info in xgene_hwmon_evt_work()
527 * This function is called when the PCC Mailbox received a message
669 if (device_property_read_u32(&pdev->dev, "pcc-channel", in xgene_hwmon_probe()
671 dev_err(&pdev->dev, "no pcc-channel property\n"); in xgene_hwmon_probe()
689 dev_err(&pdev->dev, "PCC IRQ not supported\n"); in xgene_hwmon_probe()
710 dev_err(&pdev->dev, "Failed to get PCC comm region\n"); in xgene_hwmon_probe()
717 "Failed to ioremap PCC comm region\n"); in xgene_hwmon_probe()