Lines Matching refs:fw_features
2244 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() argument
2250 np = of_get_child_by_name(fw_features, name); in have_fw_feat()
2260 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local
2270 fw_features = of_get_child_by_name(np, "fw-features"); in kvmppc_get_cpu_char()
2272 if (!fw_features) in kvmppc_get_cpu_char()
2274 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2277 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2280 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2283 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2286 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, "enabled", in kvmppc_get_cpu_char()
2303 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2306 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2309 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2312 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2320 of_node_put(fw_features); in kvmppc_get_cpu_char()