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