Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/dwc/
Dlocal.h63 #define COMP1_TX_WORDSIZE_0(r) (((r) & GENMASK(18, 16)) >> 16) macro
Ddwc-i2s.c514 idx = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai()
604 idx2 = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai_by_dt()
/Linux-v6.1/sound/soc/intel/keembay/
Dkmb_platform.h74 #define COMP1_TX_WORDSIZE_0(r) FIELD_GET(GENMASK(18, 16), (r)) macro