Home
last modified time | relevance | path

Searched refs:snd_hdac_adsp_writel (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/sound/
H A Dhdaudio_ext.h124 #define snd_hdac_adsp_writel(chip, reg, value) \ macro
140 snd_hdac_adsp_writel(chip, reg, \
/openbmc/linux/sound/soc/intel/avs/
H A Dipc.c453 snd_hdac_adsp_writel(adev, SKL_ADSP_REG_HIPCIE, tx->header >> 32); in avs_dsp_send_tx()
454 snd_hdac_adsp_writel(adev, SKL_ADSP_REG_HIPCI, tx->header & UINT_MAX); in avs_dsp_send_tx()