Searched defs:cppc_pcc_data (Results 1 – 1 of 1) sorted by relevance
49 struct cppc_pcc_data { struct50 struct mbox_chan *pcc_channel;51 void __iomem *pcc_comm_addr;52 bool pcc_channel_acquired;53 unsigned int deadline_us;54 unsigned int pcc_mpar, pcc_mrtt, pcc_nominal;56 bool pending_pcc_write_cmd; /* Any pending/batched PCC write cmds? */57 bool platform_owns_pcc; /* Ownership of PCC subspace */58 unsigned int pcc_write_cnt; /* Running count of PCC write commands */85 static struct cppc_pcc_data *pcc_data[MAX_PCC_SUBSPACES]; argument