Searched refs:PCI_REGION_IO (Results 1 – 1 of 1) sorted by relevance
| /include/ |
| A D | pci.h | 547 #define PCI_REGION_IO 0x00000001 /* PCI IO space */ macro 686 #define pci_phys_to_io(dev, addr) pci_phys_to_bus((dev), (addr), PCI_REGION_IO) 687 #define pci_io_to_phys(dev, addr) pci_bus_to_phys((dev), (addr), PCI_REGION_IO) 694 pci_virt_to_bus((dev), (addr), PCI_REGION_IO) 696 pci_bus_to_virt((dev), (addr), PCI_REGION_IO, (len), (map_flags)) 1490 dm_pci_phys_to_bus((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_IO) 1492 dm_pci_bus_to_phys((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_IO) 1500 dm_pci_virt_to_bus((dev), (addr), PCI_REGION_IO) 1503 PCI_REGION_IO, (map_flags))
|
Completed in 15 milliseconds