Searched refs:soc_phys (Results 1 – 1 of 1) sorted by relevance
534 vm_offset_t soc_phys = 0; in pe_arm_map_interrupt_controller() local538 soc_phys = gSocPhys; in pe_arm_map_interrupt_controller()539 kprintf("pe_arm_map_interrupt_controller: soc_phys: 0x%lx\n", (unsigned long)soc_phys); in pe_arm_map_interrupt_controller()540 if (soc_phys == 0) { in pe_arm_map_interrupt_controller()547 gPicBase = ml_io_map(soc_phys + *reg_prop, *(reg_prop + 1)); in pe_arm_map_interrupt_controller()558 gTimerBase = ml_io_map(soc_phys + *reg_prop, *(reg_prop + 1)); in pe_arm_map_interrupt_controller()589 vm_offset_t soc_phys; in pe_arm_init_timer() local599 soc_phys = gSocPhys; in pe_arm_init_timer()