Searched full:p2u (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra194-pcie-ep.yaml | 86 - const: p2u-0 87 - const: p2u-1 88 - const: p2u-2 89 - const: p2u-3 90 - const: p2u-4 91 - const: p2u-5 92 - const: p2u-6 93 - const: p2u-7 259 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 260 "p2u-5", "p2u-6", "p2u-7"; [all …]
|
D | nvidia,tegra194-pcie.yaml | 81 - const: p2u-0 82 - const: p2u-1 83 - const: p2u-2 84 - const: p2u-3 85 - const: p2u-4 86 - const: p2u-5 87 - const: p2u-6 88 - const: p2u-7 287 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3"; 348 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3";
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | phy-tegra194-p2u.yaml | 4 $id: "http://devicetree.org/schemas/phy/phy-tegra194-p2u.yaml#" 7 title: NVIDIA Tegra194 & Tegra234 P2U binding 14 Speed) each interfacing with 12 and 8 P2U instances respectively. 16 each interfacing with 8, 8 and 8 P2U instances respectively. 17 A P2U instance is a glue logic between Synopsys DesignWare Core PCIe IP's PIPE 18 interface and PHY of HSIO/NVHS/GBE bricks. Each P2U instance represents one 24 - nvidia,tegra194-p2u 25 - nvidia,tegra234-p2u 29 description: Should be the physical address space and length of respective each P2U instance. 48 compatible = "nvidia,tegra194-p2u";
|
/Linux-v6.1/drivers/phy/tegra/ |
D | phy-tegra194-p2u.c | 3 * P2U (PIPE to UPHY) driver for Tegra T194 SoC 142 .compatible = "nvidia,tegra194-p2u", 146 .compatible = "nvidia,tegra234-p2u", 156 .name = "tegra194-p2u",
|
D | Kconfig | 19 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
|
D | Makefile | 10 obj-$(CONFIG_PHY_TEGRA194_P2U) += phy-tegra194-p2u.o
|
/Linux-v6.1/arch/arm64/boot/dts/nvidia/ |
D | tegra234-p3737-0000+p3701-0000.dts | 2143 phy-names = "p2u-0"; 2153 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3"; 2166 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 2167 "p2u-5", "p2u-6", "p2u-7"; 2184 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 2185 "p2u-5", "p2u-6", "p2u-7";
|
D | tegra194-p2972-0000.dts | 2195 phy-names = "p2u-0"; 2204 phy-names = "p2u-0"; 2214 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3"; 2228 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 2229 "p2u-5", "p2u-6", "p2u-7"; 2246 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 2247 "p2u-5", "p2u-6", "p2u-7";
|
D | tegra194-p3509-0000.dtsi | 2220 phy-names = "p2u-0"; 2232 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 2233 "p2u-5", "p2u-6", "p2u-7"; 2250 phy-names = "p2u-0", "p2u-1", "p2u-2", "p2u-3", "p2u-4", 2251 "p2u-5", "p2u-6", "p2u-7";
|
D | tegra234.dtsi | 1263 compatible = "nvidia,tegra234-p2u"; 1271 compatible = "nvidia,tegra234-p2u"; 1279 compatible = "nvidia,tegra234-p2u"; 1287 compatible = "nvidia,tegra234-p2u"; 1295 compatible = "nvidia,tegra234-p2u"; 1303 compatible = "nvidia,tegra234-p2u"; 1311 compatible = "nvidia,tegra234-p2u"; 1319 compatible = "nvidia,tegra234-p2u"; 1327 compatible = "nvidia,tegra234-p2u"; 1335 compatible = "nvidia,tegra234-p2u"; [all …]
|
D | tegra194.dtsi | 1388 compatible = "nvidia,tegra194-p2u"; 1396 compatible = "nvidia,tegra194-p2u"; 1404 compatible = "nvidia,tegra194-p2u"; 1412 compatible = "nvidia,tegra194-p2u"; 1420 compatible = "nvidia,tegra194-p2u"; 1428 compatible = "nvidia,tegra194-p2u"; 1436 compatible = "nvidia,tegra194-p2u"; 1444 compatible = "nvidia,tegra194-p2u"; 1452 compatible = "nvidia,tegra194-p2u"; 1460 compatible = "nvidia,tegra194-p2u"; [all …]
|
/Linux-v6.1/drivers/gpu/drm/ast/ |
D | ast_dp501.c | 415 * bridge. First configure the P2U to target the SCU in ast_init_analog()
|
/Linux-v6.1/drivers/pci/controller/dwc/ |
D | pcie-tegra194.c | 2176 name = kasprintf(GFP_KERNEL, "p2u-%u", i); in tegra_pcie_dw_probe() 2178 dev_err(dev, "Failed to create P2U string\n"); in tegra_pcie_dw_probe()
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-other.json | 1209 …": "Events coming from Uncore can be sent to one or all cores; PREQ, PSMI, P2U, Thermal, PCUSMI, P…
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-other.json | 2374 …": "Events coming from Uncore can be sent to one or all cores; PREQ, PSMI, P2U, Thermal, PCUSMI, P…
|