Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Dvx_core.h89 unsigned char (*in8)(struct vx_core *chip, int reg); member
239 return chip->ops->in8(chip, reg); in snd_vx_inb()
/linux-4.19.296/drivers/isdn/hisax/
Dhfc4s8s_l1.c277 u_char in8; in Read_hfc8_stable() local
279 while (((in8 = Read_hfc8(hw, reg)) != ref8)) { in Read_hfc8_stable()
280 ref8 = in8; in Read_hfc8_stable()
282 return in8; in Read_hfc8_stable()