Home
last modified time | relevance | path

Searched defs:_max (Results 1 – 25 of 46) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/clk/starfive/
Dclk-starfive-jh71x0.h40 #define JH71X0__DIV(_idx, _name, _max, _parent) \ argument
48 #define JH71X0_GDIV(_idx, _name, _flags, _max, _parent) \ argument
81 #define JH71X0_MDIV(_idx, _name, _max, _nparents, ...) \ argument
89 #define JH71X0__GMD(_idx, _name, _flags, _max, _nparents, ...) \ argument
/kernel/linux/linux-5.10/arch/s390/boot/
Dkaslr.c129 unsigned long _max) in count_valid_kernel_positions()
150 unsigned long _min, unsigned long _max) in position_to_address()
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument
54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument
56 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument
58 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
Dfalcon_boards.c52 #define LM87_IN_LIMITS(nr, _min, _max) \ argument
54 #define LM87_AIN_LIMITS(nr, _min, _max) \ argument
56 #define LM87_TEMP_INT_LIMITS(_min, _max) \ argument
58 #define LM87_TEMP_EXT1_LIMITS(_min, _max) \ argument
/kernel/linux/linux-5.10/drivers/regulator/
Drk808-regulator.c69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
126 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
Daxp20x-regulator.c273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
/kernel/linux/linux-6.6/drivers/regulator/
Drk808-regulator.c78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
Daxp20x-regulator.c345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
/kernel/linux/linux-5.10/net/batman-adv/
Dsysfs.c175 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
208 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
259 #define BATADV_ATTR_HIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument
311 #define BATADV_ATTR_HIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument
69 #define _SUNXI_CCU_DIV_MAX(_shift, _width, _max) \ argument
Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
/kernel/linux/linux-5.10/drivers/net/fjes/
Dfjes_hw.h56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) argument
57 #define EP_RING_INDEX_INC(_num, _max) \ argument
59 #define EP_RING_FULL(_head, _tail, _max) \ argument
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
/kernel/linux/linux-6.6/drivers/net/fjes/
Dfjes_hw.h56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) argument
57 #define EP_RING_INDEX_INC(_num, _max) \ argument
59 #define EP_RING_FULL(_head, _tail, _max) \ argument
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
/kernel/linux/linux-6.6/arch/s390/boot/
Dkaslr.c108 unsigned long _min, unsigned long _max, in iterate_valid_positions()
/kernel/linux/linux-5.10/net/sctp/
Dsm_statetable.c51 #define DO_LOOKUP(_max, _type, _table) \ argument
/kernel/linux/linux-6.6/net/sctp/
Dsm_statetable.c51 #define DO_LOOKUP(_max, _type, _table) \ argument
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c2073 u32 id, u8 _max, u64 mask, u8 _def) in v4l2_ctrl_new_std_menu()
2105 const struct v4l2_ctrl_ops *ops, u32 id, u8 _max, in v4l2_ctrl_new_std_menu_items()
2160 u32 id, u8 _max, u8 _def, const s64 *qmenu_int) in v4l2_ctrl_new_int_menu()
Dv4l2-common.c65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-common.c65 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 _min, s32 _max, s32 _step, s32 _def) in v4l2_ctrl_query_fill()
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dsev-common.h22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument
/kernel/linux/linux-6.6/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency-tpmi.c97 int i, _min = 0, _max = 0; in uncore_read_control_freq() local
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dparams.c633 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
/kernel/linux/linux-6.6/drivers/usb/dwc2/
Dparams.c739 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument

12