Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Dpcl730.c104 unsigned int io_range; member
119 .io_range = 0x04,
127 .io_range = 0x04,
134 .io_range = 0x08,
142 .io_range = 0x04,
150 .io_range = 0x02,
157 .io_range = 0x02,
165 .io_range = 0x08, /* only 4 are used */
173 .io_range = 0x04,
181 .io_range = 0x04,
[all …]
H A Dpcl724.c33 unsigned int io_range; member
42 .io_range = 0x04,
46 .io_range = 0x20,
51 .io_range = 0x08,
55 .io_range = 0x20,
60 .io_range = 0x04,
64 .io_range = 0x02,
69 .io_range = 0x08,
73 .io_range = 0x10,
105 iorange = board->io_range; in pcl724_attach()
/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c1605 struct range_node *io_range = NULL; in add_new_bus() local
1621 io_range = kzalloc(sizeof(*io_range), GFP_KERNEL); in add_new_bus()
1622 if (!io_range) in add_new_bus()
1625 io_range->start = io->start; in add_new_bus()
1626 io_range->end = io->end; in add_new_bus()
1627 io_range->rangeno = 1; in add_new_bus()
1629 bus->rangeIO = io_range; in add_new_bus()