Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/intel/avs/
H A Dicl.c166 snd_hdac_chip_updateb(bus, VS_LTRP, AZX_REG_VS_LTRP_GB_MASK, ICL_VS_LTRP_GB_ICCMAX); in avs_icl_load_basefw()
182 snd_hdac_chip_updateb(bus, VS_LTRP, AZX_REG_VS_LTRP_GB_MASK, ltrp_gb); in avs_icl_load_basefw()
/linux-6.15/sound/hda/
H A Dhdac_controller.c526 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset()
/linux-6.15/include/sound/
H A Dhdaudio.h499 #define snd_hdac_chip_updateb(chip, reg, mask, val) \ macro