Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/drivers/pci/
Dfixups-se7751.c32 #define PCIC_WRITE(x,v) writel((v), PCI_REG(x))
33 #define PCIC_READ(x) readl(PCI_REG(x))
Dops-sh7786.c51 *data = pci_read_reg(chan, PCI_REG(reg)); in sh7786_pcie_config_access()
53 pci_write_reg(chan, *data, PCI_REG(reg)); in sh7786_pcie_config_access()
Dpcie-sh7786.h563 #define PCI_REG(x) ((x) + 0x40000) macro