Home
last modified time | relevance | path

Searched refs:_min (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/linux/include/linux/
H A Dlinear_range.h29 #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 Dccu_mult.h17 #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 Dinterfaces.hpp56 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 Dkaslr.c108 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 Dfalcon_boards.c52 #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 Dsev-common.h22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument
26 (((_min) & 0xffff) << 32) | \
/openbmc/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c97 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 Ddbuspassive.cpp102 _min = settings.min * std::pow(10.0, _scale); in DbusPassive()
218 return _min; in getMin()
241 scaleSensorReading(_min, _max, value); in updateValue()
H A Ddbuspassive.hpp82 double _min = 0; member in pid_control::DbusPassive
/openbmc/linux/fs/ceph/
H A Ddebugfs.c131 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 Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
88 .min_drv = _min, \
/openbmc/linux/Documentation/hwmon/
H A Dxdpe152c4.rst66 **in[1-4]_min**
80 **in[1-4]_min**
H A Dsmsc47m192.rst77 in[0-7]_min,
89 temp[1-3]_min,
115 The `*_min`, `*_max`, `*_offset` and `vrm` files can be read and written,
H A Dlt7182s.rst61 in[1-2]_min Minimum input voltage
77 in[3-4|6-7]_min Minimum output voltage
H A Dmax31730.rst40 temp[1-4]_min RW Minimum temperature. Common for all channels.
H A Dmax127.rst36 in[0-7]_min The lower input limit (in mV) for the corresponding channel.
H A Dmenf21bmc.rst47 in[0-4]_min Minimum voltage limit
H A Dmax197.rst61 in[0-7]_min The lower limit (in mV) for the corresponding channel.
/openbmc/linux/drivers/regulator/
H A Drk808-regulator.c87 .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 Dbd9571mwv-regulator.c35 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
47 .min_uV = _min, \
H A Daxp20x-regulator.c345 #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 Dmax197.c218 static SENSOR_DEVICE_ATTR_2(in##chan##_min, S_IRUGO | S_IWUSR, \
230 &sensor_dev_attr_in##chan##_min.dev_attr.attr
H A Dbt1-pvt.h169 .attr_min_alarm = _type## _min, \
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c22 #define RANGE(_min, _max, _step) { \ argument
23 .min = _min, \
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc.h27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument

123