Searched refs:_sel (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/iio/ |
H A D | iio-gts-helper.h | 72 #define GAIN_SCALE_GAIN(_gain, _sel) \ argument 75 .sel = (_sel), \ 78 #define GAIN_SCALE_ITIME_US(_itime, _sel, _mul) \ argument 81 .sel = (_sel), \
|
/linux/arch/arm/plat-orion/include/plat/ |
H A D | mpp.h | 22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument 24 /* MPP select value */ (((_sel) & 0xf) << 8) | \
|
/linux/drivers/clk/meson/ |
H A D | vid-pll-div.c | 33 #define VID_PLL_DIV(_val, _sel, _ft, _fb) \ argument 36 .shift_sel = (_sel), \
|
H A D | axg-audio.c | 189 AUD_MUX(_name##_sel, _reg, 0x7, 24, _flag, \ 193 aud_##_name##_sel, CLK_SET_RATE_PARENT)
|
/linux/arch/arm/mach-orion5x/ |
H A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument 7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
|
/linux/arch/arm/mach-dove/ |
H A D | mpp.h | 5 #define MPP(_num, _sel, _in, _out) ( \ argument 7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection-api-targets.rst | 8 .. _sel-targets-capture:
|
H A D | vidioc-g-selection.rst | 118 .. _sel-const-adjust:
|
/linux/drivers/regulator/ |
H A D | rtq2208-regulator.c | 419 #define VSEL_SHIFT(_sel) (_sel ? 3 : 1) argument 420 #define MTP_SEL_MASK(_sel) RTQ2208_BUCK_EN_NR_MTP_SEL##_sel##_MASK argument
|
/linux/arch/arm/mach-mv78xx0/ |
H A D | mpp.h | 11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument 13 /* MPP select value */ (((_sel) & 0xf) << 8) | \
|
/linux/drivers/iio/adc/ |
H A D | meson_saradc.c | 209 #define MESON_SAR_ADC_MUX(_chan, _sel) { \ argument 219 .datasheet_name = "SAR_ADC_MUX_"#_sel, \
|