Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Ds526.c74 #define S526_GPCT_LSB_REG(x) (0x12 + ((x) * 8)) macro
180 outw(val & 0xffff, dev->iobase + S526_GPCT_LSB_REG(chan)); in s526_gpct_write()
189 val = inw(dev->iobase + S526_GPCT_LSB_REG(chan)) & 0xffff; in s526_gpct_read()