Home
last modified time | relevance | path

Searched defs:mmc_cmd (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dmmc.h370 struct mmc_cmd { struct
371 ushort cmdidx;
372 uint resp_type;
373 uint cmdarg;
374 uint response[4];
/external/u-boot/drivers/mmc/
Dftsdc010_mci.c63 static inline int ftsdc010_send_cmd(struct mmc *mmc, struct mmc_cmd *mmc_cmd) in ftsdc010_send_cmd()