Lines Matching defs:mmc
383 struct mmc *mmc; member
566 static inline int mmc_hs400_prepare_ddr(struct mmc *mmc) in mmc_hs400_prepare_ddr()
653 struct mmc { struct
657 const struct mmc_config *cfg; /* provided configuration */ argument
666 enum mmc_voltage signal_voltage; argument
667 uint card_caps;
668 uint host_caps;
669 uint ocr;
670 uint dsr;
671 uint dsr_imp;
672 uint scr[2];
673 uint csd[4];
674 uint cid[4];
675 ushort rca;
676 u8 part_support;
677 u8 part_attr;
678 u8 wr_rel_set;
679 u8 part_config;
680 u8 gen_cmd6_time; /* units: 10 ms */
681 u8 part_switch_time; /* units: 10 ms */
682 uint tran_speed;
683 uint legacy_speed; /* speed for the legacy mode provided by the card */
684 uint read_bl_len;
708 char init_in_progress; /* 1 if we have done mmc_start_init() */ argument
714 struct udevice *vmmc_supply; /* Main voltage regulator (Vcc)*/ argument
715 struct udevice *vqmmc_supply; /* IO voltage regulator (Vccq)*/ argument
720 enum mmc_voltage current_voltage; argument
734 #define mmc_to_dev(_mmc) _mmc->dev argument
936 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI) argument
938 #define mmc_host_is_spi(mmc) 0 argument