Home
last modified time | relevance | path

Searched refs:pci_read_reg (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.c282 if (pci_read_reg(chan, SH4A_PCIEPHYSR)) in phy_init()
319 data = pci_read_reg(chan, SH4A_PCIEEXPCAP0); in pcie_init()
334 data = pci_read_reg(chan, SH4A_PCIEEXPCAP4); in pcie_init()
340 data = pci_read_reg(chan, SH4A_PCIEEXPCAP5); in pcie_init()
346 data = pci_read_reg(chan, SH4A_PCIETLCTLR); in pcie_init()
355 data = pci_read_reg(chan, SH4A_PCIEMACCTLR); in pcie_init()
397 data = pci_read_reg(chan, SH4A_PCIETCTLR); in pcie_init()
405 data = pci_read_reg(chan, SH4A_PCIEDLINTENR); in pcie_init()
410 data = pci_read_reg(chan, SH4A_PCIEMACCTLR); in pcie_init()
421 data = pci_read_reg(chan, SH4A_PCIEPCICONF1); in pcie_init()
[all …]
H A Dops-sh7786.c51 *data = pci_read_reg(chan, PCI_REG(reg)); in sh7786_pcie_config_access()
61 pci_write_reg(chan, pci_read_reg(chan, SH4A_PCIEERRFR), SH4A_PCIEERRFR); in sh7786_pcie_config_access()
71 if (pci_read_reg(chan, SH4A_PCIEERRFR) & 0x10) in sh7786_pcie_config_access()
75 if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28))) in sh7786_pcie_config_access()
79 *data = pci_read_reg(chan, SH4A_PCIEPDR); in sh7786_pcie_config_access()
H A Dops-sh4.c35 data = pci_read_reg(chan, SH4_PCIPDR); in sh4_pci_read()
70 data = pci_read_reg(chan, SH4_PCIPDR); in sh4_pci_write()
H A Dpci-sh4.h176 static inline unsigned long pci_read_reg(struct pci_channel *chan, in pci_read_reg() function
H A Dpci-sh7751.c86 id = pci_read_reg(chan, SH7751_PCICONF0); in sh7751_pci_init()
H A Dpcie-sh7786.h572 pci_read_reg(struct pci_channel *chan, unsigned long reg) in pci_read_reg() function