Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/dwc/
H A Dlocal.h91 #define COMP1_FIFO_DEPTH_GLOBAL(r) (((r) & GENMASK(3, 2)) >> 2) macro
H A Ddwc-i2s.c589 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai()
701 u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1)); in dw_configure_dai_by_dt()