Searched refs:snd_vx_check_reg_bit (Results 1 – 2 of 2) sorted by relevance
/linux/include/sound/ |
H A D | vx_core.h | 266 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time); 267 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)
|
/linux/sound/drivers/vx/ |
H A D | vx_core.c | 39 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit() function 61 EXPORT_SYMBOL(snd_vx_check_reg_bit); 76 if (snd_vx_check_reg_bit(chip, VX_CVR, CVR_HC, 0, 200) < 0) in vx_send_irq_dsp()
|