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

/darwin-on-arm/xnu/osfmk/i386/
H A DpmCPU.c56 #define DELAY_UNSET 0xFFFFFFFFFFFFFFFFULL macro
68 static uint64_t earlyMaxBusDelay = DELAY_UNSET;
69 static uint64_t earlyMaxIntDelay = DELAY_UNSET;
122 if (earlyMaxBusDelay != DELAY_UNSET)
125 if (earlyMaxIntDelay != DELAY_UNSET)
531 earlyMaxBusDelay = DELAY_UNSET;
557 earlyMaxIntDelay = DELAY_UNSET;

Completed in 6 milliseconds