Home
last modified time | relevance | path

Searched refs:tegra (Results 1 – 25 of 76) sorted by relevance

1234

/external/cpuinfo/test/dmesg/
Dnexus9.log29 [ 0.000000] tegra: PLLP fixed rate: 408000000
50 [ 0.000000] tegra dvfs: VDD_CPU nominal 1260mV, scaling enabled
51 [ 0.000000] tegra dvfs: VDD_CORE nominal 1150mV, scaling enabled
52 [ 0.000000] tegra dvfs: VDD_GPU nominal 1200mV, scaling enabled
54 …t/src/partner-android/n-dev-tegra-flounder-3.10-nyc-mr1/private/flounder/drivers/platform/tegra/..…
55 [ 0.000000] tegra: dsialp boot rate 408000000 exceeds max rate 156000000
117 [ 0.120629] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
118 [ 0.120829] gpiochip_add: registered GPIOs 0 to 255 on device: tegra-gpio
235 [ 0.148392] tegra: emc: Derated table is valid.
236 [ 0.148412] tegra: pll_m is selected as scalable EMC clock source
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/common/
Dtegra_common.mk7 PLAT_INCLUDES := -Iplat/nvidia/tegra/include/drivers \
8 -Iplat/nvidia/tegra/include/lib \
9 -Iplat/nvidia/tegra/include \
10 -Iplat/nvidia/tegra/include/${TARGET_SOC}
15 COMMON_DIR := plat/nvidia/tegra/common
/external/libdrm/tegra/
DMakefile.am17 tegra.c
20 libdrm_tegrainclude_HEADERS = tegra.h
26 TESTS = tegra-symbol-check
Dmeson.build23 [files('tegra.c'), config_file],
37 install_headers('tegra.h', subdir : 'libdrm')
49 'tegra-symbol-check',
52 args : [files('tegra-symbol-check'), libdrm_tegra]
DAndroid.bp6 srcs: ["tegra.c"],
/external/libdrm/tests/tegra/
Dopenclose.c34 struct drm_tegra *tegra; in main() local
59 err = drm_tegra_new(&tegra, fd); in main()
63 drm_tegra_close(tegra); in main()
DMakefile.am3 -I$(top_srcdir)/tegra \
11 ../../tegra/libdrm_tegra.la \
/external/u-boot/arch/arm/dts/
Dtegra-u-boot.dtsi13 filename = "u-boot-tegra.bin";
24 filename = "u-boot-dtb-tegra.bin";
34 filename = "u-boot-nodtb-tegra.bin";
Dtegra124-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
Dtegra114-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
Dtegra210-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
Dtegra30-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
Dtegra20-u-boot.dtsi3 #include "tegra-u-boot.dtsi"
/external/u-boot/arch/arm/mach-tegra/
DKconfig168 source "arch/arm/mach-tegra/tegra20/Kconfig"
169 source "arch/arm/mach-tegra/tegra30/Kconfig"
170 source "arch/arm/mach-tegra/tegra114/Kconfig"
171 source "arch/arm/mach-tegra/tegra124/Kconfig"
172 source "arch/arm/mach-tegra/tegra210/Kconfig"
173 source "arch/arm/mach-tegra/tegra186/Kconfig"
/external/libdrm/
DMakefile.am39 --enable-tegra-experimental-api \
82 TEGRA_SUBDIR = tegra
152 tegra/meson.build \
164 tests/tegra/meson.build \
/external/u-boot/doc/device-tree-bindings/sound/
Dnvidia,tegra-audio-max98090.txt4 - compatible : "nvidia,tegra-audio-max98090"
35 compatible = "nvidia,tegra-audio-max98090-venice2",
36 "nvidia,tegra-audio-max98090";
/external/u-boot/doc/device-tree-bindings/gpu/
Dnvidia,tegra20-host1x.txt4 - compatible: "nvidia,tegra<chip>-host1x"
25 - compatible: "nvidia,tegra<chip>-mpe"
38 - compatible: "nvidia,tegra<chip>-vi"
51 - compatible: "nvidia,tegra<chip>-epp"
64 - compatible: "nvidia,tegra<chip>-isp"
77 - compatible: "nvidia,tegra<chip>-gr2d"
90 - compatible: "nvidia,tegra<chip>-gr3d"
108 - compatible: "nvidia,tegra<chip>-dc"
136 - compatible: "nvidia,tegra<chip>-hdmi"
162 - compatible: "nvidia,tegra<chip>-tvo"
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/
Dplatform.mk7 SOC_DIR := plat/nvidia/tegra/soc/${TARGET_SOC}
40 include plat/nvidia/tegra/common/tegra_common.mk
/external/mesa3d/src/gallium/
DAndroid.mk41 SUBDIRS += winsys/tegra/drm drivers/tegra
/external/arm-trusted-firmware/docs/plat/
Dnvidia-tegra.rst74 - plat/nvidia/tegra/common - Common code for all Tegra SoCs
75 - plat/nvidia/tegra/soc/txxx - Chip specific code
102 exists a common scatter file, plat/nvidia/tegra/scat/bl31.scat, for all Tegra
112 CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- make PLAT=tegra \
145 tegra\_def.h.
150 - 'tegra\_enable\_l2\_ecc\_parity\_prot': This flag enables the L2 ECC and Parity
/external/mesa3d/docs/relnotes/
D18.1.1.rst131 - tegra: Treat resources with modifiers as scanout
132 - tegra: Fix scanout resources without modifiers
133 - tegra: Remove usage of non-stable UAPI
/external/u-boot/drivers/clk/tegra/
DMakefile6 obj-$(CONFIG_TEGRA_CAR_CLOCK) += tegra-car-clk.o
/external/u-boot/tools/buildman/
DREADME128 * 'tegra' All boards with any Tegra Soc (Tegra20, Tegra30, Tegra114...)
129 * '^tegra[23]0$' All boards with either Tegra20 or Tegra30 SoC
503 c18f1b4 tegra: Use const for pinmux_config_pingroup/table()
504 2f043ae tegra: Add display support to funcmux
505 e349900 tegra: fdt: Add pwm binding and node
506 424a5f0 tegra: fdt: Add LCD definitions for Tegra
507 0636ccf tegra: Add support for PWM
508 a994fe7 tegra: Add SOC support for display/lcd
509 fcd7350 tegra: Add LCD driver
510 4d46e9d tegra: Add LCD support to Nvidia boards
[all …]
/external/u-boot/drivers/mailbox/
DMakefile10 obj-$(CONFIG_TEGRA_HSP) += tegra-hsp.o
/external/u-boot/drivers/input/
DMakefile14 obj-$(CONFIG_TEGRA_KEYBOARD) += input.o tegra-kbc.o

1234