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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pcmcia/vx/
H A Dvxp_ops.c170 if (vx_check_isr(_chip, ISR_HF2, ISR_HF2, 20) < 0)
193 if (vx_check_isr(_chip, ISR_HF3, ISR_HF3, 20) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dvx_core.h290 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time) macro
291 #define vx_wait_isr_bit(chip,bit) vx_check_isr(chip, bit, bit, 200)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_core.c109 if (vx_check_isr(chip, ISR_CHK, 0, 200) < 0)

Completed in 79 milliseconds