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

/linux-master/drivers/platform/x86/
H A Dpmc_atom.c259 u32 sts, const struct pmc_bit_map *sts_map,
265 for (index = 0; sts_map[index].name; index++) {
267 offset + index, sts_map[index].name,
269 sts_map[index].bit_mask & sts ? "D3" : "D0");
454 static void pmc_dev_state_check(u32 sts, const struct pmc_bit_map *sts_map, argument
460 for (index = 0; sts_map[index].name; index++) {
462 !(sts_map[index].bit_mask & sts)) {
463 if (sts_map[index].bit_mask & sts_possible_false_pos)
465 sts_map[index].name);
468 sts_map[inde
258 pmc_dev_state_print(struct seq_file *s, int reg_index, u32 sts, const struct pmc_bit_map *sts_map, u32 fd, const struct pmc_bit_map *fd_map) argument
[all...]

Completed in 90 milliseconds