Lines Matching full:pcc
27 #include <acpi/pcc.h>
60 /* PCC defines */
68 * to PCC commands
155 /* Copy the message to the PCC comm space */ in xgene_hwmon_pcc_rd()
447 * If PCC, send a consumer command to Platform to get info in xgene_hwmon_evt_work()
526 * This function is called when the PCC Mailbox received a message
666 if (device_property_read_u32(&pdev->dev, "pcc-channel", in xgene_hwmon_probe()
668 dev_err(&pdev->dev, "no pcc-channel property\n"); in xgene_hwmon_probe()
683 * The PCC mailbox controller driver should in xgene_hwmon_probe()
685 * PCC channels) and stored pointers to the in xgene_hwmon_probe()
696 dev_err(&pdev->dev, "PCC IRQ not supported\n"); in xgene_hwmon_probe()
717 dev_err(&pdev->dev, "Failed to get PCC comm region\n"); in xgene_hwmon_probe()
724 "Failed to ioremap PCC comm region\n"); in xgene_hwmon_probe()