Home | History | Annotate | Download | only in sunxi

Lines Matching defs:sc_config

165 	const struct sunxi_mmc_config *sc_config;
362 sc->sc_config = of_compatible_lookup(phandle, compat_data)->data;
500 if (sc->sc_config->delays) {
525 if (sc->sc_config->delays == NULL)
528 delays = &sc->sc_config->delays[timing];
557 const u_int flags = sc->sc_config->flags;
598 if ((sc->sc_config->delays || (flags & SUNXI_MMC_FLAG_NEW_TIMINGS)) &&
850 const u_int flags = sc->sc_config->flags;
1037 len = uimin(sc->sc_config->idma_xferlen, resid);
1066 cmd->c_datalen, map->dm_nsegs, sc->sc_config->idma_xferlen);
1074 MMC_WRITE(sc, SUNXI_MMC_FTRGLEVEL, sc->sc_config->dma_ftrglevel);