Searched refs:S3C2412_IISCON_IIS_ACTIVE (Results 1 – 3 of 3) sorted by relevance
52 bit_set(con, S3C2412_IISCON_IIS_ACTIVE)); in dbg_showcon()75 con |= S3C2412_IISCON_TXDMA_ACTIVE | S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_txctrl()116 con &= ~S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_txctrl()148 con |= S3C2412_IISCON_RXDMA_ACTIVE | S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_rxctrl()179 con &= ~S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_rxctrl()
48 #define S3C2412_IISCON_IIS_ACTIVE (1 << 0) macro
134 if (iismod & S3C2412_IISCON_IIS_ACTIVE) in s3c2412_i2s_suspend()