Home
last modified time | relevance | path

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

/linux-5.19.10/sound/hda/
Dhdac_controller.c464 AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN, in azx_int_enable()
465 AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN); in azx_int_enable()
481 snd_hdac_chip_updatel(bus, INTCTL, AZX_INT_CTRL_EN | AZX_INT_GLOBAL_EN, 0); in azx_int_disable()
500 snd_hdac_chip_writel(bus, INTSTS, AZX_INT_CTRL_EN | AZX_INT_ALL_STREAM); in azx_int_clear()
/linux-5.19.10/include/sound/
Dhda_register.h180 #define AZX_INT_CTRL_EN 0x40000000 /* controller interrupt enable bit */ macro
/linux-5.19.10/sound/soc/sof/intel/
Dhda-stream.c786 if (status & AZX_INT_CTRL_EN) { in hda_dsp_stream_threaded_handler()