Lines Matching defs:meson_sdhc_softc
60 struct meson_sdhc_softc {
95 CFATTACH_DECL_NEW(meson_sdhc, sizeof(struct meson_sdhc_softc),
114 static int meson_sdhc_default_rx_phase(struct meson_sdhc_softc *);
115 static int meson_sdhc_set_clock(struct meson_sdhc_softc *, u_int);
116 static int meson_sdhc_wait_idle(struct meson_sdhc_softc *);
117 static int meson_sdhc_wait_ista(struct meson_sdhc_softc *, uint32_t, int);
119 static void meson_sdhc_dmainit(struct meson_sdhc_softc *);
145 meson_sdhc_set_clear(struct meson_sdhc_softc *sc, bus_addr_t reg, uint32_t set, uint32_t clr)
175 struct meson_sdhc_softc * const sc = device_private(self);
275 struct meson_sdhc_softc *sc = device_private(self);
310 struct meson_sdhc_softc *sc = priv;
332 meson_sdhc_dmainit(struct meson_sdhc_softc *sc)
361 meson_sdhc_default_rx_phase(struct meson_sdhc_softc *sc)
388 meson_sdhc_set_clock(struct meson_sdhc_softc *sc, u_int freq)
438 meson_sdhc_wait_idle(struct meson_sdhc_softc *sc)
455 meson_sdhc_wait_ista(struct meson_sdhc_softc *sc, uint32_t mask, int timeout)
481 struct meson_sdhc_softc *sc = sch;
548 struct meson_sdhc_softc *sc = sch;
566 struct meson_sdhc_softc *sc = sch;
588 struct meson_sdhc_softc *sc = sch;
596 struct meson_sdhc_softc *sc = sch;
629 struct meson_sdhc_softc *sc = sch;
829 struct meson_sdhc_softc *sc = sch;
895 struct meson_sdhc_softc *sc = sch;