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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpcie-sh7786.c125 if (pci_read_reg(chan, SH4A_PCIEPHYADRR) & (1 << BITS_ACK))
139 if ((pci_read_reg(chan, SH4A_PCIEINTR) & mask) == mask)
157 ctrl = pci_read_reg(chan, SH4A_PCIEPHYCTLR);
173 ctrl = pci_read_reg(chan, SH4A_PCIEPHYCTLR);
195 if (pci_read_reg(chan, SH4A_PCIEPHYSR))
216 data = pci_read_reg(chan, SH4A_PCIEPCICONF3);
222 data = pci_read_reg(chan, SH4A_PCIEEXPCAP0);
237 data = pci_read_reg(chan, SH4A_PCIEEXPCAP4);
243 data = pci_read_reg(chan, SH4A_PCIEEXPCAP5);
249 data = pci_read_reg(cha
[all...]
H A Dops-sh4.c39 data = pci_read_reg(chan, SH4_PCIPDR);
74 data = pci_read_reg(chan, SH4_PCIPDR);
H A Dops-sh7786.c46 *data = pci_read_reg(chan, SH4A_PCIEPDR);
51 if (pci_read_reg(chan, SH4A_PCIEPCICONF1) & ((1 << 29) | (1 << 28)))
H A Dpci-sh4.h182 static inline unsigned long pci_read_reg(struct pci_channel *chan, function
H A Dpci-sh7751.c89 id = pci_read_reg(chan, SH7751_PCICONF0);
H A Dpcie-sh7786.h525 pci_read_reg(struct pci_channel *chan, unsigned long reg) function

Completed in 160 milliseconds