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

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c884 if (PPMD_IS_PCI(domp->model) && domp->status == PPMD_OFF) {
936 ret = ppm_switch_clock(domp, PPMD_OFF);
1327 ret = ppm_fetset(domp, PPMD_OFF);
1331 ret = ppm_switch_clock(domp, PPMD_OFF);
1334 ret = ppm_pcie_pwr(domp, PPMD_OFF);
1552 ppmd->level, (domp->status == PPMD_OFF ? "off" : "on")))
1572 if (domp->status == PPMD_OFF) {
1647 dummy_ret = ppm_fetset(domp, PPMD_OFF);
1804 *lvl = (i2c_req.reg_val == off_val) ? PPMD_OFF : PPMD_ON;
1824 *lvl = (kio_val == off_val) ? PPMD_OFF
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h271 #define PPMD_OFF 0x0 /* FET/LED/PCI clock: off */ macro

Completed in 87 milliseconds