Lines Matching defs:chip
227 static inline int vx_test_and_ack(struct vx_core *chip) in vx_test_and_ack()
232 static inline void vx_validate_irq(struct vx_core *chip, int enable) in vx_validate_irq()
237 static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg) in snd_vx_inb()
242 static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg) in snd_vx_inl()
247 static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) in snd_vx_outb()
252 static inline void snd_vx_outl(struct vx_core *chip, int reg, unsigned int val) in snd_vx_outl()
257 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg) argument
258 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val) argument
259 #define vx_inl(chip,reg) snd_vx_inl(chip, VX_##reg) argument
260 #define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val) argument
262 static inline void vx_reset_dsp(struct vx_core *chip) in vx_reset_dsp()
280 #define vx_check_isr(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time) argument
281 #define vx_wait_isr_bit(chip,bit) vx_check_isr(chip, bit, bit, 200) argument
282 #define vx_wait_for_rx_full(chip) vx_wait_isr_bit(chip, ISR_RX_FULL) argument
288 static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_write()
294 static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_read()
342 #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD) argument
343 #define vx_is_pcmcia(chip) ((chip)->type >= VX_TYPE_VXPOCKET) argument