Searched refs:snd_hdac_updatew (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/hda/ext/ |
D | hdac_ext_stream.c | 234 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream); in snd_hdac_ext_link_set_stream_id() 246 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0); in snd_hdac_ext_link_clear_stream_id()
|
D | hdac_ext_controller.c | 283 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, in snd_hdac_ext_bus_link_get()
|
/linux-6.1.9/include/sound/ |
D | hdaudio_ext.h | 139 #define snd_hdac_updatew(addr, reg, mask, val) \ macro
|