Symbol: pci_read_reg
arch/sh/drivers/pci/ops-sh4.c
35
data = pci_read_reg(chan, SH4_PCIPDR);
arch/sh/drivers/pci/ops-sh4.c
70
data = pci_read_reg(chan, SH4_PCIPDR);
arch/sh/drivers/pci/ops-sh7786.c
51
*data = pci_read_reg(chan, PCI_REG(reg));
arch/sh/drivers/pci/ops-sh7786.c
61
pci_write_reg(chan, pci_read_reg(chan, SH4A_PCIEERRFR), SH4A_PCIEERRFR);
arch/sh/drivers/pci/ops-sh7786.c
71
if (pci_read_reg(chan, SH4A_PCIEERRFR) & 0x10)
arch/sh/drivers/pci/ops-sh7786.c
75
if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28)))
arch/sh/drivers/pci/ops-sh7786.c
79
*data = pci_read_reg(chan, SH4A_PCIEPDR);
arch/sh/drivers/pci/pci-sh7751.c
86
id = pci_read_reg(chan, SH7751_PCICONF0);
arch/sh/drivers/pci/pcie-sh7786.c
159
if (pci_read_reg(chan, SH4A_PCIEPHYADRR) & (1 << BITS_ACK))
arch/sh/drivers/pci/pcie-sh7786.c
173
if ((pci_read_reg(chan, SH4A_PCIEINTR) & mask) == mask)
arch/sh/drivers/pci/pcie-sh7786.c
282
if (pci_read_reg(chan, SH4A_PCIEPHYSR))
arch/sh/drivers/pci/pcie-sh7786.c
319
data = pci_read_reg(chan, SH4A_PCIEEXPCAP0);
arch/sh/drivers/pci/pcie-sh7786.c
334
data = pci_read_reg(chan, SH4A_PCIEEXPCAP4);
arch/sh/drivers/pci/pcie-sh7786.c
340
data = pci_read_reg(chan, SH4A_PCIEEXPCAP5);
arch/sh/drivers/pci/pcie-sh7786.c
346
data = pci_read_reg(chan, SH4A_PCIETLCTLR);
arch/sh/drivers/pci/pcie-sh7786.c
355
data = pci_read_reg(chan, SH4A_PCIEMACCTLR);
arch/sh/drivers/pci/pcie-sh7786.c
397
data = pci_read_reg(chan, SH4A_PCIETCTLR);
arch/sh/drivers/pci/pcie-sh7786.c
405
data = pci_read_reg(chan, SH4A_PCIEDLINTENR);
arch/sh/drivers/pci/pcie-sh7786.c
410
data = pci_read_reg(chan, SH4A_PCIEMACCTLR);
arch/sh/drivers/pci/pcie-sh7786.c
421
data = pci_read_reg(chan, SH4A_PCIEPCICONF1);
arch/sh/drivers/pci/pcie-sh7786.c
433
data = pci_read_reg(chan, SH4A_PCIEMACSR);