Searched refs:ui32IOShutdown (Results 1 – 3 of 3) sorted by relevance
150 IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown) in IOCIOShutdownSet() argument159 ASSERT((ui32IOShutdown == IOC_NO_WAKE_UP) || in IOCIOShutdownSet()160 (ui32IOShutdown == IOC_WAKE_ON_LOW) || in IOCIOShutdownSet()161 (ui32IOShutdown == IOC_WAKE_ON_HIGH)); in IOCIOShutdownSet()173 HWREG(ui32Reg) = ui32Config | ui32IOShutdown; in IOCIOShutdownSet()
460 extern void IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown);
456 ((void (*)(uint32_t ui32IOId, uint32_t ui32IOShutdown)) \
Completed in 8 milliseconds