sphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}parenthsba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget!/translations/zh_CN/hwmon/asc7621modnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}hh2sbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget!/translations/zh_TW/hwmon/asc7621modnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}hhFsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget!/translations/it_IT/hwmon/asc7621modnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}hhZsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget!/translations/ja_JP/hwmon/asc7621modnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}hhnsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget!/translations/ko_KR/hwmon/asc7621modnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget!/translations/sp_SP/hwmon/asc7621modnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhsection)}(hhh](htitle)}(hKernel driver asc7621h]hKernel driver asc7621}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhh;/var/lib/git/docbuild/linux/Documentation/hwmon/asc7621.rsthKubh paragraph)}(hSupported chips:h]hSupported chips:}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh block_quote)}(hAndigilog aSC7621 and aSC7621a Prefix: 'asc7621' Addresses scanned: I2C 0x2c, 0x2d, 0x2e Datasheet: http://www.fairview5.com/linux/asc7621/asc7621.pdf h](h)}(hAndigilog aSC7621 and aSC7621ah]hAndigilog aSC7621 and aSC7621a}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhubh)}(hPrefix: 'asc7621'h]hPrefix: ‘asc7621’}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhubh)}(h'Addresses scanned: I2C 0x2c, 0x2d, 0x2eh]h'Addresses scanned: I2C 0x2c, 0x2d, 0x2e}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhubh)}(h=Datasheet: http://www.fairview5.com/linux/asc7621/asc7621.pdfh](h Datasheet: }(hhhhhNhNubh reference)}(h2http://www.fairview5.com/linux/asc7621/asc7621.pdfh]h2http://www.fairview5.com/linux/asc7621/asc7621.pdf}(hjhhhNhNubah}(h]h ]h"]h$]h&]refurijuh1hhhubeh}(h]h ]h"]h$]h&]uh1hhhhK hhubeh}(h]h ]h"]h$]h&]uh1hhhhKhhhhubhdefinition_list)}(hhh]hdefinition_list_item)}(hAuthor: George Joseph h](hterm)}(hAuthor:h]hAuthor:}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhj#ubh definition)}(hhh]h)}(h George Josephh]h George Joseph}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj9ubah}(h]h ]h"]h$]h&]uh1j7hj#ubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjubah}(h]h ]h"]h$]h&]uh1jhhhhhhhNubh)}(h/Description provided by Dave Pivin @ Andigilog:h]h/Description provided by Dave Pivin @ Andigilog:}(hj\hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXBAndigilog has both the PECI and pre-PECI versions of the Heceta-6, as Intel calls them. Heceta-6e has high frequency PWM and Heceta-6p has added PECI and a 4th thermal zone. The Andigilog aSC7611 is the Heceta-6e part and aSC7621 is the Heceta-6p part. They are both in volume production, shipping to Intel and their subs.h]hXBAndigilog has both the PECI and pre-PECI versions of the Heceta-6, as Intel calls them. Heceta-6e has high frequency PWM and Heceta-6p has added PECI and a 4th thermal zone. The Andigilog aSC7611 is the Heceta-6e part and aSC7621 is the Heceta-6p part. They are both in volume production, shipping to Intel and their subs.}(hjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hWe have enhanced both parts relative to the governing Intel specification. First enhancement is temperature reading resolution. We have used registers below 20h for vendor-specific functions in addition to those in the Intel-specified vendor range.h]hWe have enhanced both parts relative to the governing Intel specification. First enhancement is temperature reading resolution. We have used registers below 20h for vendor-specific functions in addition to those in the Intel-specified vendor range.}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hXPOur conversion process produces a result that is reported as two bytes. The fan speed control uses this finer value to produce a "step-less" fan PWM output. These two bytes are "read-locked" to guarantee that once a high or low byte is read, the other byte is locked-in until after the next read of any register. So to get an atomic reading, read high or low byte, then the very next read should be the opposite byte. Our data sheet says 10-bits of resolution, although you may find the lower bits are active, they are not necessarily reliable or useful externally. We chose not to mask them.h]hXXOur conversion process produces a result that is reported as two bytes. The fan speed control uses this finer value to produce a “step-less” fan PWM output. These two bytes are “read-locked” to guarantee that once a high or low byte is read, the other byte is locked-in until after the next read of any register. So to get an atomic reading, read high or low byte, then the very next read should be the opposite byte. Our data sheet says 10-bits of resolution, although you may find the lower bits are active, they are not necessarily reliable or useful externally. We chose not to mask them.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hX(We employ significant filtering that is user tunable as described in the data sheet. Our temperature reports and fan PWM outputs are very smooth when compared to the competition, in addition to the higher resolution temperature reports. The smoother PWM output does not require user intervention.h]hX(We employ significant filtering that is user tunable as described in the data sheet. Our temperature reports and fan PWM outputs are very smooth when compared to the competition, in addition to the higher resolution temperature reports. The smoother PWM output does not require user intervention.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK)hhhhubh)}(hWe offer GPIO features on the former VID pins. These are open-drain outputs or inputs and may be used as general purpose I/O or as alarm outputs that are based on temperature limits. These are in 19h and 1Ah.h]hWe offer GPIO features on the former VID pins. These are open-drain outputs or inputs and may be used as general purpose I/O or as alarm outputs that are based on temperature limits. These are in 19h and 1Ah.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK/hhhhubh)}(hWe offer flexible mapping of temperature readings to thermal zones. Any temperature may be mapped to any zone, which has a default assignment that follows Intel's specs.h]hWe offer flexible mapping of temperature readings to thermal zones. Any temperature may be mapped to any zone, which has a default assignment that follows Intel’s specs.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK3hhhhubh)}(hX#Since there is a fan to zone assignment that allows for the "hotter" of a set of zones to control the PWM of an individual fan, but there is no indication to the user, we have added an indicator that shows which zone is currently controlling the PWM for a given fan. This is in register 00h.h]hX'Since there is a fan to zone assignment that allows for the “hotter” of a set of zones to control the PWM of an individual fan, but there is no indication to the user, we have added an indicator that shows which zone is currently controlling the PWM for a given fan. This is in register 00h.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK7hhhhubh)}(hBoth remote diode temperature readings may be given an offset value such that the reported reading as well as the temperature used to determine PWM may be offset for system calibration purposes.h]hBoth remote diode temperature readings may be given an offset value such that the reported reading as well as the temperature used to determine PWM may be offset for system calibration purposes.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK=hhhhubh)}(hXPECI Extended configuration allows for having more than two domains per PECI address and also provides an enabling function for each PECI address. One could use our flexible zone assignment to have a zone assigned to up to 4 PECI addresses. This is not possible in the default Intel configuration. This would be useful in multi-CPU systems with individual fans on each that would benefit from individual fan control. This is in register 0Eh.h]hXPECI Extended configuration allows for having more than two domains per PECI address and also provides an enabling function for each PECI address. One could use our flexible zone assignment to have a zone assigned to up to 4 PECI addresses. This is not possible in the default Intel configuration. This would be useful in multi-CPU systems with individual fans on each that would benefit from individual fan control. This is in register 0Eh.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKAhhhhubh)}(hThe tachometer measurement system is flexible and able to adapt to many fan types. We can also support pulse-stretched PWM so that 3-wire fans may be used. These characteristics are in registers 04h to 07h.h]hThe tachometer measurement system is flexible and able to adapt to many fan types. We can also support pulse-stretched PWM so that 3-wire fans may be used. These characteristics are in registers 04h to 07h.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKIhhhhubh)}(hFinally, we have added a tach disable function that turns off the tach measurement system for individual tachs in order to save power. That is in register 75h.h]hFinally, we have added a tach disable function that turns off the tach measurement system for individual tachs in order to save power. That is in register 75h.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKMhhhhubh transition)}(hJ--------------------------------------------------------------------------h]h}(h]h ]h"]h$]h&]uh1jhhhKQhhhhubh)}(hhh](h)}(haSC7621 Product Descriptionh]haSC7621 Product Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhKTubh)}(hX The aSC7621 has a two wire digital interface compatible with SMBus 2.0. Using a 10-bit ADC, the aSC7621 measures the temperature of two remote diode connected transistors as well as its own die. Support for Platform Environmental Control Interface (PECI) is included.h]hX The aSC7621 has a two wire digital interface compatible with SMBus 2.0. Using a 10-bit ADC, the aSC7621 measures the temperature of two remote diode connected transistors as well as its own die. Support for Platform Environmental Control Interface (PECI) is included.}(hj!hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKVhjhhubh)}(hUsing temperature information from these four zones, an automatic fan speed control algorithm is employed to minimize acoustic impact while achieving recommended CPU temperature under varying operational loads.h]hUsing temperature information from these four zones, an automatic fan speed control algorithm is employed to minimize acoustic impact while achieving recommended CPU temperature under varying operational loads.}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK[hjhhubh)}(hTo set fan speed, the aSC7621 has three independent pulse width modulation (PWM) outputs that are controlled by one, or a combination of three, temperature zones. Both high- and low-frequency PWM ranges are supported.h]hTo set fan speed, the aSC7621 has three independent pulse width modulation (PWM) outputs that are controlled by one, or a combination of three, temperature zones. Both high- and low-frequency PWM ranges are supported.}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK_hjhhubh)}(hThe aSC7621 also includes a digital filter that can be invoked to smooth temperature readings for better control of fan speed and minimum acoustic impact.h]hThe aSC7621 also includes a digital filter that can be invoked to smooth temperature readings for better control of fan speed and minimum acoustic impact.}(hjKhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKchjhhubh)}(hThe aSC7621 has tachometer inputs to measure fan speed on up to four fans. Limit and status registers for all measured values are included to alert the system host that any measurements are outside of programmed limits via status registers.h]hThe aSC7621 has tachometer inputs to measure fan speed on up to four fans. Limit and status registers for all measured values are included to alert the system host that any measurements are outside of programmed limits via status registers.}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKghjhhubh)}(hSystem voltages of VCCP, 2.5V, 3.3V, 5.0V, and 12V motherboard power are monitored efficiently with internal scaling resistors.h]hSystem voltages of VCCP, 2.5V, 3.3V, 5.0V, and 12V motherboard power are monitored efficiently with internal scaling resistors.}(hjghhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKlhjhhubh)}(hhh](h)}(hFeaturesh]hFeatures}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjuhhhhhKpubh bullet_list)}(hhh](h list_item)}(hGSupports PECI interface and monitors internal and remote thermal diodesh]h)}(hjh]hGSupports PECI interface and monitors internal and remote thermal diodes}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKrhjubah}(h]h ]h"]h$]h&]uh1jhjhhhhhNubj)}(h-2-wire, SMBus 2.0 compliant, serial interfaceh]h)}(hjh]h-2-wire, SMBus 2.0 compliant, serial interface}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKshjubah}(h]h ]h"]h$]h&]uh1jhjhhhhhNubj)}(h 10-bit ADCh]h)}(hjh]h 10-bit ADC}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKthjubah}(h]h ]h"]h$]h&]uh1jhjhhhhhNubj)}(hGMonitors VCCP, 2.5V, 3.3V, 5.0V, and 12V motherboard/processor suppliesh]h)}(hjh]hGMonitors VCCP, 2.5V, 3.3V, 5.0V, and 12V motherboard/processor supplies}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKuhjubah}(h]h ]h"]h$]h&]uh1jhjhhhhhNubj)}(hAProgrammable autonomous fan control based on temperature readingsh]h)}(hjh]hAProgrammable autonomous fan control based on temperature readings}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKvhjubah}(h]h ]h"]h$]h&]uh1jhjhhhhhNubj)}(hubah}(h]h ]h"]h$]h&]uh1jhj%ubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj^ubah}(h]h ]h"]h$]h&]uh1jhj[ubj)}(hhh]h)}(hRemote 1 Temperatureh]hRemote 1 Temperature}(hjwhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjtubah}(h]h ]h"]h$]h&]uh1jhj[ubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hjh]h2}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hRemote 2 Temperatureh]hRemote 2 Temperature}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hjh]h3}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hInternal Temperatureh]hInternal Temperature}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hjh]h4}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hPECI Processor Temperature 0h]hPECI Processor Temperature 0}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hj6h]h5}(hj9 hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj6 ubah}(h]h ]h"]h$]h&]uh1jhj3 ubj)}(hhh]h)}(hPECI Processor Temperature 1h]hPECI Processor Temperature 1}(hjO hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjL ubah}(h]h ]h"]h$]h&]uh1jhj3 ubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hjmh]h6}(hjo hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjl ubah}(h]h ]h"]h$]h&]uh1jhji ubj)}(hhh]h)}(hPECI Processor Temperature 2h]hPECI Processor Temperature 2}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhji ubeh}(h]h ]h"]h$]h&]uh1jhj"ubj)}(hhh](j)}(hhh]h)}(hjh]h7}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hPECI Processor Temperature 3h]hPECI Processor Temperature 3}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj"ubeh}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hXtemp4_source = =============================================== 0 (default) peci_legacy = 0, PECI Processor Temperature 0 peci_legacy = 1, Remote 1 Temperature 1 Remote 1 Temperature 2 Remote 2 Temperature 3 Internal Temperature 4 PECI Processor Temperature 0 5 PECI Processor Temperature 1 6 PECI Processor Temperature 2 7 PECI Processor Temperature 3 = =============================================== h](j()}(h temp4_sourceh]h temp4_source}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhj ubj8)}(hhh]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhj ubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK7uh1jhj ubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hj, hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj) ubah}(h]h ]h"]h$]h&]uh1jhj& ubj)}(hhh]h)}(h](default) peci_legacy = 0, PECI Processor Temperature 0 peci_legacy = 1, Remote 1 Temperatureh]h](default) peci_legacy = 0, PECI Processor Temperature 0 peci_legacy = 1, Remote 1 Temperature}(hjB hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj? ubah}(h]h ]h"]h$]h&]uh1jhj& ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hjb hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj_ ubah}(h]h ]h"]h$]h&]uh1jhj\ ubj)}(hhh]h)}(hRemote 1 Temperatureh]hRemote 1 Temperature}(hjx hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhju ubah}(h]h ]h"]h$]h&]uh1jhj\ ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hjh]h2}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hRemote 2 Temperatureh]hRemote 2 Temperature}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hjh]h3}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hInternal Temperatureh]hInternal Temperature}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hjh]h4}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hPECI Processor Temperature 0h]hPECI Processor Temperature 0}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hj6h]h5}(hj: hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj7 ubah}(h]h ]h"]h$]h&]uh1jhj4 ubj)}(hhh]h)}(hPECI Processor Temperature 1h]hPECI Processor Temperature 1}(hjP hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjM ubah}(h]h ]h"]h$]h&]uh1jhj4 ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hjmh]h6}(hjp hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjm ubah}(h]h ]h"]h$]h&]uh1jhjj ubj)}(hhh]h)}(hPECI Processor Temperature 2h]hPECI Processor Temperature 2}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhjj ubeh}(h]h ]h"]h$]h&]uh1jhj# ubj)}(hhh](j)}(hhh]h)}(hjh]h7}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hPECI Processor Temperature 3h]hPECI Processor Temperature 3}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj# ubeh}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]colsKuh1jhj ubah}(h]h ]h"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]uh1j7hj ubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(htemp[1-4]_smoothing_enable / temp[1-4]_smoothing_time Smooths spikes in temp readings caused by noise. Valid values in milliseconds are: * 35000 * 17600 * 11800 * 7000 * 4400 * 3000 * 1600 * 800 h](j()}(h5temp[1-4]_smoothing_enable / temp[1-4]_smoothing_timeh]h5temp[1-4]_smoothing_enable / temp[1-4]_smoothing_time}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhj ubj8)}(hhh](h)}(hRSmooths spikes in temp readings caused by noise. Valid values in milliseconds are:h]hRSmooths spikes in temp readings caused by noise. Valid values in milliseconds are:}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubj)}(hhh](j)}(h35000h]h)}(hj h]h35000}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h17600h]h)}(hj4 h]h17600}(hj6 hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj2 ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h11800h]h)}(hjK h]h11800}(hjM hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjI ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h7000h]h)}(hjb h]h7000}(hjd hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj` ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h4400h]h)}(hjy h]h4400}(hj{ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjw ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h3000h]h)}(hj h]h3000}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h1600h]h)}(hj h]h1600}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h800 h]h)}(h800h]h800}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]j*uh1jhhhKhj ubeh}(h]h ]h"]h$]h&]uh1j7hj ubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hmtemp[1-4]_crit When the corresponding zone temperature reaches this value, ALL pwm outputs will got to 100%. h](j()}(htemp[1-4]_crith]htemp[1-4]_crit}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhj ubj8)}(hhh]h)}(h]When the corresponding zone temperature reaches this value, ALL pwm outputs will got to 100%.h]h]When the corresponding zone temperature reaches this value, ALL pwm outputs will got to 100%.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1j7hj ubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hX(temp[5-8]_input / temp[5-8]_enable The aSC7621 can also read temperatures provided by the processor via the PECI bus. Usually these are "core" temps and are relative to the point where the automatic thermal control circuit starts throttling. This means that these are usually negative numbers. h](j()}(h"temp[5-8]_input / temp[5-8]_enableh]h"temp[5-8]_input / temp[5-8]_enable}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhj ubj8)}(hhh]h)}(hXThe aSC7621 can also read temperatures provided by the processor via the PECI bus. Usually these are "core" temps and are relative to the point where the automatic thermal control circuit starts throttling. This means that these are usually negative numbers.h]hXThe aSC7621 can also read temperatures provided by the processor via the PECI bus. Usually these are “core” temps and are relative to the point where the automatic thermal control circuit starts throttling. This means that these are usually negative numbers.}(hj+ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj( ubah}(h]h ]h"]h$]h&]uh1j7hj ubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hX&pwm[1-3]_enable =============== ======================================================== 0 Fan off. 1 Fan on manual control. 2 Fan on automatic control and will run at the minimum pwm if the temperature for the zone is below the minimum. 3 Fan on automatic control but will be off if the temperature for the zone is below the minimum. 4-254 Ignored. 255 Fan on full. =============== ======================================================== h](j()}(hpwm[1-3]_enableh]hpwm[1-3]_enable}(hjI hhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhjE ubj8)}(hhh]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhj] ubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK8uh1jhj] ubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hj} hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjz ubah}(h]h ]h"]h$]h&]uh1jhjw ubj)}(hhh]h)}(hFan off.h]hFan off.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhjw ubeh}(h]h ]h"]h$]h&]uh1jhjt ubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hFan on manual control.h]hFan on manual control.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhjt ubj)}(hhh](j)}(hhh]h)}(hjh]h2}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hhh]h)}(hnFan on automatic control and will run at the minimum pwm if the temperature for the zone is below the minimum.h]hnFan on automatic control and will run at the minimum pwm if the temperature for the zone is below the minimum.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhjt ubj)}(hhh](j)}(hhh]h)}(hjh]h3}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h^Fan on automatic control but will be off if the temperature for the zone is below the minimum.h]h^Fan on automatic control but will be off if the temperature for the zone is below the minimum.}(hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj2ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjt ubj)}(hhh](j)}(hhh]h)}(h4-254h]h4-254}(hjUhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjRubah}(h]h ]h"]h$]h&]uh1jhjOubj)}(hhh]h)}(hIgnored.h]hIgnored.}(hjlhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjiubah}(h]h ]h"]h$]h&]uh1jhjOubeh}(h]h ]h"]h$]h&]uh1jhjt ubj)}(hhh](j)}(hhh]h)}(h255h]h255}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h Fan on full.h]h Fan on full.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjt ubeh}(h]h ]h"]h$]h&]uh1jhj] ubeh}(h]h ]h"]h$]h&]colsKuh1jhjZ ubah}(h]h ]h"]h$]h&]uh1jhjW ubah}(h]h ]h"]h$]h&]uh1j7hjE ubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hXpwm[1-3]_auto_channels Bitmap as described in sysctl-interface with the following exceptions... Only the following combination of zones (and their corresponding masks) are valid: * 1 * 2 * 3 * 2,3 * 1,2,3 * 4 * 1,2,3,4 * Special values: == ====================== 0 Disabled. 16 Fan on manual control. 31 Fan on full. == ====================== h](j()}(hpwm[1-3]_auto_channelsh]hpwm[1-3]_auto_channels}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhjubj8)}(hhh](h)}(hHBitmap as described in sysctl-interface with the following exceptions...h]hHBitmap as described in sysctl-interface with the following exceptions...}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubh)}(hROnly the following combination of zones (and their corresponding masks) are valid:h]hROnly the following combination of zones (and their corresponding masks) are valid:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubj)}(hhh](j)}(hjZh]h)}(hjZh]h1}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hjh]h)}(hjh]h2}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj&ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hjh]h)}(hjh]h3}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj<ubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h2,3h]h)}(hjTh]h2,3}(hjVhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjRubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h1,2,3h]h)}(hjkh]h1,2,3}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjiubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hjh]h)}(hjh]h4}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(h1,2,3,4 h]h)}(h1,2,3,4h]h1,2,3,4}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhj ubj)}(hSpecial values: == ====================== 0 Disabled. 16 Fan on manual control. 31 Fan on full. == ====================== h](h)}(hSpecial values:h]hSpecial values:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h Disabled.h]h Disabled.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h16h]h16}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(hFan on manual control.h]hFan on manual control.}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj-ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(h31h]h31}(hjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjMubah}(h]h ]h"]h$]h&]uh1jhjJubj)}(hhh]h)}(h Fan on full.h]h Fan on full.}(hjghhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjdubah}(h]h ]h"]h$]h&]uh1jhjJubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]jj uh1jhhhKhjubeh}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hpwm[1-3]_invert When set, inverts the meaning of pwm[1-3]. i.e. when pwm = 0, the fan will be on full and when pwm = 255 the fan will be off. h](j()}(hpwm[1-3]_inverth]hpwm[1-3]_invert}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhKhjubj8)}(hhh]h)}(h~When set, inverts the meaning of pwm[1-3]. i.e. when pwm = 0, the fan will be on full and when pwm = 255 the fan will be off.h]h~When set, inverts the meaning of pwm[1-3]. i.e. when pwm = 0, the fan will be on full and when pwm = 255 the fan will be off.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhKhjhhubj")}(hpwm[1-3]_freq PWM frequency in Hz Valid values in Hz are: * 10 * 15 * 23 * 30 (default) * 38 * 47 * 62 * 94 * 23000 * 24000 * 25000 * 26000 * 27000 * 28000 * 29000 * 30000 Setting any other value will be ignored. h](j()}(h pwm[1-3]_freqh]h pwm[1-3]_freq}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhM hjubj8)}(hhh](h)}(h+PWM frequency in Hz Valid values in Hz are:h]h+PWM frequency in Hz Valid values in Hz are:}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubj)}(hhh](j)}(h10h]h)}(hjh]h10}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h15h]h)}(hjh]h15}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h23h]h)}(hj1h]h23}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj/ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h 30 (default)h]h)}(hjHh]h 30 (default)}(hjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjFubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h38h]h)}(hj_h]h38}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj]ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h47h]h)}(hjvh]h47}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjtubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h62h]h)}(hjh]h62}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h94h]h)}(hjh]h94}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h23000h]h)}(hjh]h23000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h24000h]h)}(hjh]h24000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h25000h]h)}(hjh]h25000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h26000h]h)}(hjh]h26000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h27000h]h)}(hjh]h27000}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h28000h]h)}(hj.h]h28000}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj,ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h29000h]h)}(hjEh]h29000}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjCubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h30000 h]h)}(h30000h]h30000}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjZubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]jj uh1jhhhKhjubh)}(h(Setting any other value will be ignored.h]h(Setting any other value will be ignored.}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubeh}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhM hjhhubj")}(h%peci_enable Enables or disables PECI h](j()}(h peci_enableh]h peci_enable}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhMhjubj8)}(hhh]h)}(hEnables or disables PECIh]hEnables or disables PECI}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhMhjhhubj")}(hpeci_avg Input filter average time. * 0 0 Sec. (no Smoothing) (default) * 1 0.25 Sec. * 2 0.5 Sec. * 3 1.0 Sec. * 4 2.0 Sec. * 5 4.0 Sec. * 6 8.0 Sec. * 7 0.0 Sec. h](j()}(hpeci_avgh]hpeci_avg}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhMhjubj8)}(hhh](h)}(hInput filter average time.h]hInput filter average time.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubj)}(hhh](j)}(h%0 0 Sec. (no Smoothing) (default)h]h)}(hjh]h%0 0 Sec. (no Smoothing) (default)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h1 0.25 Sec.h]h)}(hjh]h1 0.25 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h2 0.5 Sec.h]h)}(hjh]h2 0.5 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h3 1.0 Sec.h]h)}(hj.h]h3 1.0 Sec.}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj,ubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h4 2.0 Sec.h]h)}(hjEh]h4 2.0 Sec.}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjCubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h5 4.0 Sec.h]h)}(hj\h]h5 4.0 Sec.}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjZubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h6 8.0 Sec.h]h)}(hjsh]h6 8.0 Sec.}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjqubah}(h]h ]h"]h$]h&]uh1jhjubj)}(h7 0.0 Sec. h]h)}(h7 0.0 Sec.h]h7 0.0 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]jj uh1jhhhMhjubeh}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhMhjhhubj")}(hXpeci_legacy = ============================================ 0 Standard Mode (default) Remote Diode 1 reading is associated with Temperature Zone 1, PECI is associated with Zone 4 1 Legacy Mode PECI is associated with Temperature Zone 1, Remote Diode 1 is associated with Zone 4 = ============================================ h](j()}(h peci_legacyh]h peci_legacy}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhM(hjubj8)}(hhh]j)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK,uh1jhjubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(htStandard Mode (default) Remote Diode 1 reading is associated with Temperature Zone 1, PECI is associated with Zone 4h]htStandard Mode (default) Remote Diode 1 reading is associated with Temperature Zone 1, PECI is associated with Zone 4}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM%hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h`Legacy Mode PECI is associated with Temperature Zone 1, Remote Diode 1 is associated with Zone 4h]h`Legacy Mode PECI is associated with Temperature Zone 1, Remote Diode 1 is associated with Zone 4}(hj6hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM%hj3ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1j7hjubeh}(h]h ]h"]h$]h&]uh1j!hhhM(hjhhubj")}(hpeci_diode Diode filter = ==================== 0 0.25 Sec. 1 1.1 Sec. 2 2.4 Sec. (default) 3 3.4 Sec. 4 5.0 Sec. 5 6.8 Sec. 6 10.2 Sec. 7 16.4 Sec. = ==================== h](j()}(h peci_diodeh]h peci_diode}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhM6hjoubj8)}(hhh](h)}(h Diode filterh]h Diode filter}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM+hjubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM.hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h 0.25 Sec.h]h 0.25 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM.hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM/hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h1.1 Sec.h]h1.1 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM/hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjh]h2}(hj!hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM0hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h2.4 Sec. (default)h]h2.4 Sec. (default)}(hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM0hj4ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjh]h3}(hjWhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM1hjTubah}(h]h ]h"]h$]h&]uh1jhjQubj)}(hhh]h)}(h3.4 Sec.h]h3.4 Sec.}(hjmhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM1hjjubah}(h]h ]h"]h$]h&]uh1jhjQubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjh]h4}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM2hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h5.0 Sec.h]h5.0 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM2hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hj6h]h5}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h6.8 Sec.h]h6.8 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM3hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjmh]h6}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM4hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h 10.2 Sec.h]h 10.2 Sec.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM4hj ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjh]h7}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM5hj,ubah}(h]h ]h"]h$]h&]uh1jhj)ubj)}(hhh]h)}(h 16.4 Sec.h]h 16.4 Sec.}(hjEhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM5hjBubah}(h]h ]h"]h$]h&]uh1jhj)ubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1j7hjoubeh}(h]h ]h"]h$]h&]uh1j!hhhM6hjhhubj")}(hpeci_4domain Four domain enable = =============================================== 0 1 or 2 Domains for enabled processors (default) 1 3 or 4 Domains for enabled processors = =============================================== h](j()}(h peci_4domainh]h peci_4domain}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhM>hj~ubj8)}(hhh](h)}(hFour domain enableh]hFour domain enable}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM9hjubj)}(hhh]j)}(hhh](j)}(hhh]h}(h]h ]h"]h$]h&]colwidthKuh1jhjubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK/uh1jhjubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM<hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h/1 or 2 Domains for enabled processors (default)h]h/1 or 2 Domains for enabled processors (default)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM<hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM=hjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h%3 or 4 Domains for enabled processorsh]h%3 or 4 Domains for enabled processors}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM=hj ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]colsKuh1jhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1j7hj~ubeh}(h]h ]h"]h$]h&]uh1j!hhhM>hjhhubj")}(hpeci_domain Domain = ================================================== 0 Processor contains a single domain (0) (default) 1 Processor contains two domains (0,1) = ==================================================h](j()}(h peci_domainh]h peci_domain}(hjMhhhNhNubah}(h]h ]h"]h$]h&]uh1j'hhhMEhjIubj8)}(hhh](h)}(hDomainh]hDomain}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMAhj[ubj)}(hhh]j)}(hhh](j)}(hhh]h%}(h]h ]h"]h$]h&]colwidthKuh1jhjoubj)}(hhh]h}(h]h ]h"]h$]h&]colwidthK2uh1jhjoubj)}(hhh](j)}(hhh](j)}(hhh]h)}(hj#h]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMDhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h2Processor contains a single domain (0) (default)h]h2Processor contains a single domain (0) (default)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMDhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh](j)}(hhh]h)}(hjZh]h1}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMEhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hhh]h)}(h$Processor contains two domains (0,1)h]h$Processor contains two domains (0,1)}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMEhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjoubeh}(h]h ]h"]h$]h&]colsKuh1jhjlubah}(h]h ]h"]h$]h&]uh1jhj[ubeh}(h]h ]h"]h$]h&]uh1j7hjIubeh}(h]h ]h"]h$]h&]uh1j!hhhMEhjhhubeh}(h]h ]h"]h$]h&]uh1jhjhhhhhNubeh}(h]configuration-notesah ]h"]configuration notesah$]h&]uh1hhhhhhhhKubeh}(h]kernel-driver-asc7621ah ]h"]kernel driver asc7621ah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksjfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerjLerror_encodingutf-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourceh _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confafile_insertion_enabled raw_enabledKline_length_limitM'pep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacesyntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_linkenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}refids}nameids}(j'j$jjjjjju nametypes}(j'jjjuh}(j$hjjjjujju footnote_refs} citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes] citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}Rparse_messages]transform_messages] transformerN include_log] decorationNhhub.