Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/atom/
Dpmc_atom.c238 u32 sts, const struct pmc_bit_map *sts_map, in pmc_dev_state_print() argument
244 for (index = 0; sts_map[index].name; index++) { in pmc_dev_state_print()
246 offset + index, sts_map[index].name, in pmc_dev_state_print()
248 sts_map[index].bit_mask & sts ? "D3" : "D0"); in pmc_dev_state_print()