Symbol: dwc_mmc_softc
sys/arch/arm/altera/cycv_dwcmmc.c
171
cycv_dwcmmc_card_detect(struct dwc_mmc_softc *sc)
sys/arch/arm/altera/cycv_dwcmmc.c
50
static int cycv_dwcmmc_card_detect(struct dwc_mmc_softc *);
sys/arch/arm/altera/cycv_dwcmmc.c
53
struct dwc_mmc_softc sc;
sys/arch/arm/altera/cycv_dwcmmc.c
63
CFATTACH_DECL_NEW(cycv_dwcmmc, sizeof(struct dwc_mmc_softc),
sys/arch/arm/altera/cycv_dwcmmc.c
83
struct dwc_mmc_softc *sc = &esc->sc;
sys/arch/arm/samsung/exynos_dwcmmc.c
188
exynos_dwcmmc_card_detect(struct dwc_mmc_softc *sc)
sys/arch/arm/samsung/exynos_dwcmmc.c
198
exynos_dwcmmc_bus_clock(struct dwc_mmc_softc *sc, int rate)
sys/arch/arm/samsung/exynos_dwcmmc.c
58
static int exynos_dwcmmc_card_detect(struct dwc_mmc_softc *);
sys/arch/arm/samsung/exynos_dwcmmc.c
59
static int exynos_dwcmmc_bus_clock(struct dwc_mmc_softc *, int);
sys/arch/arm/samsung/exynos_dwcmmc.c
62
struct dwc_mmc_softc sc;
sys/arch/arm/samsung/exynos_dwcmmc.c
92
struct dwc_mmc_softc *sc = &esc->sc;
sys/dev/acpi/dwcmmc_acpi.c
149
dwcmmc_acpi_init_props(struct dwc_mmc_softc *sc, ACPI_HANDLE handle)
sys/dev/acpi/dwcmmc_acpi.c
61
static int dwcmmc_acpi_init_props(struct dwc_mmc_softc *, ACPI_HANDLE);
sys/dev/acpi/dwcmmc_acpi.c
63
CFATTACH_DECL_NEW(dwcmmc_acpi, sizeof(struct dwc_mmc_softc),
sys/dev/acpi/dwcmmc_acpi.c
83
struct dwc_mmc_softc * const sc = device_private(self);
sys/dev/fdt/dwcmmc_fdt.c
107
struct dwc_mmc_softc *sc = &esc->sc;
sys/dev/fdt/dwcmmc_fdt.c
209
dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *sc)
sys/dev/fdt/dwcmmc_fdt.c
218
dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *sc)
sys/dev/fdt/dwcmmc_fdt.c
227
dwcmmc_fdt_card_detect(struct dwc_mmc_softc *sc)
sys/dev/fdt/dwcmmc_fdt.c
237
dwcmmc_fdt_bus_clock(struct dwc_mmc_softc *sc, int rate)
sys/dev/fdt/dwcmmc_fdt.c
259
dwcmmc_fdt_signal_voltage(struct dwc_mmc_softc *sc, int signal_voltage)
sys/dev/fdt/dwcmmc_fdt.c
49
static void dwcmmc_fdt_pre_power_on(struct dwc_mmc_softc *);
sys/dev/fdt/dwcmmc_fdt.c
50
static void dwcmmc_fdt_post_power_on(struct dwc_mmc_softc *);
sys/dev/fdt/dwcmmc_fdt.c
52
static int dwcmmc_fdt_card_detect(struct dwc_mmc_softc *);
sys/dev/fdt/dwcmmc_fdt.c
53
static int dwcmmc_fdt_bus_clock(struct dwc_mmc_softc *, int);
sys/dev/fdt/dwcmmc_fdt.c
54
static int dwcmmc_fdt_signal_voltage(struct dwc_mmc_softc *, int);
sys/dev/fdt/dwcmmc_fdt.c
82
struct dwc_mmc_softc sc;
sys/dev/ic/dwc_mmc.c
122
dwc_mmc_idma_setup(struct dwc_mmc_softc *sc)
sys/dev/ic/dwc_mmc.c
163
struct dwc_mmc_softc *sc = device_private(self);
sys/dev/ic/dwc_mmc.c
206
dwc_mmc_led(struct dwc_mmc_softc *sc, int on)
sys/dev/ic/dwc_mmc.c
215
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
285
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
306
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
317
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
328
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
337
dwc_mmc_update_clock(struct dwc_mmc_softc *sc)
sys/dev/ic/dwc_mmc.c
389
dwc_mmc_set_clock(struct dwc_mmc_softc *sc, u_int freq)
sys/dev/ic/dwc_mmc.c
409
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
438
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
470
dwc_mmc_dma_prepare(struct dwc_mmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/ic/dwc_mmc.c
570
dwc_mmc_dma_complete(struct dwc_mmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/ic/dwc_mmc.c
594
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
806
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
823
struct dwc_mmc_softc *sc = sch;
sys/dev/ic/dwc_mmc.c
833
dwc_mmc_init(struct dwc_mmc_softc *sc)
sys/dev/ic/dwc_mmc.c
86
dwc_mmc_dmabounce_setup(struct dwc_mmc_softc *sc)
sys/dev/ic/dwc_mmc.c
883
struct dwc_mmc_softc *sc = priv;
sys/dev/ic/dwc_mmc_var.h
83
void (*sc_pre_power_on)(struct dwc_mmc_softc *);
sys/dev/ic/dwc_mmc_var.h
84
void (*sc_post_power_on)(struct dwc_mmc_softc *);
sys/dev/ic/dwc_mmc_var.h
86
int (*sc_card_detect)(struct dwc_mmc_softc *);
sys/dev/ic/dwc_mmc_var.h
87
int (*sc_write_protect)(struct dwc_mmc_softc *);
sys/dev/ic/dwc_mmc_var.h
88
void (*sc_set_led)(struct dwc_mmc_softc *, int);
sys/dev/ic/dwc_mmc_var.h
89
int (*sc_bus_clock)(struct dwc_mmc_softc *, int);
sys/dev/ic/dwc_mmc_var.h
90
int (*sc_signal_voltage)(struct dwc_mmc_softc *, int);
sys/dev/ic/dwc_mmc_var.h
93
int dwc_mmc_init(struct dwc_mmc_softc *);