Home
last modified time | relevance | path

Searched refs:OpenPIC_Addr (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dprep_pci.c702 OpenPIC_Addr = NULL; in raven_init()
708 OpenPIC_Addr = NULL; in raven_init()
723 OpenPIC_Addr = NULL; in raven_init()
732 OpenPIC_Addr = NULL; in raven_init()
737 OpenPIC_Addr = ioremap(pci_membase+0xC0000000, 0x22000); in raven_init()
845 OpenPIC_Addr = ioremap(addr, len); in ibm_prep_init()
852 "mapped to 0x%p\n", addr, real_addr, len, OpenPIC_Addr); in ibm_prep_init()
1008 if (( _prep_type == _PREP_Motorola) && (OpenPIC_Addr)) { in prep_pib_init()
1038 if (OpenPIC_Addr){ in prep_pib_init()
1048 if (OpenPIC_Addr){ in prep_pib_init()
[all …]
Dsandpoint.c431 openpic_set_sources(0, 1, OpenPIC_Addr + 0x10200); in sandpoint_init_IRQ()
433 openpic_set_sources(1, 4, OpenPIC_Addr + 0x10240); in sandpoint_init_IRQ()
435 openpic_set_sources(5, 2, OpenPIC_Addr + 0x10300); in sandpoint_init_IRQ()
437 openpic_set_sources(7, 3, OpenPIC_Addr + 0x11020); in sandpoint_init_IRQ()
439 openpic_set_sources(10, 1, OpenPIC_Addr + 0x110C0); in sandpoint_init_IRQ()
Dlopec_setup.c227 openpic_set_sources(0, 16, OpenPIC_Addr + 0x10200); in lopec_init_IRQ()
229 openpic_set_sources(16, 3, OpenPIC_Addr + 0x11020); in lopec_init_IRQ()
231 openpic_set_sources(19, 1, OpenPIC_Addr + 0x110C0); in lopec_init_IRQ()
Dpplus_setup.c250 if (OpenPIC_Addr != NULL) { in pplus_init_IRQ()
251 openpic_set_sources(0, 16, OpenPIC_Addr+0x10000); in pplus_init_IRQ()
334 if (OpenPIC_Addr) in smp_pplus_setup_cpu()
Dchrp_smp.c123 if (OpenPIC_Addr) in smp_chrp_setup_cpu()
Dgemini_setup.c134 OpenPIC_Addr = (volatile struct OpenPIC *) in gemini_openpic_init()
522 if (OpenPIC_Addr) in smp_gemini_setup_cpu()
Dchrp_setup.c377 OpenPIC_Addr = ioremap(np->addrs[0].address, 0x40000); in chrp_find_openpic()
378 if (OpenPIC_Addr == NULL) { in chrp_find_openpic()
Dprep_setup.c1007 if (OpenPIC_Addr != NULL) { in prep_init_IRQ()
1088 if (OpenPIC_Addr) in smp_prep_setup_cpu()
Dpmac_pic.c364 OpenPIC_Addr = ioremap(irqctrler->addrs[0].address, in pmac_pic_init()
/linux-2.4.37.9/arch/ppc/kernel/
Dpplus_common.c169 OpenPIC_Addr = ioremap(processor_mpic_base, PPLUS_MPIC_SIZE); in pplus_init()
301 OpenPIC_Addr = NULL; in pplus_mpic_init()
309 OpenPIC_Addr = NULL; in pplus_mpic_init()
314 OpenPIC_Addr = ioremap(pci_membase + pci_mem_offset, 0x22000); in pplus_mpic_init()
Dopen_pic.c28 void* OpenPIC_Addr; variable
295 src = &((struct OpenPIC *)OpenPIC_Addr)->Source[first_irq]; in openpic_set_sources()
313 if (!OpenPIC_Addr) { in openpic_init()
317 OpenPIC = (volatile struct OpenPIC *)OpenPIC_Addr; in openpic_init()
Dmpc10x_common.c239 OpenPIC_Addr = in mpc10x_bridge_init()
/linux-2.4.37.9/arch/ppc64/kernel/
Dopen_pic.h29 extern void* OpenPIC_Addr;
Dopen_pic.c32 void* OpenPIC_Addr; variable
297 if (!OpenPIC_Addr) { in openpic_init()
301 OpenPIC = (volatile struct OpenPIC *)OpenPIC_Addr; in openpic_init()
Dchrp_setup.c183 OpenPIC_Addr = __ioremap(openpic, 0x40000, _PAGE_NO_CACHE); in chrp_setup_arch()
Dsmp.c351 if (OpenPIC_Addr) { in smp_chrp_setup_cpu()
/linux-2.4.37.9/include/asm-ppc/
Dopen_pic.h38 extern void* OpenPIC_Addr;