Home
last modified time | relevance | path

Searched refs:_sel (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm/plat-orion/include/plat/
H A Dmpp.h22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument
24 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/arch/arm/mach-orion5x/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument
7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/arch/arm/mach-dove/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out) ( \ argument
7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-targets.rst8 .. _sel-targets-capture:
H A Dvidioc-g-selection.rst118 .. _sel-const-adjust:
/linux/drivers/regulator/
H A Drtq2208-regulator.c371 #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 Dmpp.h11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument
13 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/drivers/iio/adc/
H A Dmeson_saradc.c214 #define MESON_SAR_ADC_MUX(_chan, _sel) { \ argument
224 .datasheet_name = "SAR_ADC_MUX_"#_sel, \