Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/drivers/pci/
Dpci-sh5.c58 pci_int = SH5PCI_READ(INT); in pcish5_err_irq()
59 pci_cir = SH5PCI_READ(CIR); in pcish5_err_irq()
60 pci_air = SH5PCI_READ(AIR); in pcish5_err_irq()
70 pci_aint = SH5PCI_READ(AINT); in pcish5_err_irq()
138 uval = SH5PCI_READ(CR); in sh5pci_init()
144 uval=SH5PCI_READ(CR); in sh5pci_init()
Dops-sh5.c35 *val = SH5PCI_READ(PDR); in sh5pci_read()
Dpci-sh5.h92 #define SH5PCI_READ(reg) __raw_readl(PCISH5_ICR_REG(reg)) macro