Searched defs:mmc_cmd (Results 1 – 2 of 2) sorted by relevance
370 struct mmc_cmd { struct371 ushort cmdidx;372 uint resp_type;373 uint cmdarg;374 uint response[4];
63 static inline int ftsdc010_send_cmd(struct mmc *mmc, struct mmc_cmd *mmc_cmd) in ftsdc010_send_cmd()