Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Di2s-regs.h49 #define FIC_TXFLUSH (1 << 15) macro
/openbmc/linux/sound/soc/samsung/
H A Di2s-regs.h140 #define FIC_TXFLUSH (1 << 15) macro
H A Di2s.c982 i2s_fifo(i2s, FIC_TXFLUSH); in i2s_trigger()
1087 i2s_fifo(i2s, FIC_TXFLUSH); in samsung_i2s_dai_probe()
1088 i2s_fifo(other, FIC_TXFLUSH); in samsung_i2s_dai_probe()
/openbmc/u-boot/drivers/sound/
H A Dsamsung-i2s.c365 i2s_fifo(i2s_reg, FIC_TXFLUSH); in i2s_tx_init()