Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddas08_isa.c45 .i8255_offset = 8,
56 .i8255_offset = 0,
88 .i8255_offset = 0x0c,
100 .i8255_offset = 0x0c,
112 .i8255_offset = 0x0c,
H A Ddas16.c237 .i8255_offset = 0x10,
247 .i8255_offset = 0x10,
257 .i8255_offset = 0x10,
267 .i8255_offset = 0x10,
277 .i8255_offset = 0x10,
314 .i8255_offset = 0x400,
323 .i8255_offset = 0x400,
347 .i8255_offset = 0x400,
357 .i8255_offset = 0x400,
388 .i8255_offset = 0x400,
[all …]
H A Ddas08.h33 unsigned int i8255_offset; member
H A Ddas08.c431 if (board->i8255_offset != 0) { in das08_common_attach()
432 ret = subdev_8255_init(dev, s, NULL, board->i8255_offset); in das08_common_attach()