Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda-loader.c325 snd_hdac_chip_updateb(bus, VS_LTRP, HDA_VS_INTEL_LTRP_GB_MASK, original_gb); in hda_dsp_cl_boot_firmware_iccmax()
H A Dhda-dsp.c385 snd_hdac_chip_updateb(bus, VS_D0I3C, SOF_HDA_VS_D0I3C_I3, value); in hda_dsp_update_d0i3c_register()
H A Dhda-stream.c385 snd_hdac_chip_updateb(bus, VS_LTRP, HDA_VS_INTEL_LTRP_GB_MASK, HDA_LTRP_GB_VALUE_US); in hda_dsp_iccmax_stream_hw_params()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_controller.c410 snd_hdac_chip_updateb(bus, GCTL, AZX_GCTL_RESET, AZX_GCTL_RESET); in snd_hdac_bus_exit_link_reset()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h493 #define snd_hdac_chip_updateb(chip, reg, mask, val) \ macro