Searched refs:snd_vx_inb (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/sound/ |
D | vx_core.h | 225 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-5.19.10/sound/drivers/vx/ |
D | vx_core.c | 51 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()
|