Searched refs:_sel (Results 1 – 8 of 8) sorted by relevance
/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/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 | 371 #define VSEL_SHIFT(_sel) (_sel ? 3 : 1) argument 372 #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 | 214 #define MESON_SAR_ADC_MUX(_chan, _sel) { \ argument 224 .datasheet_name = "SAR_ADC_MUX_"#_sel, \
|