/src/sys/arch/arm/fdt/ |
psci_fdt.c | 110 const char *method, *psciver; local in function:psci_fdt_init 114 psciver = fdtbus_get_string(phandle, "compatible"); 115 if (method == NULL || psciver == NULL) { 133 if (strcmp(psciver, "arm,psci") == 0) {
|
psci_fdt.c | 110 const char *method, *psciver; local in function:psci_fdt_init 114 psciver = fdtbus_get_string(phandle, "compatible"); 115 if (method == NULL || psciver == NULL) { 133 if (strcmp(psciver, "arm,psci") == 0) {
|
psci_fdt.c | 110 const char *method, *psciver; local in function:psci_fdt_init 114 psciver = fdtbus_get_string(phandle, "compatible"); 115 if (method == NULL || psciver == NULL) { 133 if (strcmp(psciver, "arm,psci") == 0) {
|