Searched refs:dwc_mmc_softc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_var.h32 struct dwc_mmc_softc { struct
83 void (*sc_pre_power_on)(struct dwc_mmc_softc *);
84 void (*sc_post_power_on)(struct dwc_mmc_softc *);
86 int (*sc_card_detect)(struct dwc_mmc_softc *);
87 int (*sc_write_protect)(struct dwc_mmc_softc *);
88 void (*sc_set_led)(struct dwc_mmc_softc *, int);
89 int (*sc_bus_clock)(struct dwc_mmc_softc *, int);
90 int (*sc_signal_voltage)(struct dwc_mmc_softc *, int);
93 int dwc_mmc_init(struct dwc_mmc_softc *);
H A Ddwc_mmc.c86 dwc_mmc_dmabounce_setup(struct dwc_mmc_softc *sc)
122 dwc_mmc_idma_setup(struct dwc_mmc_softc *sc)
163 struct dwc_mmc_softc *sc = device_private(self);
206 dwc_mmc_led(struct dwc_mmc_softc *sc, int on)
215 struct dwc_mmc_softc *sc = sch;
285 struct dwc_mmc_softc *sc = sch;
306 struct dwc_mmc_softc *sc = sch;
317 struct dwc_mmc_softc *sc = sch;
328 struct dwc_mmc_softc *sc = sch;
337 dwc_mmc_update_clock(struct dwc_mmc_softc *s
[all...]
/netbsd-current/sys/dev/fdt/
H A Ddwcmmc_fdt.c49 static void dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *);
50 static void dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *);
52 static int dwcmmc_fdt_card_detect(struct dwc_mmc_softc *);
53 static int dwcmmc_fdt_bus_clock(struct dwc_mmc_softc *, int);
54 static int dwcmmc_fdt_signal_voltage(struct dwc_mmc_softc *, int);
81 struct dwc_mmc_softc sc;
106 struct dwc_mmc_softc *sc = &esc->sc;
208 dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *sc)
217 dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *sc)
226 dwcmmc_fdt_card_detect(struct dwc_mmc_softc *s
[all...]
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_dwcmmc.c50 static int cycv_dwcmmc_card_detect(struct dwc_mmc_softc *);
53 struct dwc_mmc_softc sc;
63 CFATTACH_DECL_NEW(cycv_dwcmmc, sizeof(struct dwc_mmc_softc),
83 struct dwc_mmc_softc *sc = &esc->sc;
171 cycv_dwcmmc_card_detect(struct dwc_mmc_softc *sc)
/netbsd-current/sys/dev/acpi/
H A Ddwcmmc_acpi.c61 static int dwcmmc_acpi_init_props(struct dwc_mmc_softc *, ACPI_HANDLE);
63 CFATTACH_DECL_NEW(dwcmmc_acpi, sizeof(struct dwc_mmc_softc),
83 struct dwc_mmc_softc * const sc = device_private(self);
149 dwcmmc_acpi_init_props(struct dwc_mmc_softc *sc, ACPI_HANDLE handle)
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_dwcmmc.c58 static int exynos_dwcmmc_card_detect(struct dwc_mmc_softc *);
59 static int exynos_dwcmmc_bus_clock(struct dwc_mmc_softc *, int);
62 struct dwc_mmc_softc sc;
92 struct dwc_mmc_softc *sc = &esc->sc;
188 exynos_dwcmmc_card_detect(struct dwc_mmc_softc *sc)
198 exynos_dwcmmc_bus_clock(struct dwc_mmc_softc *sc, int rate)

Completed in 127 milliseconds