| /utopia/UTPA2-700.0.x/modules/security/drv/cipher/ |
| H A D | mdrvAESDMA.c | 30 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 D | drvCIPHER.c | 643 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 D | drvAESDMA.c | 383 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 D | halMSPI.c | 614 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 D | halMSPI.h | 255 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/k6/mspi/ |
| H A D | halMSPI.c | 614 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 D | halMSPI.h | 255 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/kano/mspi/ |
| H A D | halMSPI.c | 614 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 D | halMSPI.h | 255 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/M7621/mspi/ |
| H A D | halMSPI.c | 729 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 D | halMSPI.h | 285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/M7821/mspi/ |
| H A D | halMSPI.c | 729 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 D | halMSPI.h | 285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/manhattan/mspi/ |
| H A D | halMSPI.c | 736 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 D | halMSPI.h | 285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/maxim/mspi/ |
| H A D | halMSPI.c | 736 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 D | halMSPI.h | 285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/hal/maserati/mspi/ |
| H A D | halMSPI.c | 736 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 D | halMSPI.h | 285 MS_BOOL HAL_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/modules/mspi/drv/mspi/ |
| H A D | drvMSPI.c | 1178 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 D | drvMSPI.h | 369 MSPI_ErrorNo MDrv_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 68678 MSPI_ErrorNo MDrv_MSPI_RWBytes(MS_BOOL Direct, MS_U8 u8Bytes);
|