/openbmc/linux/arch/sparc/mm/ |
H A D | io-unit.c | 57 iounit->rotor[1] = IOUNIT_BMAP2_START; in iounit_iommu_init() 58 iounit->rotor[2] = IOUNIT_BMAPM_START; in iounit_iommu_init() 100 unsigned long rotor, scan, limit; in iounit_get_area() local 115 rotor = iounit->rotor[j - 1]; in iounit_get_area() 117 scan = rotor; in iounit_get_area() 120 if (limit != rotor) { in iounit_get_area() 121 limit = rotor; in iounit_get_area() 133 iounit->rotor[j - 1] = (scan < limit) ? scan : iounit->limit[j - 1]; in iounit_get_area()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max31785.rst | 24 For dual-rotor configurations the MAX31785A exposes the second rotor tachometer 26 the slowest rotor measurement, and does so in the fan[1-4]_input attributes. 41 second rotor of fans 1-4
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/pmbus/ |
H A D | max31785.txt | 38 - maxim,fan-rotor-input : The type of rotor measurement provided to the 40 pulses or "lock" for a locked-rotor signal. 41 - maxim,fan-lock-polarity: Required iff maxim,fan-rotor-input is "lock". Valid 118 maxim,fan-rotor-input = "tach"; 136 maxim,fan-rotor-input = "tach";
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci_msi.c | 80 u32 ret, rotor; in pick_msiq() local 84 rotor = pbm->msiq_rotor; in pick_msiq() 85 ret = pbm->msiq_first + rotor; in pick_msiq() 87 if (++rotor >= pbm->msiq_num) in pick_msiq() 88 rotor = 0; in pick_msiq() 89 pbm->msiq_rotor = rotor; in pick_msiq()
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | events.json | 87 // if a dual-rotor fan becomes non-functional, lock its speed to 88 // poweron_target to lock the other rotor to full_speed
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | events.json | 77 // if a dual-rotor fan becomes non-functional, lock its speed to 78 // poweron_target to lock the other rotor to full_speed
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/ |
H A D | events.json | 87 // if a dual-rotor fan becomes non-functional, lock its speed to 88 // poweron_target to lock the other rotor to full_speed
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io-unit.h | 48 unsigned long rotor[3]; member
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-swift.dts | 350 maxim,fan-rotor-input = "tach"; 362 maxim,fan-rotor-input = "tach"; 374 maxim,fan-rotor-input = "tach"; 386 maxim,fan-rotor-input = "tach"; 398 maxim,fan-rotor-input = "tach";
|
H A D | aspeed-bmc-opp-witherspoon.dts | 370 maxim,fan-rotor-input = "tach"; 383 maxim,fan-rotor-input = "tach"; 396 maxim,fan-rotor-input = "tach"; 409 maxim,fan-rotor-input = "tach";
|
H A D | aspeed-bmc-opp-tacoma.dts | 487 maxim,fan-rotor-input = "tach"; 500 maxim,fan-rotor-input = "tach"; 513 maxim,fan-rotor-input = "tach"; 526 maxim,fan-rotor-input = "tach";
|
H A D | aspeed-bmc-ibm-system1.dts | 795 maxim,fan-rotor-input = "tach"; 808 maxim,fan-rotor-input = "tach"; 821 maxim,fan-rotor-input = "tach"; 834 maxim,fan-rotor-input = "tach"; 847 maxim,fan-rotor-input = "tach"; 867 maxim,fan-rotor-input = "tach"; 880 maxim,fan-rotor-input = "tach";
|
H A D | aspeed-bmc-ibm-rainier.dts | 1086 maxim,fan-rotor-input = "tach"; 1099 maxim,fan-rotor-input = "tach"; 1112 maxim,fan-rotor-input = "tach"; 1125 maxim,fan-rotor-input = "tach"; 1138 maxim,fan-rotor-input = "tach"; 1151 maxim,fan-rotor-input = "tach";
|
H A D | aspeed-bmc-ibm-bonnell.dts | 283 maxim,fan-rotor-input = "tach"; 296 maxim,fan-rotor-input = "tach";
|
H A D | aspeed-bmc-ibm-everest.dts | 2072 maxim,fan-rotor-input = "tach"; 2085 maxim,fan-rotor-input = "tach"; 2098 maxim,fan-rotor-input = "tach"; 2111 maxim,fan-rotor-input = "tach";
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | power_off_config.md | 23 with at least one nonfunctional rotor.
|
/openbmc/linux/kernel/cgroup/ |
H A D | cpuset.c | 4174 static int cpuset_spread_node(int *rotor) in cpuset_spread_node() argument 4176 return *rotor = next_node_in(*rotor, current->mems_allowed); in cpuset_spread_node()
|
/openbmc/docs/architecture/ |
H A D | sensor-architecture.md | 96 temperature and output voltage sensors, or a dual-rotor fan could have two tach
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 375 value of a per-task rotor cpuset_mem_spread_rotor to select the next
|