Searched refs:i8255_offset (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/comedi/drivers/ |
A D | das08_isa.c | 45 .i8255_offset = 8, 56 .i8255_offset = 0, 88 .i8255_offset = 0x0c, 100 .i8255_offset = 0x0c, 112 .i8255_offset = 0x0c,
|
A D | das16.c | 237 .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 …]
|
A D | das08.h | 33 unsigned int i8255_offset; member
|
A D | das08.c | 431 if (board->i8255_offset != 0) { in das08_common_attach() 432 ret = subdev_8255_init(dev, s, NULL, board->i8255_offset); in das08_common_attach()
|
Completed in 7 milliseconds