Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Ddas08_isa.c54 .i8255_offset = 8,
65 .i8255_offset = 0,
97 .i8255_offset = 0x0c,
109 .i8255_offset = 0x0c,
121 .i8255_offset = 0x0c,
Ddas16.c233 unsigned int i8255_offset; member
247 .i8255_offset = 0x10,
257 .i8255_offset = 0x10,
267 .i8255_offset = 0x10,
277 .i8255_offset = 0x10,
287 .i8255_offset = 0x10,
324 .i8255_offset = 0x400,
333 .i8255_offset = 0x400,
357 .i8255_offset = 0x400,
367 .i8255_offset = 0x400,
[all …]
Ddas08.h37 unsigned int i8255_offset; member
Ddas08.c450 if (thisboard->i8255_offset != 0) { in das08_common_attach()
451 ret = subdev_8255_init(dev, s, NULL, thisboard->i8255_offset); in das08_common_attach()