Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dhda-bus.c31 snd_hdac_chip_updatew(bus, WAKEEN, STATESTS_INT_MASK, mask); in update_codec_wake_enable()
H A Dhda-codec.c102 snd_hdac_chip_updatew(bus, WAKEEN, mask & STATESTS_INT_MASK, val); in hda_codec_jack_wake_enable()
/linux-6.15/sound/hda/
H A Dhdac_controller.c182 snd_hdac_chip_updatew(bus, IRS, AZX_IRS_VALID, AZX_IRS_VALID); in snd_hdac_bus_send_cmd_pio()
185 snd_hdac_chip_updatew(bus, IRS, AZX_IRS_BUSY, AZX_IRS_BUSY); in snd_hdac_bus_send_cmd_pio()
/linux-6.15/include/sound/
H A Dhdaudio.h496 #define snd_hdac_chip_updatew(chip, reg, mask, val) \ macro