Home
last modified time | relevance | path

Searched defs:COMP1_MODE_EN (Results 1 – 2 of 2) 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