Searched refs:ui32IOShutdown (Results 1 – 6 of 6) sorted by relevance
138 IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown) in IOCIOShutdownSet() argument145 ASSERT((ui32IOShutdown == IOC_NO_WAKE_UP) || in IOCIOShutdownSet()146 (ui32IOShutdown == IOC_WAKE_ON_LOW) || in IOCIOShutdownSet()147 (ui32IOShutdown == IOC_WAKE_ON_HIGH)); in IOCIOShutdownSet()155 HWREG(ui32Reg) = ui32Config | ui32IOShutdown; in IOCIOShutdownSet()
504 extern void IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown);
415 ((void (*)(uint32_t ui32IOId, uint32_t ui32IOShutdown)) \
140 IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown) in IOCIOShutdownSet() argument147 ASSERT((ui32IOShutdown == IOC_NO_WAKE_UP) || in IOCIOShutdownSet()148 (ui32IOShutdown == IOC_WAKE_ON_LOW) || in IOCIOShutdownSet()149 (ui32IOShutdown == IOC_WAKE_ON_HIGH)); in IOCIOShutdownSet()157 HWREG(ui32Reg) = ui32Config | ui32IOShutdown; in IOCIOShutdownSet()
507 extern void IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown);
413 ((void (*)(uint32_t ui32IOId, uint32_t ui32IOShutdown)) \