Lines Matching refs:vx_core

38 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg)  in vxp_reg_addr()
48 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb()
58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb()
67 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg)
69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val)
77 static int vx_check_magic(struct vx_core *chip) in vx_check_magic()
98 static void vxp_reset_dsp(struct vx_core *_chip) in vxp_reset_dsp()
116 static void vxp_reset_codec(struct vx_core *_chip) in vxp_reset_codec()
135 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) in vxp_load_xilinx_binary()
235 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp()
272 static int vxp_test_and_ack(struct vx_core *_chip) in vxp_test_and_ack()
299 static void vxp_validate_irq(struct vx_core *_chip, int enable) in vxp_validate_irq()
315 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) in vx_setup_pseudo_dma()
335 static void vx_release_pseudo_dma(struct vx_core *_chip) in vx_release_pseudo_dma()
355 static void vxp_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_write()
394 static void vxp_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_read()
436 static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vxp_write_codec_reg()
459 void vx_set_mic_boost(struct vx_core *chip, int boost) in vx_set_mic_boost()
501 void vx_set_mic_level(struct vx_core *chip, int level) in vx_set_mic_level()
520 static void vxp_change_audio_source(struct vx_core *_chip, int src) in vxp_change_audio_source()
560 static void vxp_set_clock_source(struct vx_core *_chip, int source) in vxp_set_clock_source()
575 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board()