Home
last modified time | relevance | path

Searched refs:u8Bytes (Results 1 – 22 of 22) sorted by relevance

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DmdrvAESDMA.c30 MS_U32 _AESDMA_MSB2LSB(MS_U8 u8Bytes[4]) in _AESDMA_MSB2LSB()
32 return (u8Bytes[0] << 24) | (u8Bytes[1] << 16) | (u8Bytes[2] << 8) | u8Bytes[3]; in _AESDMA_MSB2LSB()
H A DdrvCIPHER.c643 MS_U32 _AESDMA_MSBF2Native(MS_U8 u8Bytes[4]) in _AESDMA_MSBF2Native()
645 return (u8Bytes[0] << 24) | (u8Bytes[1] << 16) | (u8Bytes[2] << 8) | u8Bytes[3]; in _AESDMA_MSBF2Native()
/utopia/UTPA2-700.0.x/modules/security/drv/aesdma/
H A DdrvAESDMA.c383 MS_U32 _AESDMA_MSBF2Native(const MS_U8 u8Bytes[4]) in _AESDMA_MSBF2Native()
385 return (u8Bytes[0] << 24) | (u8Bytes[1] << 16) | (u8Bytes[2] << 8) | u8Bytes[3]; in _AESDMA_MSBF2Native()
/utopia/UTPA2-700.0.x/modules/mspi/hal/k6lite/mspi/
H A DhalMSPI.c614 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes() argument
617 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h255 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/k6/mspi/
H A DhalMSPI.c614 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes() argument
617 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h255 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/kano/mspi/
H A DhalMSPI.c614 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes() argument
617 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h255 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/M7621/mspi/
H A DhalMSPI.c729 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes()
732 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/M7821/mspi/
H A DhalMSPI.c729 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes()
732 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/manhattan/mspi/
H A DhalMSPI.c736 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes() argument
739 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/maxim/mspi/
H A DhalMSPI.c736 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes() argument
739 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/hal/maserati/mspi/
H A DhalMSPI.c736 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in HAL_MSPI_RWBytes() argument
739 _HAL_MSPI_RWBUFSize(Direct, u8Bytes); in HAL_MSPI_RWBytes()
H A DhalMSPI.h285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/modules/mspi/drv/mspi/
H A DdrvMSPI.c1178 MSPI_ErrorNo MDrv_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes) in MDrv_MSPI_RWBytes() argument
1180 return HAL_MSPI_RWBytes(Direct,u8Bytes); in MDrv_MSPI_RWBytes()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMSPI.h369 MSPI_ErrorNo MDrv_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt68678 MSPI_ErrorNo MDrv_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);