HomeSort by: relevance | last modified time | path
    Searched refs:dwc_mmc_softc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
dwc_mmc_var.h 32 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 *);
dwc_mmc.c 86 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 *sc
    [all...]
  /src/sys/dev/fdt/
dwcmmc_fdt.c 49 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);
82 struct dwc_mmc_softc sc;
107 struct dwc_mmc_softc *sc = &esc->sc;
209 dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *sc)
218 dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *sc)
227 dwcmmc_fdt_card_detect(struct dwc_mmc_softc *sc
    [all...]
  /src/sys/arch/arm/altera/
cycv_dwcmmc.c 50 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)
  /src/sys/dev/acpi/
dwcmmc_acpi.c 61 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)
  /src/sys/arch/arm/samsung/
exynos_dwcmmc.c 58 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 18 milliseconds