Home
last modified time | relevance | path

Searched defs:omap_hsmmc_data (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c75 struct omap_hsmmc_data { struct
76 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 …]