Searched refs:FIC_TXCOUNT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/samsung/ | ||
H A D | i2s-regs.h | 143 #define FIC_TXCOUNT(x) (((x) >> 8) & 0xf) macro |
/openbmc/u-boot/drivers/sound/ | ||
H A D | samsung-i2s.c | 18 #define FIC_TXCOUNT(x) (((x) >> 8) & 0xf) macro |