Searched refs:PCM_LPM45 (Results 1 – 2 of 2) sorted by relevance
80 #define PCM_LPM45 0xA0 macro91 #define PCM_SHUTDOWN_COMPLETE PCM_LPM45
311 || powerState == PCM_LPM45 || powerState == PCM_LPM4); in __PCM_setPowerStateAdvanced()372 case PCM_LPM45: in __PCM_setPowerStateAdvanced()373 return PCM_shutdownDevice(PCM_LPM45); in __PCM_setPowerStateAdvanced()402 uint32_t shutdownModeBits = (shutdownMode == PCM_LPM45) ? in PCM_shutdownDevice()