Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/display/
Damlogic,meson-dw-hdmi.txt6 - A TOP control block controlling the Clocks and PHY
9 | HDMI TOP |<= HPD
16 The HDMI TOP block only supports HPD sensing.
18 TOP Block interrupt.
19 Communication to the TOP Block and the Synopsys HDMI Controller is done
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/display/sunxi/
Dsun4i-drm.txt193 TCON TOP
208 TCON-TOP
211 | TCON-TOP - HDMI
215 Note that both TCON TOP references same physical unit. Both mixers can be
222 - clocks: phandle to the clocks feeding the TCON TOP
223 * bus: TCON TOP interface clock
230 - resets: phandle to the reset line driving the TCON TOP
/Linux-v4.19/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-v4.19/Documentation/arm/Samsung/
DBootloader-interface.txt66 modules are power gated, except the TOP modules
/Linux-v4.19/drivers/gpu/drm/sun4i/
DKconfig75 TCON TOP is responsible for configuring display pipeline for
/Linux-v4.19/include/linux/
Dethtool.h76 #define ETH_RSS_HASH_TOP __ETH_RSS_HASH(TOP)
/Linux-v4.19/arch/arm/boot/dts/
Dorion5x-lacie-ethernet-disk-mini-v2.dts87 * flash. TODO: once the flash part TOP/BOTTOM detection
Dorion5x-maxtor-shared-storage-2.dts66 * flash. TODO: once the flash part TOP/BOTTOM detection
Dorion5x-lacie-d2-network.dts106 * flash. TODO: once the flash part TOP/BOTTOM detection
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_32.c638 #define COND_SEL(CODE, TOP, FOP) \ in bpf_jit_compile() argument
640 t_op = TOP; \ in bpf_jit_compile()
/Linux-v4.19/Documentation/input/devices/
Datarikbd.rst386 SET Y=0 AT TOP
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2487 _(TOP , device->top , &device->top->subdev); in nvkm_device_subdev()