Home
last modified time | relevance | path

Searched refs:FIC_RXCOUNT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/samsung/
H A Di2s-regs.h144 #define FIC_RXCOUNT(x) (((x) >> 0) & 0xf) macro
H A Di2s.c1032 delay = FIC_RXCOUNT(reg); in i2s_delay()
/openbmc/u-boot/drivers/sound/
H A Dsamsung-i2s.c19 #define FIC_RXCOUNT(x) (((x) >> 0) & 0xf) macro