Lines Matching defs:sdmmc_softc
92 struct sdmmc_softc;
98 struct sdmmc_softc *sc;
202 struct sdmmc_softc *sc; /* card slot softc */
234 struct sdmmc_softc {
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 *,
358 void sdmmc_stop_transmission(struct sdmmc_softc *);
359 void sdmmc_go_idle_state(struct sdmmc_softc *);
360 int sdmmc_select_card(struct sdmmc_softc *, struct sdmmc_function *);
361 int sdmmc_set_relative_addr(struct sdmmc_softc *, struct sdmmc_function *);
369 int sdmmc_decode_csd(struct sdmmc_softc *, sdmmc_response,
371 int sdmmc_decode_cid(struct sdmmc_softc *, sdmmc_response,
379 int sdmmc_io_enable(struct sdmmc_softc *);
380 void sdmmc_io_scan(struct sdmmc_softc *);
381 int sdmmc_io_init(struct sdmmc_softc *, struct sdmmc_function *);
402 int sdmmc_mem_enable(struct sdmmc_softc *);
403 void sdmmc_mem_scan(struct sdmmc_softc *);
404 int sdmmc_mem_init(struct sdmmc_softc *, struct sdmmc_function *);
405 int sdmmc_mem_send_op_cond(struct sdmmc_softc *, uint32_t, uint32_t *);
406 int sdmmc_mem_send_if_cond(struct sdmmc_softc *, uint32_t, uint32_t *);
407 int sdmmc_mem_set_blocklen(struct sdmmc_softc *, struct sdmmc_function *,