Home
last modified time | relevance | path

Searched defs:_min (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/clk/sunxi-ng/
H A Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
26 #define _SUNXI_CCU_MULT_MIN(_shift, _width, _min) \ argument
/linux/drivers/net/ethernet/sfc/falcon/
H A 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
/linux/arch/s390/boot/
H A Dkaslr.c108 unsigned long _min, unsigned long _max, in iterate_valid_positions()
/linux/drivers/regulator/
H A Dslg51000-regulator.c213 #define SLG51000_REGL_DESC(_id, _name, _s_name, _min, _step) \ argument
H A Dmax8998.c479 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.h18 #define _CV1800_PLL_LIMIT(_min, _max) \ argument
/linux/drivers/platform/x86/
H A Dasus-armoury.h75 #define __WMI_STORE_INT(_attr, _min, _max, _wmi) \ argument
/linux/arch/x86/include/asm/
H A Dsev-common.h22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument
/linux/include/linux/
H A Ddpll.h147 #define DPLL_PIN_FREQUENCY_RANGE(_min, _max) \ argument
H A Dxarray.h248 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument
/linux/drivers/power/supply/
H A Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
/linux/drivers/gpu/drm/
H A Ddrm_modes.c193 #define PARAM_RANGE(_min, _typ, _max) \ argument
/linux/drivers/iio/adc/
H A Dad4062.c333 const u32 _min = 1; in ad4062_set_oversampling_ratio() local
/linux/drivers/misc/sgi-xp/
H A Dxpc.h27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h15 #define QLINK_VER(_maj, _min) (((_maj) << QLINK_PROTO_VER_MAJOR_S) | (_min)) argument
/linux/net/bluetooth/
H A Dhci_event.c4060 #define HCI_CC_VL(_op, _func, _min, _max) \ argument