Searched refs:pm_level (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | cpudrv_mach.c | 56 #define PM_2_PLAT_LEVEL(cpupm, pm_level) (cpupm->num_spd - pm_level) 76 plat_level = PM_2_PLAT_LEVEL(cpupm, new_spd->pm_level); 141 int pm_level; local 152 pm_level = PLAT_2_PM_LEVEL(cpupm, plat_level); 158 if (spd->pm_level > pm_level) 163 if (spd->pm_level == pm_level) 174 (void) pm_update_maxpower(dip, 0, top_spd->pm_level); [all...] |
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | cpudrv_mach.h | 128 ((cur_spd == cpupm->head_spd) ? cur_spd->pm_level : cur_spd->speed) 133 (void) sprintf(pmc, "%d=1/%d%s", cur_spd->pm_level, \
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | cpudrv_mach.h | 128 (void) sprintf(pmc, "%d=%dMHz", cur_spd->pm_level, comp_spd);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cpudrv.c | 475 cpupm->cur_spd->pm_level, 476 CPUDRV_TOPSPEED(cpupm)->pm_level)); 497 CPUDRV_TOPSPEED(cpupm)->pm_level) != 505 CPUDRV_TOPSPEED(cpupm)->pm_level); 565 (level < cpudrvpm->cur_spd->pm_level)) { 573 if (new_spd->pm_level == level) 624 cpudrvpm->cur_spd->pm_level)) { 822 cur_spd->pm_level = i; 915 (new_spd->pm_level))); \ 916 ret = pm_raise_power((dip), CPUDRV_COMP_NUM, (new_spd->pm_level)); \ [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpudrv.h | 72 int pm_level; /* power level for framework */ member in struct:cpudrv_pm_spd
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 5820 if (hba->pm_level == level) { 5833 hba->pm_level = EMLXS_PM_ADAPTER_UP; 5839 hba->pm_level = EMLXS_PM_ADAPTER_UP; 5845 hba->pm_level = EMLXS_PM_ADAPTER_DOWN; 5851 hba->pm_level = EMLXS_PM_ADAPTER_UP; 5862 hba->pm_level = EMLXS_PM_ADAPTER_DOWN; 5868 hba->pm_level = EMLXS_PM_ADAPTER_DOWN; 5874 hba->pm_level = EMLXS_PM_ADAPTER_UP; 5881 hba->pm_level = EMLXS_PM_ADAPTER_DOWN; 7285 hba->pm_level [all...] |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2026 uint32_t pm_level; member in struct:emlxs_hba 2027 /* pm_level */
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpm.c | 4440 * pm driver to bring the device component 'pm_cmpt' to power level 'pm_level'. 4464 ddi_power(dev_info_t *dip, int pm_cmpt, int pm_level) argument 4471 request.req.set_power_req.level = pm_level;
|
Completed in 338 milliseconds