Searched refs:HOST_INT_CTRL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | maestro3.c | 180 #define HOST_INT_CTRL 0x18 macro 1017 snd_m3_inw(chip, HOST_INT_CTRL) | CLKRUN_GEN_ENABLE, in snd_m3_inc_timer_users() 1018 HOST_INT_CTRL); in snd_m3_inc_timer_users() 1036 snd_m3_inw(chip, HOST_INT_CTRL) & ~CLKRUN_GEN_ENABLE, in snd_m3_dec_timer_users() 1037 HOST_INT_CTRL); in snd_m3_dec_timer_users() 2334 outw(val, io + HOST_INT_CTRL); in snd_m3_enable_ints() 2366 outw(0, chip->iobase + HOST_INT_CTRL); /* disable ints */ in snd_m3_free()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | maestro3.c | 175 #define HOST_INT_CTRL 0x18 macro 1012 snd_m3_inw(chip, HOST_INT_CTRL) | CLKRUN_GEN_ENABLE, in snd_m3_inc_timer_users() 1013 HOST_INT_CTRL); in snd_m3_inc_timer_users() 1031 snd_m3_inw(chip, HOST_INT_CTRL) & ~CLKRUN_GEN_ENABLE, in snd_m3_dec_timer_users() 1032 HOST_INT_CTRL); in snd_m3_dec_timer_users() 2326 outw(val, io + HOST_INT_CTRL); in snd_m3_enable_ints() 2354 outw(0, chip->iobase + HOST_INT_CTRL); /* disable ints */ in snd_m3_free()
|
Completed in 9 milliseconds