Home
last modified time | relevance | path

Searched refs:snd_vx_inb (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/sound/
Dvx_core.h246 static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg) in snd_vx_inb() function
266 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg)
/linux-2.6.39/sound/drivers/vx/
Dvx_core.c64 if ((snd_vx_inb(chip, reg) & mask) == bit) in snd_vx_check_reg_bit()
68 …eck_reg_bit: timeout, reg=%s, mask=0x%x, val=0x%x\n", reg_names[reg], mask, snd_vx_inb(chip, reg)); in snd_vx_check_reg_bit()