Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc.c65 #define SIZE_32MB 0x02000000u macro
898 if (((size % blocklen) != MMC_CLEAR) || (size > (SIZE_32MB - BLK_SIZE)) in MSS_MMC_sdma_read()
1030 if (((size % blocklen) != MMC_CLEAR) || (size > (SIZE_32MB - BLK_SIZE)) in MSS_MMC_adma2_read()
1382 if (((size % blocklen) != MMC_CLEAR) || (size > (SIZE_32MB - BLK_SIZE)) in MSS_MMC_sdma_write()
1510 if (((size % blocklen) != MMC_CLEAR) || (size > (SIZE_32MB - BLK_SIZE)) in MSS_MMC_adma2_write()
1959 if (trans_size > (SIZE_32MB - BLK_SIZE)) in MSS_MMC_cq_write()
1961 trans_size = trans_size - (SIZE_32MB - BLK_SIZE); in MSS_MMC_cq_write()
1962 src = src + (SIZE_32MB - - BLK_SIZE); in MSS_MMC_cq_write()
2097 if (trans_size > (SIZE_32MB - BLK_SIZE)) in MSS_MMC_cq_read()
2099 trans_size = trans_size - (SIZE_32MB - BLK_SIZE); in MSS_MMC_cq_read()
[all …]