Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/sunxi-ng/
Dccu_div.h62 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
67 .max = _max, \
71 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
72 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags)
77 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
78 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, 0)
Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
20 .max = _max, \
/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), \
89 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
98 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
Daxp20x-regulator.c41 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
50 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
63 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
72 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
/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
88 s64 max = _max; in v4l2_ctrl_query_fill()
Dv4l2-ctrls.c2302 u32 id, u8 _max, u64 mask, u8 _def) in v4l2_ctrl_new_std_menu() argument
2310 s64 max = _max; in v4l2_ctrl_new_std_menu()
2334 const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, in v4l2_ctrl_new_std_menu_items() argument
2342 s64 max = _max; in v4l2_ctrl_new_std_menu_items()
2368 u32 id, u8 _max, u8 _def, const s64 *qmenu_int) in v4l2_ctrl_new_int_menu() argument
2374 s64 max = _max; in v4l2_ctrl_new_int_menu()
/linux-4.19.296/include/linux/
Dide.h949 #define __IDE_PROC_DEVSET(_name, _min, _max, _mulf, _divf) { \ argument
953 .max = _max, \
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, \