Searched refs:LPC_O_STS (Results 1 – 6 of 6) sorted by relevance
222 ulStatus = HWREG(ulBase + LPC_O_STS); in LPCStatusGet()790 ASSERT(ulOffset < ((((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCChannelConfigEPSet()845 ASSERT(ulOffset < ((((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCChannelConfigMBSet()907 ASSERT(ulOffset < ((((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCChannelConfigCOMxSet()1237 ASSERT(ulOffset < (((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCByteRead()1268 ASSERT(ulOffset < (((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCByteWrite()1299 ASSERT(ulOffset < (((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCHalfWordRead()1332 ASSERT(ulOffset < (((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCHalfWordWrite()1363 ASSERT(ulOffset < (((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCWordRead()1396 ASSERT(ulOffset < (((HWREG(ulBase + LPC_O_STS) & LPC_STS_POOLSZ_M) >> in LPCWordWrite()
34 #define LPC_O_STS 0x00000004 // LPC Status macro
Completed in 22 milliseconds