Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/faraday/
H A Dftsdc010.h50 struct mmc_host { struct
51 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 */
/rk3399_rockchip-uboot/drivers/mmc/
H A Dsunxi_mmc.c39 struct sunxi_mmc_priv mmc_host[4]; variable