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

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c496 level = (lvl == PPMD_ON) ?
503 level = (domp->status == PPMD_ON) ?
885 ret = ppm_switch_clock(domp, PPMD_ON);
896 ASSERT(domp->status == PPMD_ON);
933 domp->status == PPMD_ON && domp->pwr_cnt == 0 &&
969 ASSERT(domp->status == PPMD_ON);
1228 ASSERT(domp->status == PPMD_ON);
1267 if (domp->status == PPMD_ON) {
1273 ret = ppm_fetset(domp, PPMD_ON);
1277 ret = ppm_switch_clock(domp, PPMD_ON);
[all...]
H A Dppm_subr.c208 "SX", PPMD_SX, 0, PPMD_ON,
209 "CPU", PPMD_CPU, PPMD_LOCK_ALL, PPMD_ON,
210 "FET", PPMD_FET, PPMD_LOCK_ONE, PPMD_ON,
211 "PCI", PPMD_PCI, PPMD_LOCK_ONE, PPMD_ON,
212 "PCI_PROP", PPMD_PCI_PROP, PPMD_LOCK_ONE, PPMD_ON,
213 "LED", PPMD_LED, 0, PPMD_ON,
214 "PCIE", PPMD_PCIE, PPMD_LOCK_ONE, PPMD_ON,
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm_plat.c223 domp->status = PPMD_ON;
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h272 #define PPMD_ON 0x1 /* FET/LED/PCI clock: on */ macro

Completed in 65 milliseconds