Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dvx_core.h225 static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg) in snd_vx_inb() function
245 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg)
/linux-6.6.21/sound/drivers/vx/
Dvx_core.c51 if ((snd_vx_inb(chip, reg) & mask) == bit) in snd_vx_check_reg_bit()
55 …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()