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

  /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...]
sdmmc_io.c 47 struct sdmmc_softc *ih_softc;
54 static int sdmmc_io_rw_direct(struct sdmmc_softc *,
56 static int sdmmc_io_rw_extended(struct sdmmc_softc *,
59 static int sdmmc_io_xchg(struct sdmmc_softc *, struct sdmmc_function *,
62 static void sdmmc_io_reset(struct sdmmc_softc *);
63 static int sdmmc_io_send_op_cond(struct sdmmc_softc *, uint32_t,
72 sdmmc_io_enable(struct sdmmc_softc *sc)
143 sdmmc_io_scan(struct sdmmc_softc *sc)
189 sdmmc_io_init(struct sdmmc_softc *sc, struct sdmmc_function *sf)
285 struct sdmmc_softc *sc = sf->sc
    [all...]
sdmmc.c 76 static void sdmmc_dump_command(struct sdmmc_softc *, struct sdmmc_command *);
88 CFATTACH_DECL_NEW(sdmmc, sizeof(struct sdmmc_softc),
95 static void sdmmc_card_attach(struct sdmmc_softc *);
96 static void sdmmc_card_detach(struct sdmmc_softc *, int);
98 static int sdmmc_enable(struct sdmmc_softc *);
99 static void sdmmc_disable(struct sdmmc_softc *);
100 static int sdmmc_scan(struct sdmmc_softc *);
101 static int sdmmc_init(struct sdmmc_softc *);
116 struct sdmmc_softc *sc = device_private(self);
203 struct sdmmc_softc *sc = device_private(self)
    [all...]
sdmmc_mem.c 74 static int sdmmc_mem_sd_init(struct sdmmc_softc *, struct sdmmc_function *);
75 static int sdmmc_mem_mmc_init(struct sdmmc_softc *, struct sdmmc_function *);
76 static int sdmmc_mem_send_cid(struct sdmmc_softc *, sdmmc_response *);
77 static int sdmmc_mem_send_csd(struct sdmmc_softc *, struct sdmmc_function *,
79 static int sdmmc_mem_send_scr(struct sdmmc_softc *, struct sdmmc_function *,
81 static int sdmmc_mem_decode_scr(struct sdmmc_softc *, struct sdmmc_function *);
82 static int sdmmc_mem_send_ssr(struct sdmmc_softc *, struct sdmmc_function *,
84 static int sdmmc_mem_decode_ssr(struct sdmmc_softc *, struct sdmmc_function *,
86 static int sdmmc_mem_decode_general_info(struct sdmmc_softc *,
88 static int sdmmc_mem_pef_enable_cache(struct sdmmc_softc *,
    [all...]
ld_sdmmc.c 234 struct sdmmc_softc *sdmsc = device_private(parent);
324 struct sdmmc_softc *ssc = device_private(device_parent(ld->sc_dv));
610 struct sdmmc_softc *sdmmc = device_private(device_parent(ld->sc_dv));
  /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/marvell/
mvsdio.c 603 struct sdmmc_softc *sdmmc =

Completed in 58 milliseconds