Home
last modified time | relevance | path

Searched refs:hypertas (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/pseries/
Dfirmware.c65 void __init fw_feature_init(const char *hypertas, unsigned long len) in fw_feature_init() argument
72 for (s = hypertas; s < hypertas + len; s += strlen(s) + 1) { in fw_feature_init()
Dpseries_energy.c44 const char *hypertas, *s; in check_for_h_best_energy() local
52 hypertas = of_get_property(rtas, "ibm,hypertas-functions", &length); in check_for_h_best_energy()
53 if (!hypertas) { in check_for_h_best_energy()
59 for (s = hypertas; s < hypertas + length; s += strlen(s) + 1) { in check_for_h_best_energy()
Dsetup.c551 const char *hypertas; in pSeries_probe_hypertas() local
558 hypertas = of_get_flat_dt_prop(node, "ibm,hypertas-functions", &len); in pSeries_probe_hypertas()
559 if (!hypertas) in pSeries_probe_hypertas()
563 fw_feature_init(hypertas, len); in pSeries_probe_hypertas()
Dpseries.h22 extern void __init fw_feature_init(const char *hypertas, unsigned long len);