Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-bus.c31 snd_hdac_chip_updatew(bus, WAKEEN, STATESTS_INT_MASK, mask); in update_codec_wake_enable()
/linux/sound/hda/core/
H A Dcontroller.c179 snd_hdac_chip_updatew(bus, IRS, AZX_IRS_VALID, AZX_IRS_VALID); in snd_hdac_bus_send_cmd_pio()
182 snd_hdac_chip_updatew(bus, IRS, AZX_IRS_BUSY, AZX_IRS_BUSY); in snd_hdac_bus_send_cmd_pio()
/linux/include/sound/
H A Dhdaudio.h499 #define snd_hdac_chip_updatew(chip, reg, mask, val) \ macro