Lines Matching refs:pmc_bit_map
20 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[] = {
132 static const struct pmc_bit_map byt_pss_map[] = {
154 static const struct pmc_bit_map cht_pss_map[] = {
269 u32 sts, const struct pmc_bit_map *sts_map, in pmc_dev_state_print()
270 u32 fd, const struct pmc_bit_map *fd_map) in pmc_dev_state_print()
309 const struct pmc_bit_map *map = pmc->map->pss; in pmc_pss_state_show()