Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dbridge.h122 struct mmc_ios { struct
123 uint32_t clock; /* Speed of the clock in Hz to move data */
124 enum mmc_vdd vdd; /* Voltage to apply to the power pins */
125 enum mmc_vccq vccq; /* Voltage to use for signaling */
126 enum mmc_bus_mode bus_mode;
127 enum mmc_chip_select chip_select;
128 enum mmc_bus_width bus_width;
129 enum mmc_power_mode power_mode;
130 enum mmc_bus_timing timing;
131 enum mmc_drv_type drv_type;