sdhc_softc
bcmemmc_xfer_data_dma(struct sdhc_softc *sdhc_sc, struct sdmmc_command *cmd)
struct sdhc_softc sc;
static int bcmemmc_xfer_data_dma(struct sdhc_softc *, struct sdmmc_command *);
struct sdhc_softc sc;
struct sdhc_softc sc;
struct sdhc_softc ccbsc_sc;
struct sdhc_softc * const sc = &ccbsc->ccbsc_sc;
struct sdhc_softc sc_sdhc;
CFATTACH_DECL_NEW(mvsoc_sdhc, sizeof(struct sdhc_softc),
struct sdhc_softc *sc = device_private(self);
tegra_sdhc_card_detect(struct sdhc_softc *ssc)
tegra_sdhc_write_protect(struct sdhc_softc *ssc)
tegra_sdhc_signal_voltage(struct sdhc_softc *ssc, int signal_voltage)
static int tegra_sdhc_card_detect(struct sdhc_softc *);
static int tegra_sdhc_write_protect(struct sdhc_softc *);
static int tegra_sdhc_signal_voltage(struct sdhc_softc *, int);
struct sdhc_softc sc;
imx_sdhc_card_detect(struct sdhc_softc *ssc)
imx_sdhc_write_protect(struct sdhc_softc *ssc)
static int imx_sdhc_card_detect(struct sdhc_softc *);
static int imx_sdhc_write_protect(struct sdhc_softc *);
struct sdhc_softc sc_sdhc;
struct sdhc_softc sc;
struct sdhc_softc sc;
static int ti_sdhc_bus_width(struct sdhc_softc *, int);
static int ti_sdhc_rod(struct sdhc_softc *, int);
static int ti_sdhc_write_protect(struct sdhc_softc *);
static int ti_sdhc_card_detect(struct sdhc_softc *);
static int ti_sdhc_edma_xfer_data(struct sdhc_softc *, struct sdmmc_command *);
static int ti_sdhc_edma_transfer(struct sdhc_softc *, struct sdmmc_command *);
ti_sdhc_rod(struct sdhc_softc *sc, int on)
ti_sdhc_write_protect(struct sdhc_softc *sc)
ti_sdhc_card_detect(struct sdhc_softc *sc)
ti_sdhc_bus_width(struct sdhc_softc *sc, int width)
ti_sdhc_edma_xfer_data(struct sdhc_softc *sdhc_sc, struct sdmmc_command *cmd)
ti_sdhc_edma_transfer(struct sdhc_softc *sdhc_sc, struct sdmmc_command *cmd)
struct sdhc_softc sc_base;
struct sdhc_softc sc;
sdhc_acpi_intel_emmc_hw_reset(struct sdhc_softc *sc, struct sdhc_host *hp)
sdhc_acpi_rockchip_bus_clock(struct sdhc_softc *sc, int freq)
struct sdhc_softc sc;
static void sdhc_acpi_intel_emmc_hw_reset(struct sdhc_softc *,
static int sdhc_acpi_rockchip_bus_clock(struct sdhc_softc *,
struct sdhc_softc sc;
arasan_sdhc_signal_voltage(struct sdhc_softc *sdhc, int signal_voltage)
arasan_sdhc_bus_clock_pre(struct sdhc_softc *sdhc, int freq)
arasan_sdhc_bus_clock_post(struct sdhc_softc *sdhc, int freq)
struct sdhc_softc sc_base;
static void sdhc_pci_intel_emmc_hw_reset(struct sdhc_softc *,
sdhc_pci_intel_emmc_hw_reset(struct sdhc_softc *sc, struct sdhc_host *hp)
struct sdhc_softc sc;
struct sdhc_softc *sc = hp->sc;
struct sdhc_softc * const sc = hp->sc;
struct sdhc_softc *sc = hp->sc;
struct sdhc_softc *sc = (struct sdhc_softc *)arg;
sdhc_host_found(struct sdhc_softc *sc, bus_space_tag_t iot,
struct sdhc_softc *sc; /* host controller device */
sdhc_detach(struct sdhc_softc *sc, int flags)
struct sdhc_softc *sc = device_private(dev);
struct sdhc_softc *sc = device_private(dev);
struct sdhc_softc *sc = device_private(dev);
int (*sc_vendor_rod)(struct sdhc_softc *, int);
int (*sc_vendor_write_protect)(struct sdhc_softc *);
int (*sc_vendor_card_detect)(struct sdhc_softc *);
int (*sc_vendor_bus_width)(struct sdhc_softc *, int);
int (*sc_vendor_bus_clock)(struct sdhc_softc *, int);
int (*sc_vendor_bus_clock_post)(struct sdhc_softc *, int);
int (*sc_vendor_transfer_data_dma)(struct sdhc_softc *, struct sdmmc_command *);
void (*sc_vendor_hw_reset)(struct sdhc_softc *, struct sdhc_host *);
int (*sc_vendor_signal_voltage)(struct sdhc_softc *, int);
int sdhc_host_found(struct sdhc_softc *, bus_space_tag_t,
int sdhc_detach(struct sdhc_softc *, int);