Lines Matching refs:pmc_bit_map
28 struct pmc_bit_map { struct
34 const struct pmc_bit_map *d3_sts_0; argument
35 const struct pmc_bit_map *d3_sts_1;
36 const struct pmc_bit_map *func_dis;
37 const struct pmc_bit_map *func_dis_2;
38 const struct pmc_bit_map *pss;
82 static const struct pmc_bit_map d3_sts_0_map[] = {
118 static struct pmc_bit_map byt_d3_sts_1_map[] = {
126 static struct pmc_bit_map cht_d3_sts_1_map[] = {
133 static struct pmc_bit_map cht_func_dis_2_map[] = {
140 static const struct pmc_bit_map byt_pss_map[] = {
162 static const struct pmc_bit_map cht_pss_map[] = {
277 u32 sts, const struct pmc_bit_map *sts_map, in pmc_dev_state_print()
278 u32 fd, const struct pmc_bit_map *fd_map) in pmc_dev_state_print()
317 const struct pmc_bit_map *map = pmc->map->pss; in pmc_pss_state_show()