Lines Matching refs:sdmmc_softc
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);
249 struct sdmmc_softc *sc = device_private(dev);
258 sdmmc_add_task(struct sdmmc_softc *sc, struct sdmmc_task *task)
276 sdmmc_del_task1(struct sdmmc_softc *sc, struct sdmmc_task *task)
287 sdmmc_del_task(struct sdmmc_softc *sc, struct sdmmc_task *task,
327 struct sdmmc_softc *sc = (struct sdmmc_softc *)arg;
371 struct sdmmc_softc *sc = device_private(dev);
382 struct sdmmc_softc *sc = (struct sdmmc_softc *)arg;
411 struct sdmmc_softc *sc = (struct sdmmc_softc *)arg;
429 sdmmc_card_attach(struct sdmmc_softc *sc)
497 sdmmc_card_detach(struct sdmmc_softc *sc, int flags)
580 sdmmc_enable(struct sdmmc_softc *sc)
634 sdmmc_disable(struct sdmmc_softc *sc)
655 sdmmc_set_bus_power(struct sdmmc_softc *sc, uint32_t host_ocr,
678 sdmmc_function_alloc(struct sdmmc_softc *sc)
744 struct sdmmc_softc *sc = sf->sc;
765 sdmmc_scan(struct sdmmc_softc *sc)
791 sdmmc_init(struct sdmmc_softc *sc)
840 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_function *sf, struct sdmmc_command *cmd)
874 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
913 sdmmc_stop_transmission(struct sdmmc_softc *sc)
932 sdmmc_go_idle_state(struct sdmmc_softc *sc)
951 sdmmc_set_relative_addr(struct sdmmc_softc *sc, struct sdmmc_function *sf)
984 sdmmc_select_card(struct sdmmc_softc *sc, struct sdmmc_function *sf)
1021 sdmmc_dump_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)