Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dicl.c167 snd_hdac_chip_updateb(bus, VS_LTRP, AZX_REG_VS_LTRP_GB_MASK, ICL_VS_LTRP_GB_ICCMAX); in avs_icl_load_basefw()
183 snd_hdac_chip_updateb(bus, VS_LTRP, AZX_REG_VS_LTRP_GB_MASK, ltrp_gb); in avs_icl_load_basefw()
/linux/sound/hda/core/
H A Dcontroller.c514 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset()
/linux/include/sound/
H A Dhdaudio.h502 #define snd_hdac_chip_updateb(chip, reg, mask, val) \ macro