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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpci.h79 #define PCI_F_EXTEND 0xffffffff00000000UL macro
87 return(((a) & PCI_F_EXTEND) == PCI_F_EXTEND);
101 #define PCI_HOST_ADDR(hba,a) (((a) & PCI_F_EXTEND) == 0 \
109 #define PCI_F_EXTEND 0UL macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c1438 sba_dev->chip_resv.start = PCI_F_EXTEND | 0xfef00000UL;
1439 sba_dev->chip_resv.end = PCI_F_EXTEND | (0xff000000UL - 1) ;
1450 sba_dev->chip_resv.start = PCI_F_EXTEND | 0xfee00000UL;
1451 sba_dev->chip_resv.end = PCI_F_EXTEND | (0xff200000UL - 1);
1927 r->start = (base & ~1UL) | PCI_F_EXTEND;
1961 r->start = (base & ~1UL) | PCI_F_EXTEND;
H A Dlba_pci.c73 #define LBA_PORT_BASE (PCI_F_EXTEND | 0xfee00000UL)
1053 lba_dev->hba.lmmio_space_offset = PCI_F_EXTEND;

Completed in 108 milliseconds