HomeSort by: relevance | last modified time | path
    Searched defs:psciver (Results 1 - 3 of 3) sorted by relevancy

  /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) {

Completed in 38 milliseconds