Searched defs:omap_hsmmc_data (Results 1 – 1 of 1) sorted by relevance
75 struct omap_hsmmc_data { struct76 struct hsmmc *base_addr;78 struct mmc_config cfg;80 uint bus_width;81 uint clock;82 ushort last_cmd;85 struct gpio_desc cd_gpio; /* Change Detect GPIO */86 struct gpio_desc wp_gpio; /* Write Protect GPIO */88 int cd_gpio;89 int wp_gpio;[all …]