Lines Matching refs:fw_features
2292 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() argument
2298 np = of_get_child_by_name(fw_features, name); in have_fw_feat()
2308 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local
2318 fw_features = of_get_child_by_name(np, "fw-features"); in kvmppc_get_cpu_char()
2320 if (!fw_features) in kvmppc_get_cpu_char()
2322 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2325 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2328 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2331 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2334 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2337 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2340 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2351 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2354 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2357 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2360 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2368 of_node_put(fw_features); in kvmppc_get_cpu_char()