Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/
A Dhal_sdhost.h92 } SDC_InitTypeDef; typedef
112 extern struct mmc_host *hal_sdc_create(uint32_t sdc_id, SDC_InitTypeDef *param);
A Dsd_test.h45 int32_t mmc_test_init(uint32_t host_id, SDC_InitTypeDef *sdc_param, uint32_t scan);
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dtest.c64 SDC_InitTypeDef sdc_param;
138 int32_t mmc_test_init(uint32_t host_id, SDC_InitTypeDef *sdc_param, uint32_t scan) in mmc_test_init()
152 memcpy(&sdmmc_test->sdc_param, sdc_param, sizeof(SDC_InitTypeDef)); in mmc_test_init()
283 SDC_InitTypeDef sdc_param = { 0 }; in mmc_test()
A D_sdhost.h307 SDC_InitTypeDef param;
A Dhal_sdhost.c2426 struct mmc_host *hal_sdc_create(uint32_t sdc_id, SDC_InitTypeDef *param) in hal_sdc_create()
2446 memcpy(&host->param, param, sizeof(SDC_InitTypeDef)); in hal_sdc_create()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/cmd/
A Dcmd_sd.c45 extern int32_t mmc_test_init(uint32_t host_id, SDC_InitTypeDef *sdc_param, uint32_t scan);
58 SDC_InitTypeDef sdc_param = { 0 }; in cmd_sd_init_exec()
/bsp/allwinner/libraries/drivers/sdmmc/
A Ddrv_sdmmc.c186 SDC_InitTypeDef sdc_param = {0}; in sdmmc_init()

Completed in 95 milliseconds