Searched refs:OpenPIC_Addr (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | prep_pci.c | 702 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 …]
|
D | sandpoint.c | 431 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()
|
D | lopec_setup.c | 227 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()
|
D | pplus_setup.c | 250 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()
|
D | chrp_smp.c | 123 if (OpenPIC_Addr) in smp_chrp_setup_cpu()
|
D | gemini_setup.c | 134 OpenPIC_Addr = (volatile struct OpenPIC *) in gemini_openpic_init() 522 if (OpenPIC_Addr) in smp_gemini_setup_cpu()
|
D | chrp_setup.c | 377 OpenPIC_Addr = ioremap(np->addrs[0].address, 0x40000); in chrp_find_openpic() 378 if (OpenPIC_Addr == NULL) { in chrp_find_openpic()
|
D | prep_setup.c | 1007 if (OpenPIC_Addr != NULL) { in prep_init_IRQ() 1088 if (OpenPIC_Addr) in smp_prep_setup_cpu()
|
D | pmac_pic.c | 364 OpenPIC_Addr = ioremap(irqctrler->addrs[0].address, in pmac_pic_init()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pplus_common.c | 169 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()
|
D | open_pic.c | 28 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()
|
D | mpc10x_common.c | 239 OpenPIC_Addr = in mpc10x_bridge_init()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | open_pic.h | 29 extern void* OpenPIC_Addr;
|
D | open_pic.c | 32 void* OpenPIC_Addr; variable 297 if (!OpenPIC_Addr) { in openpic_init() 301 OpenPIC = (volatile struct OpenPIC *)OpenPIC_Addr; in openpic_init()
|
D | chrp_setup.c | 183 OpenPIC_Addr = __ioremap(openpic, 0x40000, _PAGE_NO_CACHE); in chrp_setup_arch()
|
D | smp.c | 351 if (OpenPIC_Addr) { in smp_chrp_setup_cpu()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | open_pic.h | 38 extern void* OpenPIC_Addr;
|