Searched defs:cppc_pcc_data (Results 1 – 1 of 1) sorted by relevance
48 struct cppc_pcc_data { struct49 struct pcc_mbox_chan *pcc_channel;50 bool pcc_channel_acquired;51 unsigned int deadline_us;52 unsigned int pcc_mpar, pcc_mrtt, pcc_nominal;54 bool pending_pcc_write_cmd; /* Any pending/batched PCC write cmds? */55 bool platform_owns_pcc; /* Ownership of PCC subspace */56 unsigned int pcc_write_cnt; /* Running count of PCC write commands */83 static struct cppc_pcc_data *pcc_data[MAX_PCC_SUBSPACES]; argument