Home
last modified time | relevance | path

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

/drivers/staging/comedi/drivers/
Dpcl730.c103 unsigned int io_range; member
118 .io_range = 0x04,
126 .io_range = 0x04,
133 .io_range = 0x08,
141 .io_range = 0x04,
149 .io_range = 0x02,
156 .io_range = 0x02,
164 .io_range = 0x08, /* only 4 are used */
172 .io_range = 0x04,
180 .io_range = 0x04,
[all …]
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()
/drivers/pci/hotplug/
Dibmphp_pci.c1635 struct range_node *io_range = NULL; in add_new_bus() local
1651 io_range = kzalloc(sizeof(*io_range), GFP_KERNEL); in add_new_bus()
1652 if (!io_range) { in add_new_bus()
1656 io_range->start = io->start; in add_new_bus()
1657 io_range->end = io->end; in add_new_bus()
1658 io_range->rangeno = 1; in add_new_bus()
1660 bus->rangeIO = io_range; in add_new_bus()
/drivers/of/
Daddress.c677 struct io_range { struct
696 struct io_range *range; in pci_register_io_range() argument
745 struct io_range *range; in pci_pio_to_address()
768 struct io_range *res; in pci_address_to_pio()