dwc_mmc_softc
cycv_dwcmmc_card_detect(struct dwc_mmc_softc *sc)
static int cycv_dwcmmc_card_detect(struct dwc_mmc_softc *);
struct dwc_mmc_softc sc;
CFATTACH_DECL_NEW(cycv_dwcmmc, sizeof(struct dwc_mmc_softc),
struct dwc_mmc_softc *sc = &esc->sc;
exynos_dwcmmc_card_detect(struct dwc_mmc_softc *sc)
exynos_dwcmmc_bus_clock(struct dwc_mmc_softc *sc, int rate)
static int exynos_dwcmmc_card_detect(struct dwc_mmc_softc *);
static int exynos_dwcmmc_bus_clock(struct dwc_mmc_softc *, int);
struct dwc_mmc_softc sc;
struct dwc_mmc_softc *sc = &esc->sc;
dwcmmc_acpi_init_props(struct dwc_mmc_softc *sc, ACPI_HANDLE handle)
static int dwcmmc_acpi_init_props(struct dwc_mmc_softc *, ACPI_HANDLE);
CFATTACH_DECL_NEW(dwcmmc_acpi, sizeof(struct dwc_mmc_softc),
struct dwc_mmc_softc * const sc = device_private(self);
struct dwc_mmc_softc *sc = &esc->sc;
dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *sc)
dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *sc)
dwcmmc_fdt_card_detect(struct dwc_mmc_softc *sc)
dwcmmc_fdt_bus_clock(struct dwc_mmc_softc *sc, int rate)
dwcmmc_fdt_signal_voltage(struct dwc_mmc_softc *sc, int signal_voltage)
static void dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *);
static void dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *);
static int dwcmmc_fdt_card_detect(struct dwc_mmc_softc *);
static int dwcmmc_fdt_bus_clock(struct dwc_mmc_softc *, int);
static int dwcmmc_fdt_signal_voltage(struct dwc_mmc_softc *, int);
struct dwc_mmc_softc sc;
dwc_mmc_idma_setup(struct dwc_mmc_softc *sc)
struct dwc_mmc_softc *sc = device_private(self);
dwc_mmc_led(struct dwc_mmc_softc *sc, int on)
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
dwc_mmc_update_clock(struct dwc_mmc_softc *sc)
dwc_mmc_set_clock(struct dwc_mmc_softc *sc, u_int freq)
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
dwc_mmc_dma_prepare(struct dwc_mmc_softc *sc, struct sdmmc_command *cmd)
dwc_mmc_dma_complete(struct dwc_mmc_softc *sc, struct sdmmc_command *cmd)
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
struct dwc_mmc_softc *sc = sch;
dwc_mmc_init(struct dwc_mmc_softc *sc)
dwc_mmc_dmabounce_setup(struct dwc_mmc_softc *sc)
struct dwc_mmc_softc *sc = priv;
void (*sc_pre_power_on)(struct dwc_mmc_softc *);
void (*sc_post_power_on)(struct dwc_mmc_softc *);
int (*sc_card_detect)(struct dwc_mmc_softc *);
int (*sc_write_protect)(struct dwc_mmc_softc *);
void (*sc_set_led)(struct dwc_mmc_softc *, int);
int (*sc_bus_clock)(struct dwc_mmc_softc *, int);
int (*sc_signal_voltage)(struct dwc_mmc_softc *, int);
int dwc_mmc_init(struct dwc_mmc_softc *);