Searched refs:SD_INT_MASK (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/hda/ |
D | hdac_stream.c | 62 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 74 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 75 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); /* to be sure */ in snd_hdac_stream_clear() 184 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_INT_MASK); in snd_hdac_stream_setup()
|
D | hdac_controller.c | 444 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable() 460 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear() 550 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
|
/Linux-v4.19/include/sound/ |
D | hda_register.h | 166 #define SD_INT_MASK (SD_INT_DESC_ERR|SD_INT_FIFO_ERR|\ macro
|