Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h77 #define COMP1_MODE_EN(r) FIELD_GET(BIT(4), (r)) macro
/openbmc/linux/sound/soc/dwc/
H A Dlocal.h90 #define COMP1_MODE_EN(r) (((r) & BIT(4)) >> 4) macro
H A Ddwc-i2s.c628 if (COMP1_MODE_EN(comp1)) { in dw_configure_dai()