Searched refs:B_QNC_PM1BLK_PM1C_SLPTP (Results 1 – 3 of 3) sorted by relevance
57 switch (Pm1Cnt & B_QNC_PM1BLK_PM1C_SLPTP) { in SxGetContext()145 Pm1Cnt &= ~B_QNC_PM1BLK_PM1C_SLPTP; in QNCSmmSxGoToSleep()
166 if ((Pm1Sts & B_QNC_PM1BLK_PM1S_WAKE) != 0 && (Pm1Cnt & B_QNC_PM1BLK_PM1C_SLPTP) == V_S3) { in QNCCheckS3AndClearState()200 …e16 (PcdGet16 (PcdPm1blkIoBaseAddress) + R_QNC_PM1BLK_PM1C, (Pm1Cnt & (~B_QNC_PM1BLK_PM1C_SLPTP))); in QNCCheckS3AndClearState()246 if ((Pm1Sts & B_QNC_PM1BLK_PM1S_WAKE) != 0 && (Pm1Cnt & B_QNC_PM1BLK_PM1C_SLPTP) == V_S5) { in QNCCheckPowerOnResetAndClearState()247 …e16 (PcdGet16 (PcdPm1blkIoBaseAddress) + R_QNC_PM1BLK_PM1C, (Pm1Cnt & (~B_QNC_PM1BLK_PM1C_SLPTP))); in QNCCheckPowerOnResetAndClearState()
464 #define B_QNC_PM1BLK_PM1C_SLPTP (BIT12+BIT11+BIT10) macro