Lines Matching defs:mmc
351 struct mmc *mmc; member
570 struct mmc { struct
574 const struct mmc_config *cfg; /* provided configuration */ argument
582 enum mmc_voltage signal_voltage; argument
583 uint card_caps;
584 uint host_caps;
585 uint ocr;
586 uint dsr;
587 uint dsr_imp;
588 uint scr[2];
589 uint csd[4];
590 uint cid[4];
591 ushort rca;
592 u8 part_support;
593 u8 part_attr;
594 u8 wr_rel_set;
595 u8 part_config;
596 uint tran_speed;
597 uint legacy_speed; /* speed for the legacy mode provided by the card */
598 uint read_bl_len;
622 char init_in_progress; /* 1 if we have done mmc_start_init() */ argument
628 struct udevice *vmmc_supply; /* Main voltage regulator (Vcc)*/ argument
629 struct udevice *vqmmc_supply; /* IO voltage regulator (Vccq)*/ argument
634 enum mmc_voltage current_voltage; argument
645 struct mmc_hwpart_conf { argument
828 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI) argument
830 #define mmc_host_is_spi(mmc) 0 argument