Lines Matching refs:sdmmc_softc
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;
301 struct sdmmc_softc *sc = sf->sc;
328 struct sdmmc_softc *sc = sf->sc;
343 sdmmc_io_rw_direct(struct sdmmc_softc *sc, struct sdmmc_function *sf,
391 sdmmc_io_rw_extended(struct sdmmc_softc *sc, struct sdmmc_function *sf,
620 sdmmc_io_xchg(struct sdmmc_softc *sc, struct sdmmc_function *sf,
647 sdmmc_io_reset(struct sdmmc_softc *sc)
660 sdmmc_io_send_op_cond(struct sdmmc_softc *sc, u_int32_t ocr, u_int32_t *ocrp)
705 struct sdmmc_softc *sc = sf->sc;
719 struct sdmmc_softc *sc = sf->sc;
739 struct sdmmc_softc *sc = device_private(dev);
777 struct sdmmc_softc *sc = ih->ih_softc;
802 struct sdmmc_softc *sc = device_private(dev);
813 struct sdmmc_softc *sc = (struct sdmmc_softc *)arg;
830 struct sdmmc_softc *sc = sf->sc;