PCMUIO_PORT_REG   164 drivers/staging/comedi/drivers/pcmuio.c 		outb(val & 0xff, iobase + PCMUIO_PORT_REG(port + 0));
PCMUIO_PORT_REG   165 drivers/staging/comedi/drivers/pcmuio.c 		outb((val >> 8) & 0xff, iobase + PCMUIO_PORT_REG(port + 1));
PCMUIO_PORT_REG   166 drivers/staging/comedi/drivers/pcmuio.c 		outb((val >> 16) & 0xff, iobase + PCMUIO_PORT_REG(port + 2));
PCMUIO_PORT_REG   188 drivers/staging/comedi/drivers/pcmuio.c 		val = inb(iobase + PCMUIO_PORT_REG(port + 0));
PCMUIO_PORT_REG   189 drivers/staging/comedi/drivers/pcmuio.c 		val |= (inb(iobase + PCMUIO_PORT_REG(port + 1)) << 8);
PCMUIO_PORT_REG   190 drivers/staging/comedi/drivers/pcmuio.c 		val |= (inb(iobase + PCMUIO_PORT_REG(port + 2)) << 16);