Lines Matching full:smu
3 * Windfarm PowerMac thermal control. SMU based sensors
22 #include <asm/smu.h>
37 * Various SMU "partitions" calibration objects for which we
47 * SMU basic sensors objects
54 u32 reg; /* index in SMU */
270 * SMU Power combo sensor object
411 struct device_node *smu, *sensors, *s; in smu_sensors_init() local
420 smu = of_find_node_by_type(NULL, "smu"); in smu_sensors_init()
421 if (smu == NULL) in smu_sensors_init()
425 for_each_child_of_node(smu, sensors) in smu_sensors_init()
429 of_node_put(smu); in smu_sensors_init()
478 MODULE_DESCRIPTION("SMU sensor objects for PowerMacs thermal control");