Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/drivers/pci/
Dpcie-sh7786.c160 if (pci_read_reg(chan, SH4A_PCIEPHYADRR) & (1 << BITS_ACK)) in phy_wait_for_ack()
174 if ((pci_read_reg(chan, SH4A_PCIEINTR) & mask) == mask) in pci_wait_for_irq()
283 if (pci_read_reg(chan, SH4A_PCIEPHYSR)) in phy_init()
320 data = pci_read_reg(chan, SH4A_PCIEEXPCAP0); in pcie_init()
335 data = pci_read_reg(chan, SH4A_PCIEEXPCAP4); in pcie_init()
341 data = pci_read_reg(chan, SH4A_PCIEEXPCAP5); in pcie_init()
347 data = pci_read_reg(chan, SH4A_PCIETLCTLR); in pcie_init()
356 data = pci_read_reg(chan, SH4A_PCIEMACCTLR); in pcie_init()
398 data = pci_read_reg(chan, SH4A_PCIETCTLR); in pcie_init()
406 data = pci_read_reg(chan, SH4A_PCIEDLINTENR); in pcie_init()
[all …]
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()
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()
Dpci-sh4.h176 static inline unsigned long pci_read_reg(struct pci_channel *chan, in pci_read_reg() function
Dpci-sh7751.c86 id = pci_read_reg(chan, SH7751_PCICONF0); in sh7751_pci_init()
Dpcie-sh7786.h572 pci_read_reg(struct pci_channel *chan, unsigned long reg) in pci_read_reg() function