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

  /src/sys/arch/arm/s3c2xx0/
s3c2440_i2s.c 137 printf("Failed to map I2S registers\n");
150 /* Setup GPIO pins to use I2S */
159 /* Disable Pull-up resistor for all I2S pins */
400 struct s3c2440_i2s_softc *i2s = buf->i2b_parent; local
414 xfer->dx_desc[DMAC_DESC_DST].xd_dma_segs = &i2s->sc_dr;
423 if (i2s->sc_sample_width == 16)
425 else if (i2s->sc_sample_width == 8)
462 struct s3c2440_i2s_softc *i2s = buf->i2b_parent; local
476 xfer->dx_desc[DMAC_DESC_SRC].xd_dma_segs = &i2s->sc_dr;
485 if (i2s->sc_sample_width == 16
507 struct s3c2440_i2s_softc *i2s = buf->i2b_parent; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 60 X509V3_EXT_I2S i2s; member in struct:v3_ext_method

Completed in 21 milliseconds