Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-zx.txt12 DVI1_HS ---+----------------------------- GMII_RXD3 (TOP pin)
38 'TOP pins'. For pins like KEY_ROW2, the pinmux is controlled by both
/Linux-v5.4/Documentation/devicetree/bindings/display/sunxi/
Dsun4i-drm.txt209 TCON TOP
224 TCON-TOP
227 | TCON-TOP - HDMI
231 Note that both TCON TOP references same physical unit. Both mixers can be
232 connected to any TCON. Not all TCON TOP variants support all features.
239 - clocks: phandle to the clocks feeding the TCON TOP
240 * bus: TCON TOP interface clock
247 - resets: phandle to the reset line driving the TCON TOP
/Linux-v5.4/drivers/media/tuners/
Dmxl5005s.c251 u16 TOP; /* Value: take over point */ member
1678 u16 TOP, /* 0: Dual AGC; Value: take over point */ in MXL5005_TunerConfig() argument
1702 state->TOP = TOP; in MXL5005_TunerConfig()
1827 if (state->TOP == 55) /* TOP == 5.5 */ in MXL_BlockInit()
1830 if (state->TOP == 72) /* TOP == 7.2 */ in MXL_BlockInit()
1833 if (state->TOP == 92) /* TOP == 9.2 */ in MXL_BlockInit()
1836 if (state->TOP == 110) /* TOP == 11.0 */ in MXL_BlockInit()
1839 if (state->TOP == 129) /* TOP == 12.9 */ in MXL_BlockInit()
1842 if (state->TOP == 147) /* TOP == 14.7 */ in MXL_BlockInit()
1845 if (state->TOP == 168) /* TOP == 16.8 */ in MXL_BlockInit()
[all …]
/Linux-v5.4/Documentation/arm/samsung/
Dbootloader-interface.rst80 modules are power gated, except the TOP modules
/Linux-v5.4/drivers/gpu/drm/sun4i/
DKconfig77 TCON TOP is responsible for configuring display pipeline for
/Linux-v5.4/include/linux/
Dethtool.h76 #define ETH_RSS_HASH_TOP __ETH_RSS_HASH(TOP)
/Linux-v5.4/arch/arm/boot/dts/
Dorion5x-lacie-ethernet-disk-mini-v2.dts88 * flash. TODO: once the flash part TOP/BOTTOM detection
Dorion5x-maxtor-shared-storage-2.dts67 * flash. TODO: once the flash part TOP/BOTTOM detection
Dorion5x-lacie-d2-network.dts107 * flash. TODO: once the flash part TOP/BOTTOM detection
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_32.c637 #define COND_SEL(CODE, TOP, FOP) \ in bpf_jit_compile() argument
639 t_op = TOP; \ in bpf_jit_compile()
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dsdm845-cheza.dtsi116 /* BOARD-SPECIFIC TOP LEVEL NODES */
/Linux-v5.4/Documentation/input/devices/
Datarikbd.rst386 SET Y=0 AT TOP
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2664 _(TOP , device->top , &device->top->subdev); in nvkm_device_subdev()