Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dcore.h267 struct pmc_bit_map { struct
294 const struct pmc_bit_map **pfear_sts;
295 const struct pmc_bit_map *mphy_sts;
296 const struct pmc_bit_map *pll_sts;
297 const struct pmc_bit_map **slps0_dbg_maps;
298 const struct pmc_bit_map *ltr_show_sts;
299 const struct pmc_bit_map *msr_sts;
300 const struct pmc_bit_map **lpm_sts;
400 extern const struct pmc_bit_map msr_map[];
401 extern const struct pmc_bit_map spt_pll_map[];
[all …]
H A Dmtl.c22 const struct pmc_bit_map mtl_socm_pfear_map[] = {
97 const struct pmc_bit_map *ext_mtl_socm_pfear_map[] = {
102 const struct pmc_bit_map mtl_socm_ltr_show_map[] = {
136 const struct pmc_bit_map mtl_socm_clocksource_status_map[] = {
162 const struct pmc_bit_map mtl_socm_power_gating_status_0_map[] = {
198 const struct pmc_bit_map mtl_socm_power_gating_status_1_map[] = {
234 const struct pmc_bit_map mtl_socm_power_gating_status_2_map[] = {
261 const struct pmc_bit_map mtl_socm_d3_status_0_map[] = {
276 const struct pmc_bit_map mtl_socm_d3_status_1_map[] = {
286 const struct pmc_bit_map mtl_socm_d3_status_2_map[] = {
[all …]
H A Dadl.c14 const struct pmc_bit_map adl_pfear_map[] = {
57 const struct pmc_bit_map *ext_adl_pfear_map[] = {
66 const struct pmc_bit_map adl_ltr_show_map[] = {
103 const struct pmc_bit_map adl_clocksource_status_map[] = {
131 const struct pmc_bit_map adl_power_gating_status_0_map[] = {
161 const struct pmc_bit_map adl_power_gating_status_1_map[] = {
173 const struct pmc_bit_map adl_power_gating_status_2_map[] = {
180 const struct pmc_bit_map adl_d3_status_0_map[] = {
196 const struct pmc_bit_map adl_d3_status_1_map[] = {
202 const struct pmc_bit_map adl_d3_status_2_map[] = {
[all …]
H A Dtgl.c16 const struct pmc_bit_map tgl_pfear_map[] = {
27 const struct pmc_bit_map *ext_tgl_pfear_map[] = {
37 const struct pmc_bit_map tgl_clocksource_status_map[] = {
53 const struct pmc_bit_map tgl_power_gating_status_map[] = {
81 const struct pmc_bit_map tgl_d3_status_map[] = {
96 const struct pmc_bit_map tgl_vnn_req_status_map[] = {
121 const struct pmc_bit_map tgl_vnn_misc_status_map[] = {
137 const struct pmc_bit_map tgl_signal_status_map[] = {
173 const struct pmc_bit_map *tgl_lpm_maps[] = {
H A Dcnp.c14 const struct pmc_bit_map cnp_pfear_map[] = {
89 const struct pmc_bit_map *ext_cnp_pfear_map[] = {
98 const struct pmc_bit_map cnp_slps0_dbg0_map[] = {
111 const struct pmc_bit_map cnp_slps0_dbg1_map[] = {
128 const struct pmc_bit_map cnp_slps0_dbg2_map[] = {
147 const struct pmc_bit_map *cnp_slps0_dbg_maps[] = {
154 const struct pmc_bit_map cnp_ltr_show_map[] = {
H A Dspt.c13 const struct pmc_bit_map spt_pll_map[] = {
21 const struct pmc_bit_map spt_mphy_map[] = {
41 const struct pmc_bit_map spt_pfear_map[] = {
85 const struct pmc_bit_map *ext_spt_pfear_map[] = {
94 const struct pmc_bit_map spt_ltr_show_map[] = {
H A Dcore.c45 const struct pmc_bit_map msr_map[] = {
220 const struct pmc_bit_map **maps = pmc->map->slps0_dbg_maps; in pmc_core_slps0_display()
221 const struct pmc_bit_map *map; in pmc_core_slps0_display()
244 static int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) in pmc_core_lpm_get_arr_size()
257 const struct pmc_bit_map **maps) in pmc_core_lpm_display()
303 int pmc_index, u8 pf_reg, const struct pmc_bit_map **pf_map) in pmc_core_display_map()
317 const struct pmc_bit_map **maps; in pmc_core_ppfear_show()
375 const struct pmc_bit_map *map = pmc->map->mphy_sts; in pmc_core_mphy_pg_show()
430 const struct pmc_bit_map *map = pmc->map->pll_sts; in pmc_core_pll_show()
630 const struct pmc_bit_map *map; in pmc_core_ltr_show()
[all …]
H A Dicl.c13 const struct pmc_bit_map icl_pfear_map[] = {
25 const struct pmc_bit_map *ext_icl_pfear_map[] = {
/openbmc/linux/drivers/platform/x86/
H A Dpmc_atom.c21 struct pmc_bit_map { struct
27 const struct pmc_bit_map *d3_sts_0; argument
28 const struct pmc_bit_map *d3_sts_1;
29 const struct pmc_bit_map *func_dis;
30 const struct pmc_bit_map *func_dis_2;
31 const struct pmc_bit_map *pss;
75 static const struct pmc_bit_map d3_sts_0_map[] = {
111 static struct pmc_bit_map byt_d3_sts_1_map[] = {
119 static struct pmc_bit_map cht_d3_sts_1_map[] = {
126 static struct pmc_bit_map cht_func_dis_2_map[] = {
[all …]