Searched refs:SD_INT_MASK (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 116 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 119 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 136 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 137 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); /* to be sure */ in snd_hdac_stream_clear() 150 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 151 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); /* to be sure */ in snd_hdac_stream_clear() 310 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_INT_MASK); in snd_hdac_stream_setup()
|
H A D | hdac_controller.c | 494 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable() 514 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear() 615 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | cldma.c | 143 snd_hdac_stream_updateb(cl, SD_CTL, SD_INT_MASK | SD_CTL_DMA_START, in hda_cldma_start() 144 SD_INT_MASK | SD_CTL_DMA_START); in hda_cldma_start() 158 snd_hdac_stream_updateb(cl, SD_CTL, SD_INT_MASK | SD_CTL_DMA_START, 0); in hda_cldma_stop()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 155 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 158 0, SD_CTL_DMA_START | SD_INT_MASK); in snd_hdac_stream_start() 170 SD_CTL_DMA_START | SD_INT_MASK, 0); in snd_hdac_stream_clear() 171 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); /* to be sure */ in snd_hdac_stream_clear() 301 snd_hdac_stream_updatel(azx_dev, SD_CTL, 0, SD_INT_MASK); in snd_hdac_stream_setup()
|
H A D | hdac_controller.c | 478 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable() 491 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear() 582 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in snd_hdac_bus_handle_stream_irq()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hda_register.h | 167 #define SD_INT_MASK (SD_INT_DESC_ERR|SD_INT_FIFO_ERR|\ macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hda_register.h | 171 #define SD_INT_MASK (SD_INT_DESC_ERR|SD_INT_FIFO_ERR|\ macro
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 1120 status |= (snd_hdac_stream_readb(azx_dev, SD_STS) & SD_INT_MASK) ? in azx_interrupt()
|
Completed in 9 milliseconds