Searched refs:PCI_BASE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dpci.c56 unsigned long dram_r0_lo = inl(PCI_BASE | 0x65010);
58 unsigned long dram_r1_hi = inl(PCI_BASE | 0x65018);
89 outl(pci_mem_resource.start, PCI_BASE | PCI_BASE1_LO);
90 outl(pci_mem_resource.end + 1, PCI_BASE | PCI_BASE1_HI);
91 outl(pci_io_resource.start, PCI_BASE | PCI_BASE2_LO);
92 outl(pci_io_resource.end, PCI_BASE | PCI_BASE2_HI);
95 outl(0x00000001, PCI_BASE | PCI_IO);
98 outl(0xca, PCI_BASE | PCI_UNLOCKREG);
105 outl(0x00000000, PCI_BASE | PCI_BASE10);
112 outl(0x1be00000, PCI_BASE | PCI_BASE1
[all...]
H A Dsetup.c84 unsigned long dram_r0_lo = inl(PCI_BASE | 0x65010);
86 unsigned long dram_r1_hi = inl(PCI_BASE | 0x65018);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-pnx8550.c37 pci_stat = inl(PCI_BASE | PCI_GPPM_STATUS);
38 outl(pci_stat, PCI_BASE | PCI_GPPM_ICLR);
61 if (inl(PCI_BASE | PCI_GPPM_STATUS)) {
63 while (!(inl(PCI_BASE | PCI_GPPM_STATUS) == 0)) ;
66 outl(ioaddr, PCI_BASE | PCI_GPPM_ADDR);
69 outl(*val, PCI_BASE | PCI_GPPM_WDAT);
72 PCI_BASE | PCI_GPPM_CTRL);
78 if (inl(PCI_BASE | PCI_GPPM_STATUS) & GPPM_DONE) {
81 *val = inl(PCI_BASE | PCI_GPPM_RDAT);
85 } else if (inl(PCI_BASE | PCI_GPPM_STATU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-pnx8550.c42 outl(0x00000003, PCI_BASE | 0x0004770c);
47 outl(0x00000003, PCI_BASE | 0x00047710);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-pnx8550/
H A Dpci.h51 #define PCI_BASE 0x1be00000 macro

Completed in 59 milliseconds