Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/dwc/
Dlocal.h69 #define COMP1_FIFO_DEPTH_GLOBAL(r) (((r) & GENMASK(3, 2)) >> 2) macro
Ddwc-i2s.c487 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai()
577 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai_by_dt()