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

/linux-4.4.14/arch/sh/drivers/pci/
H A Dops-sh7786.c54 *data = pci_read_reg(chan, PCI_REG(reg)); sh7786_pcie_config_access()
64 pci_write_reg(chan, pci_read_reg(chan, SH4A_PCIEERRFR), SH4A_PCIEERRFR); sh7786_pcie_config_access()
74 if (pci_read_reg(chan, SH4A_PCIEERRFR) & 0x10) sh7786_pcie_config_access()
78 if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28))) sh7786_pcie_config_access()
82 *data = pci_read_reg(chan, SH4A_PCIEPDR); sh7786_pcie_config_access()
H A Dpcie-sh7786.c158 if (pci_read_reg(chan, SH4A_PCIEPHYADRR) & (1 << BITS_ACK)) phy_wait_for_ack()
172 if ((pci_read_reg(chan, SH4A_PCIEINTR) & mask) == mask) pci_wait_for_irq()
281 if (pci_read_reg(chan, SH4A_PCIEPHYSR)) phy_init()
319 data = pci_read_reg(chan, SH4A_PCIEEXPCAP0); pcie_init()
334 data = pci_read_reg(chan, SH4A_PCIEEXPCAP4); pcie_init()
340 data = pci_read_reg(chan, SH4A_PCIEEXPCAP5); pcie_init()
346 data = pci_read_reg(chan, SH4A_PCIETLCTLR); pcie_init()
355 data = pci_read_reg(chan, SH4A_PCIEMACCTLR); pcie_init()
388 data = pci_read_reg(chan, SH4A_PCIETCTLR); pcie_init()
396 data = pci_read_reg(chan, SH4A_PCIEDLINTENR); pcie_init()
401 data = pci_read_reg(chan, SH4A_PCIEMACCTLR); pcie_init()
412 data = pci_read_reg(chan, SH4A_PCIEPCICONF1); pcie_init()
424 data = pci_read_reg(chan, SH4A_PCIEMACSR); pcie_init()
H A Dops-sh4.c38 data = pci_read_reg(chan, SH4_PCIPDR); sh4_pci_read()
73 data = pci_read_reg(chan, SH4_PCIPDR); sh4_pci_write()
H A Dpci-sh7751.c89 id = pci_read_reg(chan, SH7751_PCICONF0); sh7751_pci_init()
H A Dpci-sh4.h175 static inline unsigned long pci_read_reg(struct pci_channel *chan, pci_read_reg() function
H A Dpcie-sh7786.h575 pci_read_reg(struct pci_channel *chan, unsigned long reg) pci_read_reg() function

Completed in 165 milliseconds