Searched refs:AZX_INT_GLOBAL_EN (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/soc/intel/avs/ |
D | core.c | 289 if (intsts == UINT_MAX || !(intsts & AZX_INT_GLOBAL_EN)) in avs_hda_irq_handler() 293 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_GLOBAL_EN, 0); in avs_hda_irq_handler() 304 if (status & ~AZX_INT_GLOBAL_EN) in avs_hda_irq_thread() 308 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_GLOBAL_EN, AZX_INT_GLOBAL_EN); in avs_hda_irq_thread() 331 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_GLOBAL_EN, AZX_INT_GLOBAL_EN); in avs_dsp_irq_thread()
|
/linux-6.12.1/include/sound/ |
D | hda_register.h | 185 #define AZX_INT_GLOBAL_EN 0x80000000 /* global interrupt enable bit */ macro
|
/linux-6.12.1/sound/hda/ |
D | hdac_controller.c | 580 AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN, in azx_int_enable() 581 AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN); in azx_int_enable()
|