Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/drivers/nxp/sd/
Dsd_mmc.c410 static int esdhc_set_data_attributes(struct mmc *mmc, uint32_t *dest_ptr, in esdhc_set_data_attributes() argument
417 uint32_t dst = (uint32_t)((uint64_t)(dest_ptr)); in esdhc_set_data_attributes()
438 if ((mmc->dma_support != 0) && (dest_ptr != NULL)) { in esdhc_set_data_attributes()
472 static int esdhc_read_data_nodma(struct mmc *mmc, void *dest_ptr, uint32_t len) in esdhc_read_data_nodma() argument
477 uint32_t *dst = (uint32_t *)dest_ptr; in esdhc_read_data_nodma()
706 int esdhc_read_data(struct mmc *mmc, void *dest_ptr, uint32_t len) in esdhc_read_data() argument
713 ret = esdhc_read_data_nodma(mmc, dest_ptr, len); in esdhc_read_data()