Home
last modified time | relevance | path

Searched full:tegra (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/cpuinfo/test/dmesg/
H A Dnexus9.log9 [ 0.000000] Tegra reserved memory:
28 [ 0.000000] Tegra Revision: A03 SKU: 0xf CPU Process: 0 Core Process: 1
29 [ 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
116 [ 0.113361] tegra_smmu tegra_smmu: Loaded Tegra IOMMU driver
117 [ 0.120629] tegra-gpio 6000d000.gpio: Initialising GPIO state 0: name default
[all …]
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/
H A DMakefile.mk14 bootblock-y += ../tegra/gpio.c
15 bootblock-y += ../tegra/i2c.c
16 bootblock-$(CONFIG_SOFTWARE_I2C) += ../tegra/software_i2c.c
17 bootblock-y += ../tegra/pingroup.c
18 bootblock-y += ../tegra/pinmux.c
19 bootblock-y += ../tegra/apbmisc.c
27 verstage-y += ../tegra/gpio.c
28 verstage-y += ../tegra/i2c.c
29 verstage-y += ../tegra/pinmux.c
43 romstage-y += ../tegra/gpio.c
[all …]
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A DMakefile.mk16 bootblock-y += ../tegra/gpio.c
17 bootblock-y += ../tegra/i2c.c
18 bootblock-y += ../tegra/pingroup.c
19 bootblock-y += ../tegra/pinmux.c
20 bootblock-y += ../tegra/apbmisc.c
21 bootblock-y += ../tegra/usb.c
30 verstage-y += ../tegra/gpio.c
31 verstage-y += ../tegra/i2c.c
32 verstage-y += ../tegra/pinmux.c
55 romstage-y += ../tegra/gpio.c
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/plat/
Dnvidia-tegra.rst1 NVIDIA Tegra
71 - plat/nvidia/tegra/common - Common code for all Tegra SoCs
72 - plat/nvidia/tegra/soc/txxx - Chip specific code
77 Tegra supports multiple Trusted OS'.
87 These are the supported Trusted OS' by Tegra platforms.
96 Tegra platforms currently support scatter files and ld.S scripts. The scatter
98 exists a common scatter file, plat/nvidia/tegra/scat/bl31.scat, for all Tegra
100 the scatter file to be used. Tegra platforms have verified BL31 image generation
103 Preparing the BL31 image to run on Tegra SoCs
108 CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- make PLAT=tegra \
[all …]
/aosp_15_r20/external/arm-trusted-firmware/docs/plat/
H A Dnvidia-tegra.rst1 NVIDIA Tegra
71 - plat/nvidia/tegra/common - Common code for all Tegra SoCs
72 - plat/nvidia/tegra/soc/txxx - Chip specific code
77 Tegra supports multiple Trusted OS'.
87 These are the supported Trusted OS' by Tegra platforms.
96 Tegra platforms currently support scatter files and ld.S scripts. The scatter
98 exists a common scatter file, plat/nvidia/tegra/scat/bl31.scat, for all Tegra
100 the scatter file to be used. Tegra platforms have verified BL31 image generation
103 Preparing the BL31 image to run on Tegra SoCs
108 CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- make PLAT=tegra \
[all …]
/aosp_15_r20/external/cpuinfo/test/name/
H A Dproc-cpuinfo-hardware.cc661 EXPECT_EQ("Nvidia Tegra AP20H", in TEST()
663 EXPECT_EQ("Nvidia Tegra AP20H", in TEST()
665 EXPECT_EQ("Nvidia Tegra AP20H", in TEST()
667 EXPECT_EQ("Nvidia Tegra AP33", in TEST()
669 EXPECT_EQ("Nvidia Tegra AP33", in TEST()
671 EXPECT_EQ("Nvidia Tegra SL460N", in TEST()
673 EXPECT_EQ("Nvidia Tegra T114", in TEST()
675 EXPECT_EQ("Nvidia Tegra T114", in TEST()
677 EXPECT_EQ("Nvidia Tegra T114", in TEST()
679 EXPECT_EQ("Nvidia Tegra T124", in TEST()
[all …]
/aosp_15_r20/external/cpuinfo/src/arm/linux/
H A Dchipset.c1800 * Compares ro.board.platform string to Nvidia Tegra signatures ("tegra" and "tegra3")
1806 * @returns true if the string matches an Nvidia Tegra signature, and false otherwise
1809 /* Expect 5 ("tegra") or 6 ("tegra3") symbols */ in is_tegra()
1819 /* Check that the first 5 characters match "tegra" */ in is_tegra()
1828 …/* Check if the string is either "tegra" (length = 5) or "tegra3" (length != 5) and last character… in is_tegra()
1962 /* "cardhu" (Nvidia Cardhu developer tablet) -> Tegra T30 */
1968 /* "kai" -> Tegra T30L */
1975 /* "p3" (Samsung Galaxy Tab 8.9) -> Tegra T20 */
1981 /* "n1" (Samsung Galaxy R / Samsung Captivate Glide) -> Tegra AP20H */
1988 /* "SHW-M380S" (Samsung Galaxy Tab 10.1) -> Tegra T20 */
[all …]
/aosp_15_r20/external/libdrm/tests/tegra/
H A Dmeson.build21 inc_tegra = include_directories('../../tegra')
31 'drm-test-tegra',
33 'drm-test-tegra.c',
34 'drm-test-tegra.h',
51 'tegra-openclose',
60 'tegra-gr2d-fill',
69 'tegra-syncpt-wait',
78 'tegra-syncpt-timeout',
87 'tegra-vic-clear',
96 'tegra-vic-blit',
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/include/t210/
Dtegra_def.h75 * Tegra Memory Select Switch Controller constants
92 * Tegra Resource Semaphore constants
100 * Tegra Primary Interrupt Controller constants
106 * Tegra micro-seconds timer constants
112 * Tegra Clock and Reset Controller constants
168 * Tegra Flow Controller constants
173 * Tegra AHB arbitration controller
178 * Tegra Secure Boot Controller constants
183 * Tegra Exception Vectors constants
188 * Tegra Miscellaneous register constants
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/t210/
H A Dtegra_def.h75 * Tegra Memory Select Switch Controller constants
92 * Tegra Resource Semaphore constants
100 * Tegra Primary Interrupt Controller constants
106 * Tegra micro-seconds timer constants
112 * Tegra Clock and Reset Controller constants
168 * Tegra Flow Controller constants
173 * Tegra AHB arbitration controller
178 * Tegra Secure Boot Controller constants
183 * Tegra Exception Vectors constants
188 * Tegra Miscellaneous register constants
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/include/t186/
Dtegra_def.h87 * Tegra Miscellaneous register constants
95 * Tegra TSA Controller constants
137 * Tegra General Purpose Centralised DMA constants
142 * Tegra Memory Controller constants
195 * Tegra UART Controller constants
206 * Tegra Fuse Controller related constants
229 * Tegra HSP doorbell #0 constants
237 * Tegra Clock and Reset Controller constants
248 * Tegra micro-seconds timer constants
254 * Tegra Power Mgmt Controller constants
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/t186/
H A Dtegra_def.h87 * Tegra Miscellanous register constants
95 * Tegra TSA Controller constants
137 * Tegra General Purpose Centralised DMA constants
142 * Tegra Memory Controller constants
195 * Tegra UART Controller constants
206 * Tegra Fuse Controller related constants
229 * Tegra HSP doorbell #0 constants
237 * Tegra Clock and Reset Controller constants
248 * Tegra micro-seconds timer constants
254 * Tegra Power Mgmt Controller constants
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/include/t194/
Dtegra_def.h63 * Tegra Miscellaneous register constants
74 * Tegra General Purpose Centralised DMA constants
79 * Tegra Memory Controller constants
143 * Tegra UART Controller constants
166 * Tegra Fuse Controller related constants
191 * Tegra HSP doorbell #0 constants
199 * Tegra hardware synchronization primitives for the SPE engine
205 * Tegra micro-seconds timer constants
211 * Tegra Power Mgmt Controller constants
216 * Tegra scratch registers constants
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/t194/
H A Dtegra_def.h63 * Tegra Miscellanous register constants
74 * Tegra General Purpose Centralised DMA constants
79 * Tegra Memory Controller constants
143 * Tegra UART Controller constants
166 * Tegra Fuse Controller related constants
191 * Tegra HSP doorbell #0 constants
199 * Tegra hardware synchronization primitives for the SPE engine
205 * Tegra micro-seconds timer constants
211 * Tegra Power Mgmt Controller constants
216 * Tegra scratch registers constants
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/common/
Dtegra_common.mk8 PLAT_INCLUDES := -Iplat/nvidia/tegra/include/drivers \
9 -Iplat/nvidia/tegra/include/lib \
10 -Iplat/nvidia/tegra/include
15 TEGRA_COMMON := plat/nvidia/tegra/common
16 TEGRA_DRIVERS := plat/nvidia/tegra/drivers
17 TEGRA_LIBS := plat/nvidia/tegra/lib
Dtegra_gicv3.c27 * Tegra common helper to setup the GICv3 driver data.
33 * Tegra GIC configuration settings in tegra_gic_setup()
38 * Register Tegra GICv3 driver in tegra_gic_setup()
54 * Tegra common helper to initialize the GICv3 only driver.
64 * Tegra common helper to disable the GICv3 CPU interface
72 * Tegra common helper to initialize the per cpu distributor interface
Dtegra_gicv2.c22 * Tegra common helper to setup the GICv2 driver data.
28 * Tegra GIC configuration settings in tegra_gic_setup()
33 * Register Tegra GICv2 driver in tegra_gic_setup()
45 * Tegra common helper to initialize the GICv2 only driver.
56 * Tegra common helper to disable the GICv2 CPU interface
64 * Tegra common helper to initialize the per cpu distributor interface
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/common/
H A Dtegra_common.mk8 PLAT_INCLUDES := -Iplat/nvidia/tegra/include/drivers \
9 -Iplat/nvidia/tegra/include/lib \
10 -Iplat/nvidia/tegra/include
15 TEGRA_COMMON := plat/nvidia/tegra/common
16 TEGRA_DRIVERS := plat/nvidia/tegra/drivers
17 TEGRA_LIBS := plat/nvidia/tegra/lib
H A Dtegra_gicv3.c27 * Tegra common helper to setup the GICv3 driver data.
33 * Tegra GIC configuration settings in tegra_gic_setup()
38 * Register Tegra GICv3 driver in tegra_gic_setup()
54 * Tegra common helper to initialize the GICv3 only driver.
64 * Tegra common helper to disable the GICv3 CPU interface
72 * Tegra common helper to initialize the per cpu distributor interface
H A Dtegra_gicv2.c22 * Tegra common helper to setup the GICv2 driver data.
28 * Tegra GIC configuration settings in tegra_gic_setup()
33 * Register Tegra GICv2 driver in tegra_gic_setup()
45 * Tegra common helper to initialize the GICv2 only driver.
56 * Tegra common helper to disable the GICv2 CPU interface
64 * Tegra common helper to initialize the per cpu distributor interface
/aosp_15_r20/external/mesa3d/
H A D.mr-label-maker.yml77 'tegra': 'tegra'
185 '^src/gallium/drivers/grate/': ['tegra']
201 '^src/gallium/drivers/tegra/': ['tegra']
234 '^src/gallium/winsys/grate/': ['tegra']
245 '^src/gallium/winsys/tegra/': ['tegra']
/aosp_15_r20/external/libdrm/tegra/
H A Dmeson.build25 'channel.c', 'job.c', 'private.h', 'pushbuf.c', 'syncpt.c', 'tegra.c'
47 install_headers('tegra.h', subdir : 'libdrm')
53 description : 'Userspace interface to Tegra kernel DRM services',
57 'tegra-symbols-check',
61 '--symbols-file', files('tegra-symbols.txt'),
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/components/spd/
Dtlk-dispatcher.rst6 in the platform's makefile. TLK is primarily meant to work with Tegra SoCs,
7 so while TF-A only supports TLK on Tegra, the dispatcher code can only be
51 TLK is hosted by NVIDIA on http://nv-tegra.nvidia.com under the
53 TLK and OTE can be found in the Tegra\_BSP\_for\_Android\_TLK\_FOSS\_Reference.pdf
60 section from Tegra\_BSP\_for\_Android\_TLK\_FOSS\_Reference.pdf manual.
/aosp_15_r20/external/arm-trusted-firmware/docs/components/spd/
H A Dtlk-dispatcher.rst6 in the platform's makefile. TLK is primarily meant to work with Tegra SoCs,
7 so while TF-A only supports TLK on Tegra, the dispatcher code can only be
51 TLK is hosted by NVIDIA on http://nv-tegra.nvidia.com under the
53 TLK and OTE can be found in the Tegra\_BSP\_for\_Android\_TLK\_FOSS\_Reference.pdf
60 section from Tegra\_BSP\_for\_Android\_TLK\_FOSS\_Reference.pdf manual.
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/
H A Dtegra_platform.h16 * Tegra major, minor version helper macros
28 * Tegra chip ID values
44 * Tegra chip ID major/minor identifiers
50 * Tegra chip ID identifiers
58 * Tegra platform identifiers

12345678910>>...14