Searched defs:mmc_host (Results 1 – 2 of 2) sorted by relevance
49 struct mmc_host { struct50 struct ftsdc010_mmc *reg;51 unsigned int version; /* SDHCI spec. version */52 unsigned int clock; /* Current clock (MHz) */53 unsigned int fifo_len; /* bytes */54 unsigned int last_opcode; /* Last OP Code */55 unsigned int card_type; /* Card type */
50 struct sunxi_mmc_priv mmc_host[4]; variable