Searched refs:GPO_PRIMARY_AC97 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ |
H A D | maestro3.c | 296 #define GPO_PRIMARY_AC97 0x0001 macro 1993 outw(dir & ~GPO_PRIMARY_AC97 , io + GPIO_DIRECTION); in snd_m3_ac97_reset() 1994 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK); in snd_m3_ac97_reset() 1996 outw(dir | GPO_PRIMARY_AC97, io + GPIO_DIRECTION); in snd_m3_ac97_reset() 2000 outw(GPO_PRIMARY_AC97, io + GPIO_DATA); in snd_m3_ac97_reset() 2237 outw((GPO_SECONDARY_AC97 | GPO_PRIMARY_AC97 | polarity), in snd_m3_amp_enable()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | maestro3.c | 291 #define GPO_PRIMARY_AC97 0x0001 macro 1990 outw(dir & ~GPO_PRIMARY_AC97 , io + GPIO_DIRECTION); in snd_m3_ac97_reset() 1991 outw(~GPO_PRIMARY_AC97 , io + GPIO_MASK); in snd_m3_ac97_reset() 1993 outw(dir | GPO_PRIMARY_AC97, io + GPIO_DIRECTION); in snd_m3_ac97_reset() 1997 outw(GPO_PRIMARY_AC97, io + GPIO_DATA); in snd_m3_ac97_reset() 2229 outw((GPO_SECONDARY_AC97 | GPO_PRIMARY_AC97 | polarity), in snd_m3_amp_enable()
|
Completed in 9 milliseconds