Lines Matching defs:mmc_ios
23 struct mmc_ios { struct
24 unsigned int clock; /* clock rate */
25 unsigned short vdd;
26 unsigned int power_delay_ms; /* waiting for stable power */
30 unsigned char bus_mode; /* command output mode */
35 unsigned char chip_select; /* SPI chip select */
41 unsigned char power_mode; /* power supply mode */
48 unsigned char bus_width; /* data bus width */
54 unsigned char timing; /* timing specification used */
68 unsigned char signal_voltage; /* signalling voltage (1.8V or 3.3V) */
74 unsigned char drv_type; /* driver type (A, B, C, D) */
81 bool enhanced_strobe; /* hs400es selection */