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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.c117 * pcxhr_check_reg_bit - wait for the specified bit is set/reset on a register
125 static int pcxhr_check_reg_bit(struct pcxhr_mgr *mgr, unsigned int reg, function
143 "pcxhr_check_reg_bit: timeout, reg=%x, mask=0x%x, val=%x\n",
148 /* constants used with pcxhr_check_reg_bit() */
216 err = pcxhr_check_reg_bit(mgr, PCXHR_DSP_CVR, PCXHR_CVR_HI08_HC, 0,
224 err = pcxhr_check_reg_bit(mgr, PCXHR_PLX_MBOX0,
358 err = pcxhr_check_reg_bit(mgr, PCXHR_DSP_ISR,
408 return pcxhr_check_reg_bit(mgr, PCXHR_DSP_ISR, PCXHR_ISR_HI08_CHK,
437 return pcxhr_check_reg_bit(mgr, PCXHR_PLX_MBOX0, PCXHR_MBOX0_HF5,
458 return pcxhr_check_reg_bit(mg
[all...]

Completed in 69 milliseconds