HomeSort by: relevance | last modified time | path
    Searched defs:sdmmc_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 114 struct sdmmc_softc;
118 struct sdmmc_softc *sc;
123 struct sdmmc_softc { struct
146 static struct sdmmc_softc sdmmc_softc; variable in typeref:struct:sdmmc_softc
154 static int sdmmc_getdisklabel(struct sdmmc_softc *sc);
156 static int sdmmc_enable(struct sdmmc_softc*);
158 static int sdmmc_mem_send_if_cond(struct sdmmc_softc*, uint32_t, uint32_t*);
159 static int sdmmc_mmc_command(struct sdmmc_softc*, struct sdmmc_command*);
160 static void sdmmc_go_idle_state(struct sdmmc_softc*);
    [all...]
  /src/sys/dev/sdmmc/
sdmmcvar.h 92 struct sdmmc_softc;
98 struct sdmmc_softc *sc;
202 struct sdmmc_softc *sc; /* card slot softc */
234 struct sdmmc_softc { struct
349 void sdmmc_add_task(struct sdmmc_softc *, struct sdmmc_task *);
350 bool sdmmc_del_task(struct sdmmc_softc *, struct sdmmc_task *, kmutex_t *);
352 struct sdmmc_function *sdmmc_function_alloc(struct sdmmc_softc *);
354 int sdmmc_set_bus_power(struct sdmmc_softc *, uint32_t, uint32_t);
355 int sdmmc_mmc_command(struct sdmmc_softc *, struct sdmmc_command *);
356 int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_function *
    [all...]

Completed in 13 milliseconds