Lines Matching full:smu
3 * Windfarm PowerMac thermal control. SMU based sensors
21 #include <asm/smu.h>
36 * Various SMU "partitions" calibration objects for which we
46 * SMU basic sensors objects
53 u32 reg; /* index in SMU */
269 * SMU Power combo sensor object
410 struct device_node *smu, *sensors, *s; in smu_sensors_init() local
419 smu = of_find_node_by_type(NULL, "smu"); in smu_sensors_init()
420 if (smu == NULL) in smu_sensors_init()
424 for_each_child_of_node(smu, sensors) in smu_sensors_init()
428 of_node_put(smu); in smu_sensors_init()
477 MODULE_DESCRIPTION("SMU sensor objects for PowerMacs thermal control");