Searched defs:cycv_dwcmmc_softc (Results 1 – 1 of 1) sorted by relevance
52 struct cycv_dwcmmc_softc { struct53 struct dwc_mmc_softc sc;54 int sc_phandle;55 bool sc_non_removable;56 bool sc_broken_cd;57 struct fdtbus_gpio_pin *sc_gpio_cd;58 bool sc_gpio_cd_inverted;82 struct cycv_dwcmmc_softc *esc = device_private(self); in cycv_dwcmmc_attach() argument