Home
last modified time | relevance | path

Searched refs:pRegAddr (Results 1 – 25 of 39) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DdrvHWI2C.c237 …I2C_ReadBytes(MS_U8 u8Port, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in _MDrv_HWI2C_ReadBytes() argument
250 if (!pRegAddr) in _MDrv_HWI2C_ReadBytes()
279 return HAL_HWI2C_DMA_ReadBytes(u32Offset, u16SlaveCfg, uAddrCnt, pRegAddr, uSize, pData); in _MDrv_HWI2C_ReadBytes()
284 pRegAddrBkp = pRegAddr; in _MDrv_HWI2C_ReadBytes()
289 if((g_HWI2CReadMode[u8Port]!=E_HWI2C_READ_MODE_DIRECT) && (uAddrCnt>0)&& (pRegAddr)) in _MDrv_HWI2C_ReadBytes()
300 if (!_MDrv_HWI2C_Send_Byte(u32Offset,*pRegAddr)) in _MDrv_HWI2C_ReadBytes()
302 pRegAddr++; in _MDrv_HWI2C_ReadBytes()
346 pRegAddr = pRegAddrBkp; in _MDrv_HWI2C_ReadBytes()
359 …2C_WriteBytes(MS_U8 u8Port, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in _MDrv_HWI2C_WriteBytes() argument
373 if (!pRegAddr) in _MDrv_HWI2C_WriteBytes()
[all …]
H A DmdrvHWI2C.c28 extern MS_BOOL _MDrv_HWI2C_WriteBytes(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 …
29 extern MS_BOOL _MDrv_HWI2C_ReadBytes(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 u…
213 param->privateWriteBytes.pRegAddr, in HWI2CIoctl()
231 param->privateReadBytes.pRegAddr, in HWI2CIoctl()
278 param->privateWriteBytesP1.pRegAddr, in HWI2CIoctl()
295 param->privateReadBytesP1.pRegAddr, in HWI2CIoctl()
H A DdrvHWI2C_private.h84 MS_U8 *pRegAddr; member
102 MS_U8 *pRegAddr; member
134 MS_U8 *pRegAddr; member
151 MS_U8 *pRegAddr; member
/utopia/UTPA2-700.0.x/modules/hwi2c/utopia_adaption/hwi2c/
H A DHWI2C_adp.c31 compat_uptr_t pRegAddr; member
41 compat_uptr_t pRegAddr; member
179 tmp.pRegAddr = kmalloc(sizeof(MS_U8)*tmp_compat.uAddrCnt,GFP_KERNEL); in HWI2C_adp_Ioctl()
181 CMP_CPY_FROM_USER(tmp.pRegAddr, tmp_compat.pRegAddr, sizeof(MS_U8)*tmp_compat.uAddrCnt); in HWI2C_adp_Ioctl()
189 kfree(tmp.pRegAddr); in HWI2C_adp_Ioctl()
204 CPY_FROM_USER(u8Addr, paramW.pRegAddr,paramW.uAddrCnt); in HWI2C_adp_Ioctl()
208 paramW.pRegAddr = u8Addr; in HWI2C_adp_Ioctl()
222 tmpr.pRegAddr = kmalloc(sizeof(MS_U8)*tmpr_compat.uAddrCnt,GFP_KERNEL); in HWI2C_adp_Ioctl()
224 CMP_CPY_FROM_USER(tmpr.pRegAddr, tmpr_compat.pRegAddr, sizeof(MS_U8)*tmpr_compat.uAddrCnt); in HWI2C_adp_Ioctl()
232 kfree(tmpr.pRegAddr); in HWI2C_adp_Ioctl()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvHWI2C.h441 MS_BOOL MDrv_HWI2C_WriteBytes(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, M…
459 MS_BOOL MDrv_HWI2C_ReadBytes(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS…
504 MS_BOOL MDrv_HWI2C_WriteBytesP1(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize,…
522 MS_BOOL MDrv_HWI2C_ReadBytesP1(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, …
632 MS_BOOL MDrv_HWI2C_WriteBytes_U2K(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSiz…
641 MS_BOOL MDrv_HWI2C_ReadBytes_U2K(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize…
686 MS_BOOL MDrv_HWI2C_WriteBytes_CUST(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSi…
695 MS_BOOL MDrv_HWI2C_ReadBytes_CUST(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSiz…
H A DdrvHWI2C_v2.h83 MS_U8 *pRegAddr; member
101 MS_U8 *pRegAddr; member
133 MS_U8 *pRegAddr; member
150 MS_U8 *pRegAddr; member
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/maxim/hwi2c/
H A DhalHWI2C.c1982 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1991 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2014 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2072 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2092 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2126 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
2136 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2175 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
2267 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2301 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
H A DhalHWI2C.h338 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS…
339 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS…
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/M7621/hwi2c/
H A DhalHWI2C.c1982 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1991 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2014 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2072 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2092 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2126 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
2136 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2175 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
2267 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2301 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/manhattan/hwi2c/
H A DhalHWI2C.c1979 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1988 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2011 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2069 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2089 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2123 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
2133 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2172 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
2264 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2298 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/M7821/hwi2c/
H A DhalHWI2C.c1982 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1991 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2014 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2072 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2095 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2129 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
2139 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2178 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
2270 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2307 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/maserati/hwi2c/
H A DhalHWI2C.c1982 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1991 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2014 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2072 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
2095 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
2129 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
2139 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2178 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
2270 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2307 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvHWI2C_v2.h83 MS_U8 *pRegAddr; member
101 MS_U8 *pRegAddr; member
133 MS_U8 *pRegAddr; member
150 MS_U8 *pRegAddr; member
H A DdrvHWI2C.h423 MS_BOOL MDrv_HWI2C_WriteBytes(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, M…
441 MS_BOOL MDrv_HWI2C_ReadBytes(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS…
486 MS_BOOL MDrv_HWI2C_WriteBytesP1(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize,…
504 MS_BOOL MDrv_HWI2C_ReadBytesP1(MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, …
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/maldives/hwi2c/
H A DhalHWI2C.c1623 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1629 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1649 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1682 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1690 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
1724 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
H A DhalHWI2C.h338 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS…
339 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS…
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/mainz/hwi2c/
H A DhalHWI2C.c1575 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1581 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1601 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1634 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1642 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
1676 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/macan/hwi2c/
H A DhalHWI2C.c1619 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1625 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1645 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1678 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1686 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
1720 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/mustang/hwi2c/
H A DhalHWI2C.c1623 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1629 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1649 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1682 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1690 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
1724 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/messi/hwi2c/
H A DhalHWI2C.c1621 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1627 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1647 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1680 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1688 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
1722 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/mooney/hwi2c/
H A DhalHWI2C.c1621 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1627 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1647 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1680 …Bytes(MS_U32 u32PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1688 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
1722 if(HAL_HWI2C_DMA_SetTxfrCmd(u32PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/kano/hwi2c/
H A DhalHWI2C.c1892 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1898 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1922 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1955 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1963 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2001 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/curry/hwi2c/
H A DhalHWI2C.c1892 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1898 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1922 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1955 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1963 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2001 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/k6/hwi2c/
H A DhalHWI2C.c1892 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1898 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1922 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1955 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1963 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2001 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()
/utopia/UTPA2-700.0.x/modules/hwi2c/hal/k6lite/hwi2c/
H A DhalHWI2C.c1892 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_WriteBytes() argument
1898 if (!pRegAddr) in HAL_HWI2C_DMA_WriteBytes()
1922 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_WriteBytes()
1955 …Bytes(MS_U16 u16PortOffset, MS_U16 u16SlaveCfg, MS_U32 uAddrCnt, MS_U8 *pRegAddr, MS_U32 uSize, MS… in HAL_HWI2C_DMA_ReadBytes() argument
1963 if (!pRegAddr) in HAL_HWI2C_DMA_ReadBytes()
2001 if(HAL_HWI2C_DMA_SetTxfrCmd(u16PortOffset,(MS_U8)uAddrCnt,pRegAddr)==FALSE) in HAL_HWI2C_DMA_ReadBytes()

12