Searched refs:hypertas (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dfirmware.c61 * device-tree/ibm,hypertas-functions. Ultimately this functionality may
64 void __init fw_feature_init(const char *hypertas, unsigned long len) argument
71 for (s = hypertas; s < hypertas + len; s += strlen(s) + 1) {
H A Dpseries.h20 extern void __init fw_feature_init(const char *hypertas, unsigned long len);
H A Dsetup.c344 * fw_cmo_feature_init - FW_FEATURE_CMO is not stored in ibm,hypertas-functions,
448 const char *hypertas; local
455 hypertas = of_get_flat_dt_prop(node, "ibm,hypertas-functions", &len);
456 if (!hypertas)
460 fw_feature_init(hypertas, len);

Completed in 65 milliseconds