Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h376 struct mmc_cmd { struct
377 ushort cmdidx;
378 uint resp_type;
379 uint cmdarg;
380 uint response[4];
/openbmc/u-boot/drivers/mmc/
H A Dftsdc010_mci.c63 static inline int ftsdc010_send_cmd(struct mmc *mmc, struct mmc_cmd *mmc_cmd) in ftsdc010_send_cmd()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c389 struct mmc_command mmc_cmd; in brcmf_sdiod_sglist_rw() local