HomeSort by: relevance | last modified time | path
    Searched defs:txchsel (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/sunxi/
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);

Completed in 12 milliseconds