/linux-6.6.21/drivers/clk/starfive/ |
D | clk-starfive-jh71x0.h | 40 #define JH71X0__DIV(_idx, _name, _max, _parent) \ argument 44 .max = _max, \ 48 #define JH71X0_GDIV(_idx, _name, _flags, _max, _parent) \ argument 52 .max = JH71X0_CLK_ENABLE | (_max), \ 81 #define JH71X0_MDIV(_idx, _name, _max, _nparents, ...) \ argument 85 .max = (((_nparents) - 1) << JH71X0_CLK_MUX_SHIFT) | (_max), \ 89 #define JH71X0__GMD(_idx, _name, _flags, _max, _nparents, ...) \ argument 94 (((_nparents) - 1) << JH71X0_CLK_MUX_SHIFT) | (_max), \
|
/linux-6.6.21/drivers/net/fjes/ |
D | fjes_hw.h | 56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) argument 57 #define EP_RING_INDEX_INC(_num, _max) \ argument 58 ((_num) = EP_RING_INDEX((_num) + 1, (_max))) 59 #define EP_RING_FULL(_head, _tail, _max) \ argument 60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max))) 61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument 62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
|
/linux-6.6.21/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 59 .max = _max, \ 63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument 64 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags) 69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument 70 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, 0)
|
D | ccu_mult.h | 17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument 20 .max = _max, \
|
/linux-6.6.21/Documentation/hwmon/ |
D | ir35221.rst | 50 curr[2-3]_max Maximum current 70 in[2-3]_max Maximum output voltage 82 power[2-3]_max Output power limit 90 temp[1-2]_max Maximum temperature
|
D | xdpe152c4.rst | 51 **curr[1-4]_max** 76 **in[1-4]_max** 102 **power[1-4]_max** 116 **temp[1-2]_max**
|
D | lt7182s.rst | 47 curr[1-2]_max Maximum input current 53 curr[3-4]_max Maximum output current 79 in[3-4|6-7]_max Maximum output voltage
|
D | max31785.rst | 50 in[1-6]_max Maximum output voltage 64 temp[1-11]_max Maximum temperature
|
D | smsc47m192.rst | 78 in[0-7]_max lower and upper alarm thresholds for in[0-7]_input reading 90 temp[1-3]_max lower and upper alarm thresholds for temperatures 115 The `*_min`, `*_max`, `*_offset` and `vrm` files can be read and written,
|
D | ucd9200.rst | 76 in[2-5]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 92 curr[2-5]_max Maximum current. From IOUT_OC_WARN_LIMIT register. 116 temp[1-5]_max Maximum temperature. From OT_WARN_LIMIT register.
|
D | xdpe12284.rst | 62 **curr[1-4]_max** 104 **temp[1-2]_max**
|
D | max34440.rst | 116 in[1-6]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 139 curr[1-6]_max Maximum current. From IOUT_OC_WARN_LIMIT register. 175 temp[1-8]_max Maximum temperature. From OT_WARN_LIMIT register.
|
D | max16601.rst | 103 curr[N+4]_max Maximum output current. 115 curr[2*N+5]_max Maximum output current.
|
D | ucd9000.rst | 96 in[1-12]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 109 curr[1-12]_max Maximum current. From IOUT_OC_WARN_LIMIT register. 123 temp[1-2]_max Maximum temperature. From OT_WARN_LIMIT register.
|
D | tps53679.rst | 132 temp[N]_max Maximum temperature. 176 curr[N]_max Maximum output current.
|
D | max31730.rst | 38 temp[1-4]_max RW Maximum temperature
|
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/ |
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
|
/linux-6.6.21/arch/powerpc/perf/ |
D | hv-common.h | 35 static u64 event_get_##name##_max(void) \ 44 event_get_##name##_max(); \
|
/linux-6.6.21/arch/s390/boot/ |
D | kaslr.c | 108 unsigned long _min, unsigned long _max, in iterate_valid_positions() argument 123 if (start >= _max) in iterate_valid_positions() 126 end = min(_max, end); in iterate_valid_positions()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | sev-common.h | 22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument 24 ((((_max) & 0xffff) << 48) | \
|
/linux-6.6.21/drivers/platform/x86/intel/uncore-frequency/ |
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() 114 if (*max < _max) in uncore_read_control_freq() 115 *max = _max; in uncore_read_control_freq()
|
/linux-6.6.21/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument 89 .max_drv = _max, \
|
/linux-6.6.21/drivers/regulator/ |
D | rk808-regulator.c | 78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 87 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 111 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 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 165 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
|
/linux-6.6.21/drivers/hwmon/ |
D | max197.c | 222 static SENSOR_DEVICE_ATTR_2(in##chan##_max, S_IRUGO | S_IWUSR, \ 229 &sensor_dev_attr_in##chan##_max.dev_attr.attr, \
|
/linux-6.6.21/fs/ceph/ |
D | debugfs.c | 131 s64 _total, _avg, _min, _max, _sq, _st; \ 134 _max = ktime_to_us(max); \ 140 name, total, _avg, _min, _max, _st); \
|