Searched refs:LPC_O_CH0ST (Results 1 – 6 of 6) sorted by relevance
1077 return (HWREG(ulBase + LPC_O_CH0ST + (ulChannel * 0x10))); in LPCChannelStatusGet()1111 ulTemp = HWREG(ulBase + LPC_O_CH0ST + (ulChannel * 0x10)); in LPCChannelStatusSet()1113 HWREG(ulBase + LPC_O_CH0ST + (ulChannel * 0x10)) = ulTemp; in LPCChannelStatusSet()1147 ulTemp = HWREG(ulBase + LPC_O_CH0ST + (ulChannel * 0x10)); in LPCChannelStatusClear()1149 HWREG(ulBase + LPC_O_CH0ST + (ulChannel * 0x10)) = ulTemp; in LPCChannelStatusClear()
38 #define LPC_O_CH0ST 0x00000014 // LPC Channel 0 Status macro
Completed in 32 milliseconds