Searched refs:RIRB_INT_MASK (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/sound/soc/sof/intel/ |
D | hda-codec.c | 334 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in hda_codec_rirb_status_clear() 360 if (rirb_status & RIRB_INT_MASK) { in hda_codec_check_rirb_status() 367 RIRB_INT_MASK); in hda_codec_check_rirb_status()
|
/Linux-v6.6/include/sound/ |
D | hda_register.h | 153 #define RIRB_INT_MASK 0x05 macro
|
/Linux-v6.6/sound/soc/intel/avs/ |
D | core.c | 277 if (status & RIRB_INT_MASK) { in hdac_bus_irq_handler() 280 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in hdac_bus_irq_handler()
|
/Linux-v6.6/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.6/sound/hda/ |
D | hdac_controller.c | 497 snd_hdac_chip_writeb(bus, RIRBSTS, RIRB_INT_MASK); in azx_int_clear()
|
/Linux-v6.6/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()
|