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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/
H A Dals4000.c132 static inline void snd_als4000_gcr_write(struct snd_sb *sb, u32 reg, u32 val) function
160 snd_als4000_gcr_write(chip, 0xa2, addr);
161 snd_als4000_gcr_write(chip, 0xa3, (size-1));
167 snd_als4000_gcr_write(chip, 0x91, addr);
168 snd_als4000_gcr_write(chip, 0x92, (size-1)|0x180000);
566 snd_als4000_gcr_write(chip, 0x8c, 0x28000);
568 snd_als4000_gcr_write(chip, i, 0);
570 snd_als4000_gcr_write(chip, 0x99, snd_als4000_gcr_read(chip, 0x99));

Completed in 93 milliseconds