Lines Matching refs:ulAddress
152 LPCStatusBlockAddressSet(unsigned long ulBase, unsigned long ulAddress, in LPCStatusBlockAddressSet() argument
159 ASSERT((ulAddress & ~0xFFFFFFFE) == 0); in LPCStatusBlockAddressSet()
164 HWREG(ulBase + LPC_O_STSADDR) = (ulAddress | (bEnabled ? 1 : 0)); in LPCStatusBlockAddressSet()
779 unsigned long ulConfig, unsigned long ulAddress, in LPCChannelConfigEPSet() argument
809 HWREG(ulBase + LPC_O_CH0ADR + (ulChannel * 0x10)) = ulAddress; in LPCChannelConfigEPSet()
831 unsigned long ulConfig, unsigned long ulAddress, in LPCChannelConfigMBSet() argument
869 HWREG(ulBase + LPC_O_CH0ADR + (ulChannel * 0x10)) = ulAddress; in LPCChannelConfigMBSet()
892 unsigned long ulConfig, unsigned long ulAddress, in LPCChannelConfigCOMxSet() argument
927 HWREG(ulBase + LPC_O_CH0ADR + (ulChannel * 0x10)) = ulAddress; in LPCChannelConfigCOMxSet()
1020 unsigned long ulAddress; in LPCChannelPoolAddressGet() local
1031 ulAddress = HWREG(ulBase + LPC_O_CH0CTL + (ulChannel * 0x10)); in LPCChannelPoolAddressGet()
1037 ulAddress = ((ulAddress & LPC_CH0CTL_OFFSET_M) >> in LPCChannelPoolAddressGet()
1044 ulAddress += (ulBase + LPC_O_POOL); in LPCChannelPoolAddressGet()
1049 return(ulAddress); in LPCChannelPoolAddressGet()