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

/linux-4.4.14/arch/sh/drivers/pci/
H A Dfixups-se7751.c31 #define PCIC_WRITE(x,v) writel((v), PCI_REG(x))
32 #define PCIC_READ(x) readl(PCI_REG(x))
H A Dops-sh7786.c54 *data = pci_read_reg(chan, PCI_REG(reg)); sh7786_pcie_config_access()
56 pci_write_reg(chan, *data, PCI_REG(reg)); sh7786_pcie_config_access()
H A Dpcie-sh7786.h566 #define PCI_REG(x) ((x) + 0x40000) macro

Completed in 97 milliseconds