Symbol: vx_inb
sound/drivers/vx/vx_core.c
130
err = vx_inb(chip, ISR);
sound/drivers/vx/vx_core.c
138
err = vx_inb(chip, RXH) << 16;
sound/drivers/vx/vx_core.c
139
err |= vx_inb(chip, RXM) << 8;
sound/drivers/vx/vx_core.c
140
err |= vx_inb(chip, RXL);
sound/drivers/vx/vx_core.c
171
val = vx_inb(chip, RXH) << 16;
sound/drivers/vx/vx_core.c
172
val |= vx_inb(chip, RXM) << 8;
sound/drivers/vx/vx_core.c
173
val |= vx_inb(chip, RXL);
sound/drivers/vx/vx_core.c
215
rmh->Stat[i] = vx_inb(chip, RXH) << 16;
sound/drivers/vx/vx_core.c
216
rmh->Stat[i] |= vx_inb(chip, RXM) << 8;
sound/drivers/vx/vx_core.c
217
rmh->Stat[i] |= vx_inb(chip, RXL);
sound/drivers/vx/vx_core.c
281
if (vx_inb(chip, ISR) & ISR_ERR) {
sound/drivers/vx/vx_core.c
288
err = vx_inb(chip, RXH) << 16;
sound/drivers/vx/vx_core.c
289
err |= vx_inb(chip, RXM) << 8;
sound/drivers/vx/vx_core.c
290
err |= vx_inb(chip, RXL);
sound/drivers/vx/vx_core.c
382
if (vx_inb(chip, ISR) & ISR_ERR) {
sound/drivers/vx/vx_core.c
386
err = vx_inb(chip, RXH) << 16;
sound/drivers/vx/vx_core.c
387
err |= vx_inb(chip, RXM) << 8;
sound/drivers/vx/vx_core.c
388
err |= vx_inb(chip, RXL);
sound/drivers/vx/vx_pcm.c
50
*buf++ = vx_inb(chip, RXH);
sound/drivers/vx/vx_pcm.c
55
*buf++ = vx_inb(chip, RXM);
sound/drivers/vx/vx_pcm.c
60
*buf++ = vx_inb(chip, RXL);
sound/drivers/vx/vx_uer.c
56
val = (vx_inb(chip, RUER) >> 7) & 0x01;
sound/drivers/vx/vx_uer.c
99
val = vx_inb(chip, CSUER);
sound/pcmcia/vx/vxp_ops.c
104
vx_inb(chip, CDSP);
sound/pcmcia/vx/vxp_ops.c
109
vx_inb(chip, CDSP);
sound/pcmcia/vx/vxp_ops.c
122
vx_inb(chip, CDSP);
sound/pcmcia/vx/vxp_ops.c
127
vx_inb(chip, CDSP);
sound/pcmcia/vx/vxp_ops.c
149
regCSUER = vx_inb(chip, CSUER);
sound/pcmcia/vx/vxp_ops.c
150
regRUER = vx_inb(chip, RUER);
sound/pcmcia/vx/vxp_ops.c
170
c = vx_inb(chip, RXL);
sound/pcmcia/vx/vxp_ops.c
188
c = (int)vx_inb(chip, RXH) << 16;
sound/pcmcia/vx/vxp_ops.c
189
c |= (int)vx_inb(chip, RXM) << 8;
sound/pcmcia/vx/vxp_ops.c
190
c |= vx_inb(chip, RXL);
sound/pcmcia/vx/vxp_ops.c
211
vx_inb(chip, DIALOG);
sound/pcmcia/vx/vxp_ops.c
215
vx_inb(chip, DIALOG);
sound/pcmcia/vx/vxp_ops.c
280
if (! (vx_inb(chip, DIALOG) & VXP_DLG_MEMIRQ_MASK))
sound/pcmcia/vx/vxp_ops.c
289
vx_inb(chip, DIALOG);
sound/pcmcia/vx/vxp_ops.c
322
vx_inb(chip, ISR);
sound/pcmcia/vx/vxp_ops.c
442
vx_inb(chip, LOFREQ);
sound/pcmcia/vx/vxp_ops.c
444
vx_inb(chip, CODEC2);
sound/pcmcia/vx/vxp_ops.c
451
vx_inb(chip, HIFREQ);
sound/pcmcia/vx/vxp_ops.c
82
c = vx_inb(chip, CDSP);