Lines Matching refs:sdmmc_softc
32 struct sdmmc_softc *ih_softc;
41 int sdmmc_io_rw_direct(struct sdmmc_softc *, struct sdmmc_function *,
43 int sdmmc_io_rw_extended_subr(struct sdmmc_softc *, struct sdmmc_function *,
45 int sdmmc_io_rw_extended(struct sdmmc_softc *, struct sdmmc_function *,
47 int sdmmc_io_xchg(struct sdmmc_softc *, struct sdmmc_function *,
49 void sdmmc_io_reset(struct sdmmc_softc *);
50 int sdmmc_io_send_op_cond(struct sdmmc_softc *, u_int32_t, u_int32_t *);
73 sdmmc_io_enable(struct sdmmc_softc *sc) in sdmmc_io_enable()
134 sdmmc_io_scan(struct sdmmc_softc *sc) in sdmmc_io_scan()
173 sdmmc_io_init(struct sdmmc_softc *sc, struct sdmmc_function *sf) in sdmmc_io_init()
211 struct sdmmc_softc *sc = sf->sc; in sdmmc_io_function_ready()
232 struct sdmmc_softc *sc = sf->sc; in sdmmc_io_function_enable()
258 struct sdmmc_softc *sc = sf->sc; in sdmmc_io_function_disable()
273 sdmmc_io_attach(struct sdmmc_softc *sc) in sdmmc_io_attach()
346 sdmmc_io_detach(struct sdmmc_softc *sc) in sdmmc_io_detach()
363 sdmmc_io_rw_direct(struct sdmmc_softc *sc, struct sdmmc_function *sf, in sdmmc_io_rw_direct()
403 sdmmc_io_rw_extended_subr(struct sdmmc_softc *sc, struct sdmmc_function *sf, in sdmmc_io_rw_extended_subr()
449 sdmmc_io_rw_extended(struct sdmmc_softc *sc, struct sdmmc_function *sf, in sdmmc_io_rw_extended()
659 sdmmc_io_xchg(struct sdmmc_softc *sc, struct sdmmc_function *sf, in sdmmc_io_xchg()
673 sdmmc_io_reset(struct sdmmc_softc *sc) in sdmmc_io_reset()
688 sdmmc_io_send_op_cond(struct sdmmc_softc *sc, u_int32_t ocr, u_int32_t *ocrp) in sdmmc_io_send_op_cond()
729 struct sdmmc_softc *sc = sf->sc; in sdmmc_intr_enable()
743 struct sdmmc_softc *sc = sf->sc; in sdmmc_intr_disable()
763 struct sdmmc_softc *sc = (struct sdmmc_softc *)sdmmc; in sdmmc_intr_establish()
796 struct sdmmc_softc *sc = ih->ih_softc; in sdmmc_intr_disestablish()
821 struct sdmmc_softc *sc = (struct sdmmc_softc *)sdmmc; in sdmmc_card_intr()
833 struct sdmmc_softc *sc = arg; in sdmmc_intr_task()
853 struct sdmmc_softc *sc = sf->sc; in sdmmc_io_set_blocklen()