Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/plat-orion/include/plat/
Dmpp.h22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument
24 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/Linux-v4.19/arch/arm/mach-orion5x/
Dmpp.h5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument
7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/Linux-v4.19/arch/arm/mach-dove/
Dmpp.h5 #define MPP(_num, _sel, _in, _out) ( \ argument
7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/Linux-v4.19/Documentation/media/uapi/v4l/
Dselection-api-targets.rst8 .. _sel-targets-capture:
Dvidioc-g-selection.rst119 .. _sel-const-adjust:
/Linux-v4.19/arch/arm/mach-mv78xx0/
Dmpp.h15 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument
17 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/Linux-v4.19/arch/arm/boot/dts/
Dexynos3250-pinctrl.dtsi39 #define PIN_CFG(_pin, _sel, _pull, _drv) \ argument
42 samsung,pin-function = <_sel>; \
/Linux-v4.19/drivers/clk/meson/
Daxg-audio.c105 AXG_AUD_MUX(_name##_sel, _reg, 0x7, 24, CLK_MUX_ROUND_CLOSEST, \