Searched refs:snd_vx_check_reg_bit (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/sound/ |
D | vx_core.h | 267 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time); 268 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)
|
/linux-6.1.9/sound/drivers/vx/ |
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 59 EXPORT_SYMBOL(snd_vx_check_reg_bit); 74 if (snd_vx_check_reg_bit(chip, VX_CVR, CVR_HC, 0, 200) < 0) in vx_send_irq_dsp()
|