PCI_REG            32 arch/sh/drivers/pci/fixups-se7751.c #define PCIC_WRITE(x,v) writel((v), PCI_REG(x))
PCI_REG            33 arch/sh/drivers/pci/fixups-se7751.c #define PCIC_READ(x) readl(PCI_REG(x))
PCI_REG            51 arch/sh/drivers/pci/ops-sh7786.c 				*data = pci_read_reg(chan, PCI_REG(reg));
PCI_REG            53 arch/sh/drivers/pci/ops-sh7786.c 				pci_write_reg(chan, *data, PCI_REG(reg));