/openbmc/linux/include/linux/ |
H A D | linear_range.h | 29 #define LINEAR_RANGE(_min, _min_sel, _max_sel, _step) \ argument 31 .min = _min, \ 37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument 38 [_idx] = LINEAR_RANGE(_min, _min_sel, _max_sel, _step)
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument 19 .min = _min, \ 26 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument 27 _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, 1, _min, 0)
|
/openbmc/phosphor-pid-control/ |
H A D | interfaces.hpp | 56 WriteInterface(int64_t min, int64_t max) : _min(min), _max(max) {} in WriteInterface() 80 return _min; in getMin() 88 int64_t _min; member in pid_control::WriteInterface
|
/openbmc/linux/arch/s390/boot/ |
H A D | kaslr.c | 108 unsigned long _min, unsigned long _max, in iterate_valid_positions() argument 118 _min = round_up(_min, align); in iterate_valid_positions() 120 if (_min >= end) in iterate_valid_positions() 125 start = max(_min, start); in iterate_valid_positions()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon_boards.c | 52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument 53 0x2B + (nr) * 2, _max, 0x2C + (nr) * 2, _min 54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument 55 0x3B + (nr), _max, 0x1A + (nr), _min 56 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument 57 0x39, _max, 0x3A, _min 58 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument 59 0x37, _max, 0x38, _min
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | sev-common.h | 22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument 26 (((_min) & 0xffff) << 32) | \
|
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-tpmi.c | 97 int i, _min = 0, _max = 0; in uncore_read_control_freq() local 111 &_min, &_max); in uncore_read_control_freq() 112 if (*min > _min) in uncore_read_control_freq() 113 *min = _min; in uncore_read_control_freq()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.cpp | 102 _min = settings.min * std::pow(10.0, _scale); in DbusPassive() 218 return _min; in getMin() 241 scaleSensorReading(_min, _max, value); in updateValue()
|
H A D | dbuspassive.hpp | 82 double _min = 0; member in pid_control::DbusPassive
|
/openbmc/linux/fs/ceph/ |
H A D | debugfs.c | 131 s64 _total, _avg, _min, _max, _sq, _st; \ 133 _min = ktime_to_us(min == KTIME_MAX ? 0 : min); \ 140 name, total, _avg, _min, _max, _st); \ 144 u64 _min = min == U64_MAX ? 0 : min; \ 146 name, total, avg, _min, max, sum); \
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 88 .min_drv = _min, \
|
/openbmc/linux/Documentation/hwmon/ |
H A D | xdpe152c4.rst | 66 **in[1-4]_min** 80 **in[1-4]_min**
|
H A D | smsc47m192.rst | 77 in[0-7]_min, 89 temp[1-3]_min, 115 The `*_min`, `*_max`, `*_offset` and `vrm` files can be read and written,
|
H A D | lt7182s.rst | 61 in[1-2]_min Minimum input voltage 77 in[3-4|6-7]_min Minimum output voltage
|
H A D | max31730.rst | 40 temp[1-4]_min RW Minimum temperature. Common for all channels.
|
H A D | max127.rst | 36 in[0-7]_min The lower input limit (in mV) for the corresponding channel.
|
H A D | menf21bmc.rst | 47 in[0-4]_min Minimum voltage limit
|
H A D | max197.rst | 61 in[0-7]_min The lower limit (in mV) for the corresponding channel.
|
/openbmc/linux/drivers/regulator/ |
H A D | rk808-regulator.c | 87 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 89 .min_uV = (_min) * 1000, \ 102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 111 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 113 .min_uV = (_min) * 1000, \ 125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument [all …]
|
H A D | bd9571mwv-regulator.c | 35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument 47 .min_uV = _min, \
|
H A D | axp20x-regulator.c | 345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 354 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 356 .min_uV = (_min) * 1000, \ 367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 376 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 378 .min_uV = (_min) * 1000, \
|
/openbmc/linux/drivers/hwmon/ |
H A D | max197.c | 218 static SENSOR_DEVICE_ATTR_2(in##chan##_min, S_IRUGO | S_IWUSR, \ 230 &sensor_dev_attr_in##chan##_min.dev_attr.attr
|
H A D | bt1-pvt.h | 169 .attr_min_alarm = _type## _min, \
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | sandbox.c | 22 #define RANGE(_min, _max, _step) { \ argument 23 .min = _min, \
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc.h | 27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
|