Lines Matching refs:pmc_bit_map
21 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[] = {
133 static const struct pmc_bit_map byt_pss_map[] = {
155 static const struct pmc_bit_map cht_pss_map[] = {
257 u32 sts, const struct pmc_bit_map *sts_map, in pmc_dev_state_print()
258 u32 fd, const struct pmc_bit_map *fd_map) in pmc_dev_state_print()
297 const struct pmc_bit_map *map = pmc->map->pss; in pmc_pss_state_show()