Searched defs:mmc_ios (Results 1 – 1 of 1) sorted by relevance
21 struct mmc_ios { struct22 unsigned int clock; /* clock rate */23 unsigned short vdd;24 unsigned int power_delay_ms; /* waiting for stable power */28 unsigned char bus_mode; /* command output mode */33 unsigned char chip_select; /* SPI chip select */39 unsigned char power_mode; /* power supply mode */46 unsigned char bus_width; /* data bus width */52 unsigned char timing; /* timing specification used */74 unsigned char drv_type; /* driver type (A, B, C, D) */[all …]
Completed in 9 milliseconds