Lines Matching refs:fw_features
2230 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() argument
2236 np = of_get_child_by_name(fw_features, name); in have_fw_feat()
2246 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local
2256 fw_features = of_get_child_by_name(np, "fw-features"); in kvmppc_get_cpu_char()
2258 if (!fw_features) in kvmppc_get_cpu_char()
2260 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2263 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2266 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2269 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2272 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2275 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2278 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2289 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2292 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2295 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2298 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2306 of_node_put(fw_features); in kvmppc_get_cpu_char()