Searched refs:LSB_PORT (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dpcmda12.c63 #define LSB_PORT(chan) (dev->iobase + (chan)*2) macro
64 #define MSB_PORT(chan) (LSB_PORT(chan)+1)
239 /* outw(0, LSB_PORT(chan)); */
240 outb(0, LSB_PORT(i));
243 inb(LSB_PORT(0)); /* update chans. */
257 /* outw(data[i], LSB_PORT(chan)); */
261 outb(LSB(data[i]), LSB_PORT(chan));
269 inb(LSB_PORT(chan));
296 inb(LSB_PORT(chan));

Completed in 46 milliseconds