Searched refs:PPMD_ON (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 496 level = (lvl == PPMD_ON) ? in ppm_ioctl() 503 level = (domp->status == PPMD_ON) ? in ppm_ioctl() 885 ret = ppm_switch_clock(domp, PPMD_ON); in ppm_ctlops() 896 ASSERT(domp->status == PPMD_ON); in ppm_ctlops() 933 domp->status == PPMD_ON && domp->pwr_cnt == 0 && in ppm_ctlops() 969 ASSERT(domp->status == PPMD_ON); in ppm_ctlops() 1228 ASSERT(domp->status == PPMD_ON); in ppm_svc_resume_ctlop() 1267 if (domp->status == PPMD_ON) { in ppm_bringup_domains() 1273 ret = ppm_fetset(domp, PPMD_ON); in ppm_bringup_domains() 1277 ret = ppm_switch_clock(domp, PPMD_ON); in ppm_bringup_domains() [all …]
|
H A D | ppm_subr.c | 208 "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,
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ppmvar.h | 272 #define PPMD_ON 0x1 /* FET/LED/PCI clock: on */ macro
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | ppm_plat.c | 223 domp->status = PPMD_ON; in ppm_alloc_pstate_domains()
|