PCI_DATA          200 drivers/pci/controller/pci-ftpci100.c 	*value = readl(p->base + PCI_DATA);
PCI_DATA          237 drivers/pci/controller/pci-ftpci100.c 		writel(value, p->base + PCI_DATA);
PCI_DATA          240 drivers/pci/controller/pci-ftpci100.c 		writew(value, p->base + PCI_DATA + (config & 3));
PCI_DATA          243 drivers/pci/controller/pci-ftpci100.c 		writeb(value, p->base + PCI_DATA + (config & 3));