Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c1616 (PM_CP(dip, comp)->pmc_flags & in power_dev()
1629 (PM_CP(dip, comp)->pmc_flags & in power_dev()
2437 int curpwr = (cp->pmc_flags & PM_PHC_WHILE_SET_POWER ? in e_pm_set_cur_pwr()
2489 cp->pmc_flags |= PM_POWER_OP; in pm_power()
2491 cp->pmc_flags &= ~PM_POWER_OP; in pm_power()
2503 if (cp->pmc_flags & PM_PHC_WHILE_SET_POWER) { in pm_power()
2971 (cp->pmc_flags & PM_POWER_OP)) { in pm_power_has_changed()
2988 cp->pmc_flags |= PM_PHC_WHILE_SET_POWER; in pm_power_has_changed()
3104 old_level = (cp->pmc_flags & PM_PHC_WHILE_SET_POWER ? in pm_phc_impl()
8918 old = (cp->pmc_flags & PM_PHC_WHILE_SET_POWER ? in pm_busop_set_power()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h158 uint_t pmc_flags; /* flags this component */ member