Home
last modified time | relevance | path

Searched refs:S526_GPCT_MODE_REG (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/comedi/drivers/
H A Ds526.c76 #define S526_GPCT_MODE_REG(x) (0x16 + ((x) * 8)) macro
235 outw(val, dev->iobase + S526_GPCT_MODE_REG(chan)); in s526_gpct_insn_config()
276 outw(val, dev->iobase + S526_GPCT_MODE_REG(chan)); in s526_gpct_insn_config()
314 outw(val, dev->iobase + S526_GPCT_MODE_REG(chan)); in s526_gpct_insn_config()
324 outw(val, dev->iobase + S526_GPCT_MODE_REG(chan)); in s526_gpct_insn_config()
351 outw(val, dev->iobase + S526_GPCT_MODE_REG(chan)); in s526_gpct_insn_config()
361 outw(val, dev->iobase + S526_GPCT_MODE_REG(chan)); in s526_gpct_insn_config()
388 inw(dev->iobase + S526_GPCT_MODE_REG(chan)); /* Is this required? */ in s526_gpct_winsn()