Searched defs:omap_hsmmc_data (Results 1 – 1 of 1) sorted by relevance
74 struct omap_hsmmc_data { struct75 struct hsmmc *base_addr;77 struct mmc_config cfg;79 uint bus_width;80 uint clock;81 ushort last_cmd;84 struct gpio_desc cd_gpio; /* Change Detect GPIO */85 struct gpio_desc wp_gpio; /* Write Protect GPIO */86 bool cd_inverted;88 int cd_gpio;[all …]