Home
last modified time | relevance | path

Searched refs:pmc_numlevels (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpm.c356 for (j = 0; j < cp->pmc_comp.pmc_numlevels; j++) in print_info()
1821 numthresholds += cp->pmc_comp.pmc_numlevels - 1; in pm_ioctl()
1838 val32 = cp->pmc_comp.pmc_numlevels - 1; in pm_ioctl()
1841 val = cp->pmc_comp.pmc_numlevels - 1; in pm_ioctl()
1858 for (j = 0; j < cp->pmc_comp.pmc_numlevels - 1; in pm_ioctl()
2087 i > cp->pmc_comp.pmc_numlevels - 1) { in pm_ioctl()
2091 cp->pmc_comp.pmc_numlevels - 1)) in pm_ioctl()
2132 numlevels = cp->pmc_comp.pmc_numlevels; in pm_ioctl()
2185 *rval_p = cp->pmc_comp.pmc_numlevels; in pm_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c836 int limit = cp->pmc_comp.pmc_numlevels; in e_pm_valid_power()
1408 limit = cp->pmc_comp.pmc_numlevels; in power_val_to_index()
3396 pmc->pmc_numlevels = 2; in e_pm_default_levels()
3415 p->pmc_comp.pmc_numlevels = 2; in e_pm_default_components()
3871 compp->pmc_numlevels = level; \
4170 if (p->comp->pmc_numlevels < 2) { in pm_autoconfig()
4174 p->comp->pmc_numlevels)) in pm_autoconfig()
4237 n = pp->pmc_numlevels; in pm_autoconfig()
4362 ASSERT(pmc->pmc_numlevels > 1); in pm_set_device_threshold()
4399 if (level < pmc->pmc_numlevels) { in pm_set_device_threshold()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h140 int pmc_numlevels; /* number of power levels supported */ member
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c716 for (i = pm_comp->pmc_numlevels; i > 0; i--) { in ppm_ioctl()
723 ppm_set_topspeed(ppmd, pm_comp->pmc_numlevels - i); in ppm_ioctl()
1459 maxi = pm_comp->pmc_numlevels - 1; in ppm_dev_init()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1615 maxi = pm_comp->pmc_numlevels - 1; in xcppm_dev_init()