Home
last modified time | relevance | path

Searched refs:u16Size (Results 1 – 25 of 73) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_common.c295 MS_BOOL MDrv_DMD_SSPI_MIU_Writes(MS_U32 u32Addr, MS_U8 *pdata, MS_U16 u16Size) in MDrv_DMD_SSPI_MIU_Writes() argument
312 MDrv_MSPI_Write(pdata,u16Size); in MDrv_DMD_SSPI_MIU_Writes()
318 MS_BOOL MDrv_DMD_SSPI_MIU_Reads(MS_U32 u32Addr, MS_U8 *pdata, MS_U16 u16Size) in MDrv_DMD_SSPI_MIU_Reads() argument
328 dataLen = (u16Size>16?16:u16Size);//(len>24?24:len); in MDrv_DMD_SSPI_MIU_Reads()
364 u16Size -= dataLen; in MDrv_DMD_SSPI_MIU_Reads()
367 }while(u16Size); in MDrv_DMD_SSPI_MIU_Reads()
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq.c642 MS_U16 u16Size; in Hal_PQ_get_sram_icc_crd_table() local
655 u16Size = SRAM1_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
658 u16Size = SRAM2_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
661 u16Size = SRAM3_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
664 u16Size = SRAM4_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
669 for(i=0; i<u16Size; i++) in Hal_PQ_get_sram_icc_crd_table()
778 MS_U16 u16Size; in Hal_PQ_get_sram_ihc_crd_table() local
791 u16Size = SRAM1_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
794 u16Size = SRAM2_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
797 u16Size = SRAM3_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq.c1077 MS_U16 u16Size; in Hal_PQ_get_sram_icc_crd_table() local
1090 u16Size = SRAM1_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1093 u16Size = SRAM2_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1096 u16Size = SRAM3_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1099 u16Size = SRAM4_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1104 for(i=0; i<u16Size; i++) in Hal_PQ_get_sram_icc_crd_table()
1213 MS_U16 u16Size; in Hal_PQ_get_sram_ihc_crd_table() local
1226 u16Size = SRAM1_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1229 u16Size = SRAM2_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1232 u16Size = SRAM3_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq.c1077 MS_U16 u16Size; in Hal_PQ_get_sram_icc_crd_table() local
1090 u16Size = SRAM1_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1093 u16Size = SRAM2_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1096 u16Size = SRAM3_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1099 u16Size = SRAM4_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1104 for(i=0; i<u16Size; i++) in Hal_PQ_get_sram_icc_crd_table()
1213 MS_U16 u16Size; in Hal_PQ_get_sram_ihc_crd_table() local
1226 u16Size = SRAM1_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1229 u16Size = SRAM2_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1232 u16Size = SRAM3_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq.c1077 MS_U16 u16Size; in Hal_PQ_get_sram_icc_crd_table() local
1090 u16Size = SRAM1_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1093 u16Size = SRAM2_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1096 u16Size = SRAM3_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1099 u16Size = SRAM4_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1104 for(i=0; i<u16Size; i++) in Hal_PQ_get_sram_icc_crd_table()
1213 MS_U16 u16Size; in Hal_PQ_get_sram_ihc_crd_table() local
1226 u16Size = SRAM1_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1229 u16Size = SRAM2_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1232 u16Size = SRAM3_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq.c1077 MS_U16 u16Size; in Hal_PQ_get_sram_icc_crd_table() local
1090 u16Size = SRAM1_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1093 u16Size = SRAM2_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1096 u16Size = SRAM3_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1099 u16Size = SRAM4_ICC_COUNT; in Hal_PQ_get_sram_icc_crd_table()
1104 for(i=0; i<u16Size; i++) in Hal_PQ_get_sram_icc_crd_table()
1213 MS_U16 u16Size; in Hal_PQ_get_sram_ihc_crd_table() local
1226 u16Size = SRAM1_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1229 u16Size = SRAM2_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
1232 u16Size = SRAM3_IHC_COUNT; in Hal_PQ_get_sram_ihc_crd_table()
[all …]
/utopia/UTPA2-700.0.x/modules/mspi/drv/mspi/
H A DdrvMSPI.c390 MSPI_ErrorNo MDrv_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in MDrv_MSPI_Read() argument
411 HAL_MSPI_Read(pData, u16Size); in MDrv_MSPI_Read()
421 MSPI_ErrorNo MDrv_MSPI_Write(MS_U8 *pData, MS_U16 u16Size) in MDrv_MSPI_Write() argument
443 HAL_MSPI_Wirte(pData, u16Size); in MDrv_MSPI_Write()
705 MSPI_ErrorNo MDrv_MasterSPI_Read(MS_U32 u32DevID, MS_U8 *pData, MS_U16 u16Size) in MDrv_MasterSPI_Read() argument
741 HAL_MSPI_Read(pData, u16Size); in MDrv_MasterSPI_Read()
754 MSPI_ErrorNo MDrv_MasterSPI_Write(MS_U32 u32DevID, MS_U8 *pData, MS_U16 u16Size) in MDrv_MasterSPI_Write() argument
792 HAL_MSPI_Wirte(pData, u16Size); in MDrv_MasterSPI_Write()
/utopia/UTPA2-700.0.x/modules/mspi/hal/curry/mspi/
H A DhalMSPI.c247 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
253 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
255 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
297 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
302 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
304 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/maldives/mspi/
H A DhalMSPI.c313 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
319 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
321 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
363 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
368 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
370 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/mooney/mspi/
H A DhalMSPI.c260 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
266 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
268 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
310 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
315 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
317 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/k6lite/mspi/
H A DhalMSPI.c247 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
253 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
255 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
297 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
302 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
304 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/mustang/mspi/
H A DhalMSPI.c313 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
319 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
321 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
363 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
368 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
370 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/k6/mspi/
H A DhalMSPI.c247 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
253 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
255 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
297 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
302 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
304 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/macan/mspi/
H A DhalMSPI.c260 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
266 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
268 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
310 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
315 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
317 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/messi/mspi/
H A DhalMSPI.c263 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
269 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
271 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
313 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
318 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
320 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/mainz/mspi/
H A DhalMSPI.c263 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
269 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
271 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
313 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
318 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
320 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/kano/mspi/
H A DhalMSPI.c247 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
253 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
255 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
297 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
302 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
304 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/M7621/mspi/
H A DhalMSPI.c278 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
284 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
286 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
328 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
333 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
335 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/M7821/mspi/
H A DhalMSPI.c278 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
284 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
286 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
328 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
333 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
335 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/manhattan/mspi/
H A DhalMSPI.c278 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
284 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
286 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
328 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
333 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
335 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/maxim/mspi/
H A DhalMSPI.c278 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
284 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
286 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
328 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
333 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
335 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/modules/mspi/hal/maserati/mspi/
H A DhalMSPI.c278 MS_BOOL HAL_MSPI_Read(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Read() argument
284 for(i = 0; i < u16Size; i+= MAX_READ_BUF_SIZE) in HAL_MSPI_Read()
286 u16TempBuf = u16Size - i; in HAL_MSPI_Read()
328 MS_BOOL HAL_MSPI_Wirte(MS_U8 *pData, MS_U16 u16Size) in HAL_MSPI_Wirte() argument
333 for(i = 0; i < u16Size; i+= MAX_WRITE_BUF_SIZE) in HAL_MSPI_Wirte()
335 u16TempBuf = u16Size - i; in HAL_MSPI_Wirte()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMSPI_v2.h162 MS_U16 u16Size; member
168 MS_U16 u16Size; member
200 MS_U16 u16Size; member
207 MS_U16 u16Size; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMSPI_v2.h162 MS_U16 u16Size; member
168 MS_U16 u16Size; member
200 MS_U16 u16Size; member
207 MS_U16 u16Size; member
H A DdrvMSPI.h190 MSPI_ErrorNo MDrv_MSPI_Read(MS_U8 *pData, MS_U16 u16Size);
199 MSPI_ErrorNo MDrv_MSPI_Write(MS_U8 *pData, MS_U16 u16Size);
291 MSPI_ErrorNo MDrv_MasterSPI_Read(MS_U32 u32DevID, MS_U8 *pData, MS_U16 u16Size);
299 MSPI_ErrorNo MDrv_MasterSPI_Write(MS_U32 u32DevID, MS_U8 *pData, MS_U16 u16Size);

123