Home
last modified time | relevance | path

Searched defs:COMP1_RX_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/dwc/
H A Dlocal.h87 #define COMP1_RX_CHANNELS(r) (((r) & GENMASK(8, 7)) >> 7) macro
/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h86 #define COMP1_RX_CHANNELS(r) (FIELD_GET(GENMASK(8, 7), (r)) + 1) macro