Searched refs:SD_INT_MASK (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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 | 339 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable() 355 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear() 440 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
|
/linux-4.4.14/include/sound/ |
D | hda_register.h | 134 #define SD_INT_MASK (SD_INT_DESC_ERR|SD_INT_FIFO_ERR|\ macro
|