Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dvx_core.h268 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time) macro
269 #define vx_wait_isr_bit(chip,bit) vx_check_isr(chip, bit, bit, 200)
/linux-6.1.9/sound/pcmcia/vx/
Dvxp_ops.c157 if (vx_check_isr(_chip, ISR_HF2, ISR_HF2, 20) < 0) in vxp_load_xilinx_binary()
180 if (vx_check_isr(_chip, ISR_HF3, ISR_HF3, 20) < 0) in vxp_load_xilinx_binary()
/linux-6.1.9/sound/drivers/vx/
Dvx_core.c96 if (vx_check_isr(chip, ISR_CHK, 0, 200) < 0) in vx_reset_chk()