Home
last modified time | relevance | path

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

/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/drivers/clk/sunxi-ng/
H A 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
H A Dccu_mult.h17 #define _SUNXI_CCU_MULT_OFFSET_MIN_MAX(_shift, _width, _offset, _min, _max) \ argument
/linux/drivers/net/fjes/
H A 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
/linux/arch/s390/boot/
H A Dkaslr.c108 unsigned long _min, unsigned long _max, in iterate_valid_positions()
/linux/net/sctp/
H A Dsm_statetable.c51 #define DO_LOOKUP(_max, _type, _table) \ argument
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-pll.h18 #define _CV1800_PLL_LIMIT(_min, _max) \ argument
/linux/include/linux/
H A Ddpll.h105 #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/arch/x86/include/asm/
H A Dsev-common.h22 #define GHCB_MSR_SEV_INFO(_max, _min, _cbit) \ argument
/linux/drivers/regulator/
H A Dmax8998.c479 #define MAX8998_LINEAR_REG(_name, _ops, _min, _step, _max) \ argument
/linux/drivers/usb/dwc2/
H A Dparams.c802 #define CHECK_RANGE(_param, _min, _max, _def) do { \ argument
/linux/drivers/power/supply/
H A Dmp2629_charger.c49 #define MP2629_PROPS(_idx, _min, _max, _step) \ argument
/linux/drivers/iio/adc/
H A Dad7944.c125 #define AD7944_DEFINE_CHIP_INFO(_name, _ts, _max, _bits, _diff) \ argument
/linux/drivers/clk/baikal-t1/
H A Dccu-pll.c329 #define CCU_PLL_DBGFS_FLD_ATTR(_name, _reg, _lsb, _mask, _min, _max) \ argument
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
/linux/drivers/input/misc/
H A Duinput.c851 #define uinput_set_bit(_arg, _bit, _max) \ argument
/linux/include/net/
H A Dnetlink.h423 NLA_POLICY_RANGE(tp,_min,_max) global() argument
448 NLA_POLICY_MAX(tp,_max) global() argument
/linux/drivers/gpu/drm/
H A Ddrm_modes.c193 #define PARAM_RANGE(_min, _typ, _max) \ argument
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c35 #define HDTPX_REG(_n, _min, _max) \ argument
/linux/drivers/iio/addac/
H A Dad74115.c245 #define AD74115_FW_PROP(_name, _max, _reg, _mask) \ argument
/linux/net/bluetooth/
H A Dhci_event.c4006 #define HCI_CC_VL(_op, _func, _min, _max) \ argument