Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A D_sd_define.h161 #define SDC_ALIGN_DMA_BUF_SIZE (64*1024) macro
163 #define SDC_ALIGN_DMA_BUF_SIZE (CONFIG_SDC_DMA_BUF_SIZE * 1024)
A Dhal_sdhost.c1635 if (byte_cnt > SDC_ALIGN_DMA_BUF_SIZE) { in rom_HAL_SDC_Request()
1637 HAL_PR_SZ_L(byte_cnt), SDC_ALIGN_DMA_BUF_SIZE); in rom_HAL_SDC_Request()
2284 host->align_dma_buf = HAL_MallocAlign(SDC_ALIGN_DMA_BUF_SIZE); in hal_sdc_init()
/bsp/allwinner/libraries/drivers/sdmmc/
A Ddrv_sdmmc.c49 #define SDC_ALIGN_DMA_BUF_SIZE (64 * 1024) macro
51 #define SDC_ALIGN_DMA_BUF_SIZE (CONFIG_SDC_DMA_BUF_SIZE * 1024) macro
54 #define SDXC_MAX_TRANS_LEN SDC_ALIGN_DMA_BUF_SIZE

Completed in 9 milliseconds