Searched refs:__snd_gf1_look16 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_io.c87 static inline unsigned short __snd_gf1_look16(struct snd_gus_card * gus, function
124 res = ((unsigned int) __snd_gf1_look16(gus, reg | 0x80) << 11) & 0xfff800;
125 res |= ((unsigned int) __snd_gf1_look16(gus, (reg + 1) | 0x80) >> 5) & 0x0007ff;
166 return __snd_gf1_look16(gus, reg);
241 res = __snd_gf1_look16(gus, reg);

Completed in 31 milliseconds