sunxi_i2s.c | 118 bus_size_t txchsel; member in struct:sunxi_i2s_config 127 .txchsel = 0x30, 136 .txchsel = 0x34, 748 chsel = I2S_READ(sc, sc->sc_cfg->txchsel); 751 I2S_WRITE(sc, sc->sc_cfg->txchsel, chsel); 930 val = I2S_READ(sc, sc->sc_cfg->txchsel); 935 I2S_WRITE(sc, sc->sc_cfg->txchsel, val);
|