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