Searched refs:pmsLimit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c47 .pmsLimit = century, /* We can normally stay here for 100 years */
55 .pmsLimit = century, /* We can normally stay here for 100 years */
63 .pmsLimit = century, /* We can normally stay here for 100 years */
71 .pmsLimit = century, /* We can normally stay here for 100 years */
79 .pmsLimit = century, /* We can normally stay here for 100 years */
87 .pmsLimit = century, /* We can normally stay here for 100 years */
95 .pmsLimit = 0, /* Time doesn't matter for a prepare for change */
103 .pmsLimit = 0, /* Time doesn't matter for a prepare for sleep */
111 .pmsLimit = 0, /* Time doesn't matter for a prepare for sleep */
H A Dpms.c57 .pmsLimit = 0, /* Time doesn't matter for a park */
308 pp->pms.pmsPop = tb + pnstate->pmsLimit; /* Set the next pop */
310 if((pnstate->pmsSetCmd != pmsDelay) && (pp->pms.pmsCSetCmd & pmsSync) && (pnstate->pmsLimit != 0)) { /* Is this a synchronous command with a delay? */
331 || (!(pp->pms.pmsCSetCmd & pmsSync) && (pnstate->pmsLimit != 0))) { /* Is this not syncronous and a non-zero delay or a delayed step? */
599 pd[i].sf.pmsSetFuncInd, pd[i].pmsLimit);
601 if((pd[i].pmsLimit != 0) && (pd[i].pmsLimit < 100ULL)) {
602 if(xdsply) kprintf("error step %3d: pmsLimit too small/n", i);
606 if((pd[i].pmsLimit != 0xFFFFFFFFFFFFFFFFULL) && (pd[i].pmsLimit > (HalfwayToForeve
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h47 uint64_t pmsLimit; /* Max time in this state in microseconds */ member in struct:pmsDef

Completed in 27 milliseconds