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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_core.c51 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) function
72 EXPORT_SYMBOL(snd_vx_check_reg_bit); variable
87 if (snd_vx_check_reg_bit(chip, VX_CVR, CVR_HC, 0, 200) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dvx_core.h289 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time);
290 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)

Completed in 62 milliseconds