Searched defs:mmc (Results  1 – 3 of 3) sorted by relevance
| /external/arm-trusted-firmware/drivers/nxp/sd/ | 
| D | sd_mmc.c | 55 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 …]
 
 | 
| /external/arm-trusted-firmware/include/drivers/nxp/sd/ | 
| D | sd_mmc.h | 301 struct mmc {  struct321 int esdhc_emmc_init(struct mmc *mmc, bool card_detect);  argument
 
 | 
| /external/arm-trusted-firmware/include/drivers/brcm/emmc/ | 
| D | emmc_csl_sdprot.h | 429 	struct csd_mmc mmc;  member
 |