Home
last modified time | relevance | path

Searched refs:PCI_PORT_ADDR (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/parisc/kernel/
Dpci.c86 return pci_port->in##type(parisc_pci_hba[b], PCI_PORT_ADDR(addr)); \
101 pci_port->out##type(parisc_pci_hba[b], PCI_PORT_ADDR(addr), d); \
214 region->start = PCI_PORT_ADDR(res->start); in pcibios_resource_to_bus()
215 region->end = PCI_PORT_ADDR(res->end); in pcibios_resource_to_bus()
/linux-2.6.39/arch/parisc/include/asm/
Dpci.h81 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1)) macro