Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/include/sound/
Dhda_register.h177 #define AZX_INT_GLOBAL_EN 0x80000000 /* global interrupt enable bit */ macro