Home
last modified time | relevance | path

Searched refs:pmc_bit_map (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/platform/x86/
Dpmc_atom.c20 struct pmc_bit_map { struct
26 const struct pmc_bit_map *d3_sts_0; argument
27 const struct pmc_bit_map *d3_sts_1;
28 const struct pmc_bit_map *func_dis;
29 const struct pmc_bit_map *func_dis_2;
30 const struct pmc_bit_map *pss;
74 static const struct pmc_bit_map d3_sts_0_map[] = {
110 static struct pmc_bit_map byt_d3_sts_1_map[] = {
118 static struct pmc_bit_map cht_d3_sts_1_map[] = {
125 static struct pmc_bit_map cht_func_dis_2_map[] = {
[all …]
Dintel_pmc_core.h189 struct pmc_bit_map { struct
216 const struct pmc_bit_map *pfear_sts;
217 const struct pmc_bit_map *mphy_sts;
218 const struct pmc_bit_map *pll_sts;
219 const struct pmc_bit_map **slps0_dbg_maps;
220 const struct pmc_bit_map *ltr_show_sts;
221 const struct pmc_bit_map *msr_sts;
Dintel_pmc_core.c36 static const struct pmc_bit_map msr_map[] = {
47 static const struct pmc_bit_map spt_pll_map[] = {
55 static const struct pmc_bit_map spt_mphy_map[] = {
75 static const struct pmc_bit_map spt_pfear_map[] = {
119 static const struct pmc_bit_map spt_ltr_show_map[] = {
162 static const struct pmc_bit_map cnp_pfear_map[] = {
249 static const struct pmc_bit_map cnp_slps0_dbg0_map[] = {
262 static const struct pmc_bit_map cnp_slps0_dbg1_map[] = {
279 static const struct pmc_bit_map cnp_slps0_dbg2_map[] = {
298 static const struct pmc_bit_map *cnp_slps0_dbg_maps[] = {
[all …]