Home
last modified time | relevance | path

Searched refs:CON_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Di2s-regs.h13 #define CON_ACTIVE (1 << 0) macro
/openbmc/linux/sound/soc/samsung/
H A Di2s-regs.h60 #define CON_ACTIVE (1 << 0) macro
H A Di2s.c408 con |= CON_ACTIVE; in i2s_txctrl()
442 con &= ~CON_ACTIVE; in i2s_txctrl()
459 con |= CON_RXDMA_ACTIVE | CON_ACTIVE; in i2s_rxctrl()
473 con &= ~CON_ACTIVE; in i2s_rxctrl()
/openbmc/u-boot/drivers/sound/
H A Dsamsung-i2s.c66 con |= CON_ACTIVE; in i2s_txctrl()
70 con &= ~CON_ACTIVE; in i2s_txctrl()