Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A 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)
/openbmc/linux/sound/pcmcia/vx/
H A 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()
/openbmc/linux/sound/drivers/vx/
H A Dvx_core.c96 if (vx_check_isr(chip, ISR_CHK, 0, 200) < 0) in vx_reset_chk()