Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/include/asm/
Dpci.h84 #define PCI_F_EXTEND 0xffffffff00000000UL macro
92 return(((a) & PCI_F_EXTEND) == PCI_F_EXTEND); in pci_is_lmmio()
106 #define PCI_HOST_ADDR(hba,a) (((a) & PCI_F_EXTEND) == 0 \
114 #define PCI_F_EXTEND 0UL macro
/linux-2.6.39/drivers/parisc/
Dsba_iommu.c1574 sba_dev->chip_resv.start = PCI_F_EXTEND | 0xfef00000UL; in sba_hw_init()
1575 sba_dev->chip_resv.end = PCI_F_EXTEND | (0xff000000UL - 1) ; in sba_hw_init()
1586 sba_dev->chip_resv.start = PCI_F_EXTEND | 0xfee00000UL; in sba_hw_init()
1587 sba_dev->chip_resv.end = PCI_F_EXTEND | (0xff200000UL - 1); in sba_hw_init()
2057 r->start = (base & ~1UL) | PCI_F_EXTEND; in sba_directed_lmmio()
2092 r->start = (base & ~1UL) | PCI_F_EXTEND; in sba_distributed_lmmio()
Dlba_pci.c103 #define LBA_PORT_BASE (PCI_F_EXTEND | 0xfee00000UL)
1130 lba_dev->hba.lmmio_space_offset = PCI_F_EXTEND; in lba_legacy_resources()