Searched defs:mmc_ios (Results 1 – 1 of 1) sorted by relevance
126 struct mmc_ios { struct127 uint32_t clock; /* Speed of the clock in Hz to move data */128 enum mmc_vdd vdd; /* Voltage to apply to the power pins */129 enum mmc_vccq vccq; /* Voltage to use for signaling */130 enum mmc_bus_type bus_type;131 enum mmc_bus_mode bus_mode;132 enum mmc_chip_select chip_select;133 enum mmc_bus_width bus_width;134 enum mmc_power_mode power_mode;135 enum mmc_bus_timing timing;[all …]