Lines Matching refs:PPMD_ON

496 			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);
1280 ret = ppm_pcie_pwr(domp, PPMD_ON);
1582 *result = ppm_fetset(domp, PPMD_ON);
1674 key = (value == PPMD_ON) ? PPMDC_FET_ON : PPMDC_FET_OFF;
1738 (domp->status == PPMD_ON) ? "ON" : "OFF",
1739 (value == PPMD_ON) ? "ON" : "OFF"))
1804 *lvl = (i2c_req.reg_val == off_val) ? PPMD_OFF : PPMD_ON;
1824 *lvl = (kio_val == off_val) ? PPMD_OFF : PPMD_ON;
1857 cmd = (onoff == PPMD_ON) ? PPMDC_CLK_ON : PPMDC_CLK_OFF;
1889 domp->status = PPMD_ON;
1992 *result = ppm_switch_clock(domp, PPMD_ON);
2135 *result = ppm_pcie_pwr(domp, PPMD_ON);
2267 (domp->status == PPMD_ON) ? "ON" : "OFF",
2283 (domp->status == PPMD_ON) ? "ON" : "OFF",
2315 ASSERT(onoff == PPMD_OFF || onoff == PPMD_ON);
2318 onoff == PPMD_ON ? PPMDC_PRE_PWR_ON : PPMDC_PRE_PWR_OFF);
2367 case PPMD_ON:
2437 str, domp->name, (domp->status == PPMD_ON) ? "ON" : "OFF",
2438 onoff == PPMD_ON ? "ON" : "OFF"))
2526 ppm_set_led(domp, PPMD_ON);
2538 (val == PPMD_ON) ? PPMDC_LED_ON : PPMDC_LED_OFF);
2542 (domp->status == PPMD_ON) ? "ON to OFF" : "OFF to ON"))
2564 if (domp->status == PPMD_ON) {
2568 ppm_set_led(domp, PPMD_ON);
2593 if ((ret = ppm_fetset(domp, PPMD_ON)) ==
2608 if ((ret = ppm_switch_clock(domp, PPMD_ON)) ==
2623 if ((ret = ppm_pcie_pwr(domp, PPMD_ON)) ==