Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c835 int limit = cp->pmc_comp.pmc_numlevels; in e_pm_valid_power()
1407 limit = cp->pmc_comp.pmc_numlevels; in power_val_to_index()
2415 int limit = cp->pmc_comp.pmc_numlevels; in pm_level_to_index()
3401 pmc->pmc_numlevels = 2; in e_pm_default_levels()
3420 p->pmc_comp.pmc_numlevels = 2; in e_pm_default_components()
3876 compp->pmc_numlevels = level; \
4018 int nlevels = cp->pmc_comp.pmc_numlevels; in e_pm_destroy_components()
4174 if (p->comp->pmc_numlevels < 2) { in pm_autoconfig()
4178 p->comp->pmc_numlevels)) in pm_autoconfig()
4181 for (j = 0; j < p->comp->pmc_numlevels; j++) { in pm_autoconfig()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Depm.h136 int pmc_numlevels; /* number of power levels supported */ member
/titanic_41/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()
1449 maxi = pm_comp->pmc_numlevels - 1; in ppm_dev_init()
/titanic_41/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1617 maxi = pm_comp->pmc_numlevels - 1; in xcppm_dev_init()