Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A DpmCPU.c59 #define DELAY_UNSET 0xFFFFFFFFFFFFFFFFULL macro
71 static uint64_t earlyMaxBusDelay = DELAY_UNSET;
72 static uint64_t earlyMaxIntDelay = DELAY_UNSET;
156 if (earlyMaxBusDelay != DELAY_UNSET) { in machine_idle()
159 if (earlyMaxIntDelay != DELAY_UNSET) { in machine_idle()
602 earlyMaxBusDelay = DELAY_UNSET; in ml_set_maxbusdelay()
630 earlyMaxIntDelay = DELAY_UNSET; in ml_set_maxintdelay()