Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddas08_isa.c46 .i8254_offset = 4,
57 .i8254_offset = 0x04,
67 .i8254_offset = 0x04,
77 .i8254_offset = 0x04,
89 .i8254_offset = 0x04,
101 .i8254_offset = 0x04,
113 .i8254_offset = 0x04,
136 .i8254_offset = 0x04,
145 .i8254_offset = 4,
H A Ddas08.h34 unsigned int i8254_offset; member
H A Ddas08_pci.c38 .i8254_offset = 4,
H A Ddas08.c441 if (board->i8254_offset) { in das08_common_attach()
442 dev->pacer = comedi_8254_init(dev->iobase + board->i8254_offset, in das08_common_attach()