sdhc_softc
struct sdhc_softc sc;
sdhc_acpi_card_detect_nonremovable(struct sdhc_softc *ssc)
sdhc_acpi_card_detect_gpio(struct sdhc_softc *ssc)
struct sdhc_softc sc;
int sdhc_acpi_card_detect_nonremovable(struct sdhc_softc *);
int sdhc_acpi_card_detect_gpio(struct sdhc_softc *);
cdsdhc_bus_clock_pre(struct sdhc_softc *sc_sdhc, int freq, int timing)
struct sdhc_softc sc_sdhc;
void cdsdhc_bus_clock_pre(struct sdhc_softc *, int, int);
struct sdhc_softc sc_sdhc;
static void dwmshc_clock_pre(struct sdhc_softc *, int, int);
static void dwmshc_clock_post(struct sdhc_softc *, int, int);
static int dwmshc_non_removable(struct sdhc_softc *);
struct sdhc_softc *sdhc = &sc->sc_sdhc;
dwmshc_clock_pre(struct sdhc_softc *sdhc, int freq, int timing)
dwmshc_clock_post(struct sdhc_softc *sdhc, int freq, int timing)
dwmshc_non_removable(struct sdhc_softc *sdhc)
int sdhc_fdt_card_detect(struct sdhc_softc *);
int sdhc_fdt_signal_voltage(struct sdhc_softc *, int);
void sdhc_fdt_xenon_bus_clock_post(struct sdhc_softc *, int, int);
sdhc_fdt_card_detect(struct sdhc_softc *ssc)
sdhc_fdt_signal_voltage(struct sdhc_softc *sc, int signal_voltage)
sdhc_fdt_xenon_bus_clock_post(struct sdhc_softc *ssc, int freq, int timing)
struct sdhc_softc sc;
sdhc_gl9755_bus_clock_pre(struct sdhc_softc *ssc, int freq, int timing)
struct sdhc_softc sc;
struct sdhc_softc *sc = hp->sc;
struct sdhc_softc *sc = arg;
sdhc_needs_discover(struct sdhc_softc *sc)
sdhc_host_found(struct sdhc_softc *sc, bus_space_tag_t iot,
struct sdhc_softc *sc = (struct sdhc_softc *)self;
struct sdhc_softc *sc; /* host controller device */
struct sdhc_softc *sc = arg;
struct sdhc_softc *sc = hp->sc;
struct sdhc_softc *sc = hp->sc;
void (*sc_bus_clock_pre)(struct sdhc_softc *, int, int);
void (*sc_bus_clock_post)(struct sdhc_softc *, int, int);
int (*sc_card_detect)(struct sdhc_softc *);
int (*sc_signal_voltage)(struct sdhc_softc *, int);
int sdhc_host_found(struct sdhc_softc *, bus_space_tag_t,
void sdhc_needs_discover(struct sdhc_softc *);