Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/pmc/
H A Dcore.h290 struct pmc_bit_map { struct
320 const struct pmc_bit_map **pfear_sts;
321 const struct pmc_bit_map *mphy_sts;
322 const struct pmc_bit_map *pll_sts;
323 const struct pmc_bit_map **slps0_dbg_maps;
324 const struct pmc_bit_map *ltr_show_sts;
325 const struct pmc_bit_map *msr_sts;
326 const struct pmc_bit_map **lpm_sts;
327 const struct pmc_bit_map **s0ix_blocker_maps;
439 extern const struct pmc_bit_map msr_map[];
[all …]
H A Dmtl.c30 const struct pmc_bit_map mtl_socm_pfear_map[] = {
105 const struct pmc_bit_map *ext_mtl_socm_pfear_map[] = {
110 const struct pmc_bit_map mtl_socm_ltr_show_map[] = {
144 const struct pmc_bit_map mtl_socm_clocksource_status_map[] = {
170 const struct pmc_bit_map mtl_socm_power_gating_status_0_map[] = {
206 const struct pmc_bit_map mtl_socm_power_gating_status_1_map[] = {
242 const struct pmc_bit_map mtl_socm_power_gating_status_2_map[] = {
269 const struct pmc_bit_map mtl_socm_d3_status_0_map[] = {
284 const struct pmc_bit_map mtl_socm_d3_status_1_map[] = {
294 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.c21 const struct pmc_bit_map tgl_pfear_map[] = {
32 const struct pmc_bit_map *ext_tgl_pfear_map[] = {
42 const struct pmc_bit_map tgl_clocksource_status_map[] = {
58 const struct pmc_bit_map tgl_power_gating_status_map[] = {
86 const struct pmc_bit_map tgl_d3_status_map[] = {
101 const struct pmc_bit_map tgl_vnn_req_status_map[] = {
126 const struct pmc_bit_map tgl_vnn_misc_status_map[] = {
142 const struct pmc_bit_map tgl_signal_status_map[] = {
178 const struct pmc_bit_map *tgl_lpm_maps[] = {
H A Dcnp.c16 const struct pmc_bit_map cnp_pfear_map[] = {
91 const struct pmc_bit_map *ext_cnp_pfear_map[] = {
100 const struct pmc_bit_map cnp_slps0_dbg0_map[] = {
113 const struct pmc_bit_map cnp_slps0_dbg1_map[] = {
130 const struct pmc_bit_map cnp_slps0_dbg2_map[] = {
149 const struct pmc_bit_map *cnp_slps0_dbg_maps[] = {
156 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.c48 const struct pmc_bit_map msr_map[] = {
225 const struct pmc_bit_map **maps = pmc->map->slps0_dbg_maps; in pmc_core_slps0_display()
226 const struct pmc_bit_map *map; in pmc_core_slps0_display()
249 static unsigned int pmc_core_lpm_get_arr_size(const struct pmc_bit_map **maps) in pmc_core_lpm_get_arr_size()
262 const struct pmc_bit_map **maps) in pmc_core_lpm_display()
308 int pmc_index, u8 pf_reg, const struct pmc_bit_map **pf_map) in pmc_core_display_map()
322 const struct pmc_bit_map **maps; in pmc_core_ppfear_show()
380 const struct pmc_bit_map *map = pmc->map->mphy_sts; in pmc_core_mphy_pg_show()
432 const struct pmc_bit_map *map = pmc->map->pll_sts; in pmc_core_pll_show()
636 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[] = {
/linux/drivers/platform/x86/
H A Dpmc_atom.c23 struct pmc_bit_map { struct
29 const struct pmc_bit_map *d3_sts_0; argument
30 const struct pmc_bit_map *d3_sts_1;
31 const struct pmc_bit_map *func_dis;
32 const struct pmc_bit_map *func_dis_2;
33 const struct pmc_bit_map *pss;
77 static const struct pmc_bit_map d3_sts_0_map[] = {
113 static struct pmc_bit_map byt_d3_sts_1_map[] = {
121 static struct pmc_bit_map cht_d3_sts_1_map[] = {
128 static struct pmc_bit_map cht_func_dis_2_map[] = {
[all …]