Home
last modified time | relevance | path

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

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