Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/drivers/pci/
Dpcie-sh7786.c157 if (pci_read_reg(chan, SH4A_PCIEPHYADRR) & (1 << BITS_ACK)) in phy_wait_for_ack()
171 if ((pci_read_reg(chan, SH4A_PCIEINTR) & mask) == mask) in pci_wait_for_irq()
280 if (pci_read_reg(chan, SH4A_PCIEPHYSR)) in phy_init()
318 data = pci_read_reg(chan, SH4A_PCIEEXPCAP0); in pcie_init()
333 data = pci_read_reg(chan, SH4A_PCIEEXPCAP4); in pcie_init()
339 data = pci_read_reg(chan, SH4A_PCIEEXPCAP5); in pcie_init()
345 data = pci_read_reg(chan, SH4A_PCIETLCTLR); in pcie_init()
354 data = pci_read_reg(chan, SH4A_PCIEMACCTLR); in pcie_init()
387 data = pci_read_reg(chan, SH4A_PCIETCTLR); in pcie_init()
395 data = pci_read_reg(chan, SH4A_PCIEDLINTENR); in pcie_init()
[all …]
Dops-sh7786.c54 *data = pci_read_reg(chan, PCI_REG(reg)); in sh7786_pcie_config_access()
64 pci_write_reg(chan, pci_read_reg(chan, SH4A_PCIEERRFR), SH4A_PCIEERRFR); in sh7786_pcie_config_access()
74 if (pci_read_reg(chan, SH4A_PCIEERRFR) & 0x10) in sh7786_pcie_config_access()
78 if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28))) in sh7786_pcie_config_access()
82 *data = pci_read_reg(chan, SH4A_PCIEPDR); in sh7786_pcie_config_access()
Dops-sh4.c38 data = pci_read_reg(chan, SH4_PCIPDR); in sh4_pci_read()
73 data = pci_read_reg(chan, SH4_PCIPDR); in sh4_pci_write()
Dpci-sh4.h183 static inline unsigned long pci_read_reg(struct pci_channel *chan, in pci_read_reg() function
Dpci-sh7751.c89 id = pci_read_reg(chan, SH7751_PCICONF0); in sh7751_pci_init()
Dpcie-sh7786.h578 pci_read_reg(struct pci_channel *chan, unsigned long reg) in pci_read_reg() function