Lines Matching refs:SecureDTGetProperty
79 if ((kSuccess != SecureDTGetProperty(cpu, "state", &value, &size)) || in pe_identify_machine()
85 if (SecureDTGetProperty(cpu, "timebase-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
100 if (SecureDTGetProperty(cpu, "bus-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
117 if (SecureDTGetProperty(cpu, "memory-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
128 if (SecureDTGetProperty(cpu, "peripheral-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
139 if (SecureDTGetProperty(cpu, "fixed-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
147 if (SecureDTGetProperty(cpu, "clock-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
187 SecureDTGetProperty(entryP, "device_type", (void const **)&tmpStr, &prop_size); in pe_arm_get_soc_base_phys()
191 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys()
301 if (SecureDTGetProperty(entryP, entry_name, (void const **)®_prop, &prop_size) != kSuccess) { in pe_init_debug_command()
482 if (SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size) == kSuccess) { in pe_arm_init_debug()
532 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in pe_arm_map_interrupt_controller()
543 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in pe_arm_map_interrupt_controller()