Searched refs:PCI_BASE (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/mips/nxp/pnx8550/common/ |
D | pci.c | 56 unsigned long dram_r0_lo = inl(PCI_BASE | 0x65010); in get_system_mem_size() 58 unsigned long dram_r1_hi = inl(PCI_BASE | 0x65018); in get_system_mem_size() 89 outl(pci_mem_resource.start, PCI_BASE | PCI_BASE1_LO); in pnx8550_pci_setup() 90 outl(pci_mem_resource.end + 1, PCI_BASE | PCI_BASE1_HI); in pnx8550_pci_setup() 91 outl(pci_io_resource.start, PCI_BASE | PCI_BASE2_LO); in pnx8550_pci_setup() 92 outl(pci_io_resource.end, PCI_BASE | PCI_BASE2_HI); in pnx8550_pci_setup() 95 outl(0x00000001, PCI_BASE | PCI_IO); in pnx8550_pci_setup() 98 outl(0xca, PCI_BASE | PCI_UNLOCKREG); in pnx8550_pci_setup() 105 outl(0x00000000, PCI_BASE | PCI_BASE10); in pnx8550_pci_setup() 112 outl(0x1be00000, PCI_BASE | PCI_BASE14); /* PNX MMIO */ in pnx8550_pci_setup() [all …]
|
D | setup.c | 85 unsigned long dram_r0_lo = inl(PCI_BASE | 0x65010); in get_system_mem_size() 87 unsigned long dram_r1_hi = inl(PCI_BASE | 0x65018); in get_system_mem_size()
|
/linux-2.6.39/arch/mips/pnx8550/common/ |
D | pci.c | 56 unsigned long dram_r0_lo = inl(PCI_BASE | 0x65010); in get_system_mem_size() 58 unsigned long dram_r1_hi = inl(PCI_BASE | 0x65018); in get_system_mem_size() 89 outl(pci_mem_resource.start, PCI_BASE | PCI_BASE1_LO); in pnx8550_pci_setup() 90 outl(pci_mem_resource.end + 1, PCI_BASE | PCI_BASE1_HI); in pnx8550_pci_setup() 91 outl(pci_io_resource.start, PCI_BASE | PCI_BASE2_LO); in pnx8550_pci_setup() 92 outl(pci_io_resource.end, PCI_BASE | PCI_BASE2_HI); in pnx8550_pci_setup() 95 outl(0x00000001, PCI_BASE | PCI_IO); in pnx8550_pci_setup() 98 outl(0xca, PCI_BASE | PCI_UNLOCKREG); in pnx8550_pci_setup() 105 outl(0x00000000, PCI_BASE | PCI_BASE10); in pnx8550_pci_setup() 112 outl(0x1be00000, PCI_BASE | PCI_BASE14); /* PNX MMIO */ in pnx8550_pci_setup() [all …]
|
D | setup.c | 84 unsigned long dram_r0_lo = inl(PCI_BASE | 0x65010); in get_system_mem_size() 86 unsigned long dram_r1_hi = inl(PCI_BASE | 0x65018); in get_system_mem_size()
|
/linux-2.6.39/arch/mips/pci/ |
D | ops-pnx8550.c | 37 pci_stat = inl(PCI_BASE | PCI_GPPM_STATUS); in clear_status() 38 outl(pci_stat, PCI_BASE | PCI_GPPM_ICLR); in clear_status() 61 if (inl(PCI_BASE | PCI_GPPM_STATUS)) { in config_access() 63 while (!(inl(PCI_BASE | PCI_GPPM_STATUS) == 0)) ; in config_access() 66 outl(ioaddr, PCI_BASE | PCI_GPPM_ADDR); in config_access() 69 outl(*val, PCI_BASE | PCI_GPPM_WDAT); in config_access() 72 PCI_BASE | PCI_GPPM_CTRL); in config_access() 78 if (inl(PCI_BASE | PCI_GPPM_STATUS) & GPPM_DONE) { in config_access() 81 *val = inl(PCI_BASE | PCI_GPPM_RDAT); in config_access() 85 } else if (inl(PCI_BASE | PCI_GPPM_STATUS) & GPPM_R_MABORT) { in config_access() [all …]
|
/linux-2.6.39/drivers/usb/host/ |
D | ohci-pnx8550.c | 42 outl(0x00000003, PCI_BASE | 0x0004770c); in pnx8550_start_hc() 47 outl(0x00000003, PCI_BASE | 0x00047710); in pnx8550_start_hc()
|
/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/ |
D | pci.h | 51 #define PCI_BASE 0x1be00000 macro
|