Home
last modified time | relevance | path

Searched refs:S3C2412_IISCON_IIS_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
Ds3c-i2s-v2.c68 bit_set(con, S3C2412_IISCON_IIS_ACTIVE)); in dbg_showcon()
92 con |= S3C2412_IISCON_TXDMA_ACTIVE | S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_txctrl()
133 con &= ~S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_txctrl()
165 con |= S3C2412_IISCON_RXDMA_ACTIVE | S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_rxctrl()
196 con &= ~S3C2412_IISCON_IIS_ACTIVE; in s3c2412_snd_rxctrl()
678 if (iismod & S3C2412_IISCON_IIS_ACTIVE) in s3c2412_i2s_suspend()
Dregs-i2s-v2.h52 #define S3C2412_IISCON_IIS_ACTIVE (1 << 0) macro