Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dadl_pci9111.c71 #define PCI9111_AI_RANGE(x) (((x) & 0x7) << 0) macro
72 #define PCI9111_AI_RANGE_MASK PCI9111_AI_RANGE(7)
355 outb(PCI9111_AI_RANGE(range0), dev->iobase + PCI9111_AI_RANGE_STAT_REG); in pci9111_ai_do_cmd()
546 outb(PCI9111_AI_RANGE(range), in pci9111_ai_insn_read()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dadl_pci9111.c70 #define PCI9111_AI_RANGE(x) (((x) & 0x7) << 0) macro
71 #define PCI9111_AI_RANGE_MASK PCI9111_AI_RANGE(7)
354 outb(PCI9111_AI_RANGE(range0), dev->iobase + PCI9111_AI_RANGE_STAT_REG); in pci9111_ai_do_cmd()
545 outb(PCI9111_AI_RANGE(range), in pci9111_ai_insn_read()

Completed in 4 milliseconds