Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/pcxhr/
H A Dpcxhr_core.c105 * pcxhr_check_reg_bit - wait for the specified bit is set/reset on a register
113 static int pcxhr_check_reg_bit(struct pcxhr_mgr *mgr, unsigned int reg, in pcxhr_check_reg_bit() function
131 "pcxhr_check_reg_bit: timeout, reg=%x, mask=0x%x, val=%x\n", in pcxhr_check_reg_bit()
136 /* constants used with pcxhr_check_reg_bit() */
204 err = pcxhr_check_reg_bit(mgr, PCXHR_DSP_CVR, PCXHR_CVR_HI08_HC, 0, in pcxhr_send_it_dsp()
212 err = pcxhr_check_reg_bit(mgr, PCXHR_PLX_MBOX0, in pcxhr_send_it_dsp()
346 err = pcxhr_check_reg_bit(mgr, PCXHR_DSP_ISR, in pcxhr_download_dsp()
396 return pcxhr_check_reg_bit(mgr, PCXHR_DSP_ISR, PCXHR_ISR_HI08_CHK, in pcxhr_load_eeprom_binary()
425 return pcxhr_check_reg_bit(mgr, PCXHR_PLX_MBOX0, PCXHR_MBOX0_HF5, in pcxhr_load_boot_binary()
446 return pcxhr_check_reg_bit(mg in pcxhr_load_dsp_binary()
[all...]
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr_core.c105 * pcxhr_check_reg_bit - wait for the specified bit is set/reset on a register
113 static int pcxhr_check_reg_bit(struct pcxhr_mgr *mgr, unsigned int reg, in pcxhr_check_reg_bit() function
131 "pcxhr_check_reg_bit: timeout, reg=%x, mask=0x%x, val=%x\n", in pcxhr_check_reg_bit()
136 /* constants used with pcxhr_check_reg_bit() */
204 err = pcxhr_check_reg_bit(mgr, PCXHR_DSP_CVR, PCXHR_CVR_HI08_HC, 0, in pcxhr_send_it_dsp()
212 err = pcxhr_check_reg_bit(mgr, PCXHR_PLX_MBOX0, in pcxhr_send_it_dsp()
346 err = pcxhr_check_reg_bit(mgr, PCXHR_DSP_ISR, in pcxhr_download_dsp()
396 return pcxhr_check_reg_bit(mgr, PCXHR_DSP_ISR, PCXHR_ISR_HI08_CHK, in pcxhr_load_eeprom_binary()
425 return pcxhr_check_reg_bit(mgr, PCXHR_PLX_MBOX0, PCXHR_MBOX0_HF5, in pcxhr_load_boot_binary()
446 return pcxhr_check_reg_bit(mg in pcxhr_load_dsp_binary()
[all...]

Completed in 3 milliseconds