Searched refs:RIRB_INT_MASK (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/sound/soc/sof/intel/ |
D | hda-ctrl.c | 260 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in hda_dsp_ctrl_init_chip() 344 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in hda_dsp_ctrl_stop_chip()
|
D | hda-stream.c | 790 if (rirb_status & RIRB_INT_MASK) { in hda_dsp_stream_threaded_handler() 797 RIRB_INT_MASK); in hda_dsp_stream_threaded_handler()
|
/Linux-v6.1/include/sound/ |
D | hda_register.h | 153 #define RIRB_INT_MASK 0x05 macro
|
/Linux-v6.1/sound/soc/intel/avs/ |
D | core.c | 272 if (status & RIRB_INT_MASK) { in hdac_bus_irq_handler() 275 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in hdac_bus_irq_handler()
|
/Linux-v6.1/sound/soc/intel/skylake/ |
D | skl.c | 235 if (status & RIRB_INT_MASK) { in skl_interrupt() 238 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in skl_interrupt()
|
/Linux-v6.1/sound/hda/ |
D | hdac_controller.c | 494 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in azx_int_clear()
|
/Linux-v6.1/sound/pci/hda/ |
D | hda_controller.c | 1094 if (status & RIRB_INT_MASK) { in azx_interrupt() 1103 azx_writeb(chip, RIRBSTS, RIRB_INT_MASK); in azx_interrupt()
|