Home
last modified time | relevance | path

Searched defs:mmc (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/drivers/nxp/sd/
Dsd_mmc.c55 static void set_speed(struct mmc *mmc, uint32_t clock) in set_speed()
100 static int esdhc_init(struct mmc *mmc, bool card_detect) in esdhc_init()
183 static int esdhc_send_cmd(struct mmc *mmc, uint32_t cmd, uint32_t args) in esdhc_send_cmd()
279 static int esdhc_wait_response(struct mmc *mmc, uint32_t *response) in esdhc_wait_response()
354 static int mmc_switch_to_high_frquency(struct mmc *mmc) in mmc_switch_to_high_frquency()
410 static int esdhc_set_data_attributes(struct mmc *mmc, uint32_t *dest_ptr, 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()
546 static int esdhc_write_data_nodma(struct mmc *mmc, void *src_ptr, uint32_t len) in esdhc_write_data_nodma()
616 static int esdhc_read_data_dma(struct mmc *mmc, uint32_t len) in esdhc_read_data_dma()
661 static int esdhc_write_data_dma(struct mmc *mmc, uint32_t len) in esdhc_write_data_dma()
[all …]
/trusted-firmware-a-latest/include/drivers/nxp/sd/
Dsd_mmc.h301 struct mmc { struct
321 int esdhc_emmc_init(struct mmc *mmc, bool card_detect); argument
/trusted-firmware-a-latest/include/drivers/brcm/emmc/
Demmc_csl_sdprot.h429 struct csd_mmc mmc; member