Searched refs:AZX_INT_CTRL_EN (Results 1 – 3 of 3) sorted by relevance
464 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()
180 #define AZX_INT_CTRL_EN 0x40000000 /* controller interrupt enable bit */ macro
786 if (status & AZX_INT_CTRL_EN) { in hda_dsp_stream_threaded_handler()