Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
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)
/linux-4.19.296/drivers/regulator/
Drk808-regulator.c68 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
77 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
79 .min_uV = (_min) * 1000, \
89 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
98 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
100 .min_uV = (_min) * 1000, \
Daxp20x-regulator.c41 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
50 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
52 .min_uV = (_min) * 1000, \
63 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
72 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
74 .min_uV = (_min) * 1000, \
Dbd9571mwv-regulator.c42 #define BD9571MWV_REG(_name, _of, _id, _ops, _vr, _vm, _nv, _min, _step, _lmin)\ argument
54 .min_uV = _min, \
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-common.c84 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill() argument
87 s64 min = _min; in v4l2_ctrl_query_fill()
/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc.h27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
/linux-4.19.296/include/linux/
Dide.h949 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument
952 .min = _min, \
958 #define IDE_PROC_DEVSET(_name, _min, _max) \ argument
959 __IDE_PROC_DEVSET(_name, _min, _max, NULL, NULL)
/linux-4.19.296/drivers/clk/renesas/
Dr9a06g032-clocks.c71 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) \ argument
74 .reg = _reg, .div_min = _min, .div_max = _max, \