Lines Matching full:bank2
51 /* max nr of sensors in bank2, currently mb's with max 6 fans are known */
224 * of a sensor is a volt or a temp sensor, for bank2 and the pwms its
226 * sysfs entries per sensor, for bank2 and pwms 6.
250 /* Bank 2 data, ABIT_UGURU_MAX_BANK2_SENSORS entries for bank2 */
251 u8 bank2_sensors; /* actual number of bank2 sensors found */
255 /* Alarms 2 bytes for bank1, 1 byte for bank2 */
623 * These functions try to find out how many sensors there are in bank2 and how
631 * Although the uGuru allows reading (settings) from non existing bank2
665 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors()
674 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors()
683 ABIT_UGURU_DEBUG(2, " bank2 sensor %d does not seem " in abituguru_detect_no_bank2_sensors()
1317 * Note: We don't know how many bank2 sensors / pwms there really are, in abituguru_probe()
1373 /* Detect number of sensors and fill the sysfs attr for bank2 (fans) */ in abituguru_probe()