Searched defs:smu_fan (Results 1 – 1 of 1) sorted by relevance
61 struct smu_fan { struct62 struct smu_softc* sc;64 char location[32];65 int reg;66 int zone;67 int rpm_ctl;68 int min_rpm;69 int max_rpm;70 int default_rpm;71 int wanted_rpm;[all …]