Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/altera/
H A Dcycv_dwcmmc.c52 struct cycv_dwcmmc_softc { struct
53 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