Lines Matching defs:mmc_ios
22 struct mmc_ios { struct
23 unsigned int clock; /* clock rate */
24 unsigned short vdd;
25 unsigned int power_delay_ms; /* waiting for stable power */
29 unsigned char bus_mode; /* command output mode */
34 unsigned char chip_select; /* SPI chip select */
40 unsigned char power_mode; /* power supply mode */
47 unsigned char bus_width; /* data bus width */
53 unsigned char timing; /* timing specification used */
73 unsigned char signal_voltage; /* signalling voltage (1.8V or 3.3V) */
79 unsigned char vqmmc2_voltage;
82 unsigned char drv_type; /* driver type (A, B, C, D) */
89 bool enhanced_strobe; /* hs400es selection */