Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda_register.h164 #define SD_CTL_STREAM_TAG_MASK (0xf << 20) macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h136 #define SD_CTL_STREAM_TAG_MASK (0xf << 20) macro
/openbmc/linux/sound/hda/
H A Dhdac_stream.c270 val = (val & ~SD_CTL_STREAM_TAG_MASK) | in snd_hdac_stream_setup()