Lines Matching refs:SecureDTGetProperty
64 if ((kSuccess != SecureDTGetProperty(cpu, "state", &value, &size)) || in pe_identify_machine()
70 if (SecureDTGetProperty(cpu, "timebase-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
85 if (SecureDTGetProperty(cpu, "bus-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
102 if (SecureDTGetProperty(cpu, "memory-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
113 if (SecureDTGetProperty(cpu, "peripheral-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
124 if (SecureDTGetProperty(cpu, "fixed-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
132 if (SecureDTGetProperty(cpu, "clock-frequency", &value, &size) == kSuccess) { in pe_identify_machine()
172 SecureDTGetProperty(entryP, "device_type", (void const **)&tmpStr, &prop_size); in pe_arm_get_soc_base_phys()
176 SecureDTGetProperty(entryP, "ranges", (void const **)&ranges_prop, &prop_size); in pe_arm_get_soc_base_phys()
208 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in pe_arm_map_interrupt_controller()
219 SecureDTGetProperty(entryP, "reg", (void const **)®_prop, &prop_size); in pe_arm_map_interrupt_controller()