Lines Matching refs:pmc_bit_map
23 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[] = {
135 static const struct pmc_bit_map byt_pss_map[] = {
157 static const struct pmc_bit_map cht_pss_map[] = {
259 u32 sts, const struct pmc_bit_map *sts_map, in pmc_dev_state_print()
260 u32 fd, const struct pmc_bit_map *fd_map) in pmc_dev_state_print()
299 const struct pmc_bit_map *map = pmc->map->pss; in pmc_pss_state_show()
454 static void pmc_dev_state_check(u32 sts, const struct pmc_bit_map *sts_map, in pmc_dev_state_check()
455 u32 fd, const struct pmc_bit_map *fd_map, in pmc_dev_state_check()