Searched refs:io_range (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/comedi/drivers/ |
H A D | pcl724.c | 33 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()
|
H A D | pcl730.c | 119 .io_range = 0x04, 127 .io_range = 0x04, 134 .io_range = 0x08, 142 .io_range = 0x04, 150 .io_range = 0x02, 157 .io_range = 0x02, 173 .io_range = 0x04, 181 .io_range = 0x04, 186 .io_range = 0x04, 191 .io_range = 0x10, [all …]
|
/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 63 dev->pci_bridge->bus->io_range->base, in hmp_info_pci_device() 64 dev->pci_bridge->bus->io_range->limit); in hmp_info_pci_device()
|
H A D | pci-qmp-cmds.c | 81 range = info->bus->io_range = g_new0(PciMemoryRange, 1); in qmp_query_pci_bridge()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 1605 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()
|
/openbmc/qemu/qapi/ |
H A D | pci.json | 64 # @io_range: The PIO range for all devices on this bridge 75 'io_range': 'PciMemoryRange',
|