Lines Matching refs:PCI
10 select PCI
18 select PCI
34 select PCI
42 select PCI
50 select PCI
110 select PCI
119 select PCI
133 select PCI
142 select PCI
163 select PCI
186 select PCI
200 bool "Use indirect PCI memory access"
201 depends on PCI
203 IXP4xx provides two methods of accessing PCI memory space:
206 To access PCI via this space, we simply ioremap() the BAR
209 limits the system to just 64MB of PCI memory. This can be
213 configured to use indirect registers to access the whole PCI
216 is that every PCI access requires three local register accesses
218 acceptable. In addition, you cannot mmap() PCI devices in this
219 case due to the indirect nature of the PCI window.