Lines Matching refs:fw_features
2169 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() argument
2175 np = of_get_child_by_name(fw_features, name); in have_fw_feat()
2185 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local
2195 fw_features = of_get_child_by_name(np, "fw-features"); in kvmppc_get_cpu_char()
2197 if (!fw_features) in kvmppc_get_cpu_char()
2199 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2202 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2205 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2208 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2211 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2214 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2224 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2227 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2230 if (!have_fw_feat(fw_features, "disabled", in kvmppc_get_cpu_char()
2237 of_node_put(fw_features); in kvmppc_get_cpu_char()