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

/linux-4.1.27/arch/parisc/include/asm/
H A Dpci.h84 #define PCI_F_EXTEND 0xffffffff00000000UL macro
86 #define PCI_F_EXTEND 0UL macro
/linux-4.1.27/drivers/parisc/
H A Dsba_iommu.c1586 sba_dev->chip_resv.start = PCI_F_EXTEND | 0xfef00000UL; sba_hw_init()
1587 sba_dev->chip_resv.end = PCI_F_EXTEND | (0xff000000UL - 1) ; sba_hw_init()
1598 sba_dev->chip_resv.start = PCI_F_EXTEND | 0xfee00000UL; sba_hw_init()
1599 sba_dev->chip_resv.end = PCI_F_EXTEND | (0xff200000UL - 1); sba_hw_init()
2067 r->start = (base & ~1UL) | PCI_F_EXTEND; sba_directed_lmmio()
2102 r->start = (base & ~1UL) | PCI_F_EXTEND; sba_distributed_lmmio()
H A Dlba_pci.c102 #define LBA_PORT_BASE (PCI_F_EXTEND | 0xfee00000UL)
1140 lba_dev->hba.lmmio_space_offset = PCI_F_EXTEND; lba_legacy_resources()

Completed in 252 milliseconds