Searched refs:S3C2412_IISCON_TXDMA_ACTIVE (Results 1 – 2 of 2) sorted by relevance
66 bit_set(con, S3C2412_IISCON_TXDMA_ACTIVE), in dbg_showcon()92 con |= S3C2412_IISCON_TXDMA_ACTIVE | S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_txctrl()123 con &= ~S3C2412_IISCON_TXDMA_ACTIVE; in s3c2412_snd_txctrl()675 if (iismod & S3C2412_IISCON_TXDMA_ACTIVE) in s3c2412_i2s_suspend()
50 #define S3C2412_IISCON_TXDMA_ACTIVE (1 << 2) macro