Searched defs:PCI9111_AI_RANGE_MASK (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dadl_pci9111.c98 #define PCI9111_AI_RANGE_MASK (7 << 0) macro
404 outb(CR_RANGE(cmd->chanlist[0]) & PCI9111_AI_RANGE_MASK,
615 if ((status & PCI9111_AI_RANGE_MASK) != range) {
616 outb(range & PCI9111_AI_RANGE_MASK,

Completed in 53 milliseconds