Lines Matching full:fans
56 #define FCU_RPM_FAIL 0x0b /* fans states in bits 0<1-6>7 */
340 /* It seems that we can read the fans rpm. */ in fcu_fan_get_rpm()
424 /* It seems that we can read the fans pwm. */ in fcu_fan_get_pwm()
441 * This function returns the number of fans. If we call it the second time
582 /* Count the actual number of fans. */ in fcu_attach_fans()
585 device_printf(dev, "%d fans detected!\n", sc->sc_nfans); in fcu_attach_fans()
588 device_printf(dev, "WARNING: No fans detected!\n"); in fcu_attach_fans()
597 SYSCTL_CHILDREN(device_get_sysctl_tree(dev)), OID_AUTO, "fans", in fcu_attach_fans()
603 /* Register fans with pmac_thermal */ in fcu_attach_fans()
607 /* Add sysctls for the fans. */ in fcu_attach_fans()
664 device_printf(dev, "Fans\n"); in fcu_attach_fans()