Searched defs:COMP1_MODE_EN (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/intel/keembay/ | ||
H A D | kmb_platform.h | 77 #define COMP1_MODE_EN(r) FIELD_GET(BIT(4), (r)) macro |
/linux/sound/soc/dwc/ | ||
H A D | local.h | 90 #define COMP1_MODE_EN(r) (((r) & BIT(4)) >> 4) macro |