Home
last modified time | relevance | path

Searched refs:AZX_INT_GLOBAL_EN (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/soc/intel/avs/
Dcore.c289 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/
Dhda_register.h185 #define AZX_INT_GLOBAL_EN 0x80000000 /* global interrupt enable bit */ macro
/linux-6.12.1/sound/hda/
Dhdac_controller.c580 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()