Lines Matching defs:sc_cfg
189 const struct sunxi_i2s_config *sc_cfg;
204 #define I2S_TYPE(sc) ((sc)->sc_cfg->type)
748 chsel = I2S_READ(sc, sc->sc_cfg->txchsel);
751 I2S_WRITE(sc, sc->sc_cfg->txchsel, chsel);
753 chsel = I2S_READ(sc, sc->sc_cfg->rxchsel);
756 I2S_WRITE(sc, sc->sc_cfg->rxchsel, chsel);
891 sc->sc_cfg = of_compatible_lookup(phandle, compat_data)->data;
907 aprint_normal(": %s\n", sc->sc_cfg->name);
929 I2S_WRITE(sc, sc->sc_cfg->txchmap, 0x76543210);
930 val = I2S_READ(sc, sc->sc_cfg->txchsel);
935 I2S_WRITE(sc, sc->sc_cfg->txchsel, val);
936 I2S_WRITE(sc, sc->sc_cfg->rxchmap, 0x76543210);
937 val = I2S_READ(sc, sc->sc_cfg->rxchsel);
942 I2S_WRITE(sc, sc->sc_cfg->rxchsel, val);