Searched +full:skip +full:- +full:sz +full:- +full:protect +full:- +full:en (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/phy-tegra194-p2u.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Thierry Reding <treding@nvidia.com>24 - nvidia,tegra194-p2u25 - nvidia,tegra234-p2u31 reg-names:33 - const: ctl35 nvidia,skip-sz-protect-en:[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (C) 2019-2022 NVIDIA Corporation.47 writel_relaxed(value, phy->base + reg); in p2u_writel()52 return readl_relaxed(phy->base + reg); in p2u_readl()60 if (phy->skip_sz_protection_en) { in tegra_p2u_power_on()80 if (phy->of_data->one_dir_search) { in tegra_p2u_power_on()110 struct device *dev = &pdev->dev; in tegra_p2u_probe()116 return -ENOMEM; in tegra_p2u_probe()118 phy->of_data = in tegra_p2u_probe()120 if (!phy->of_data) in tegra_p2u_probe()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2013-2017 ARM Limited, All Rights Reserved.37 #include <linux/irqchip/arm-gic-v3.h>38 #include <linux/irqchip/arm-gic-v4.h>43 #include "irq-gic-common.h"44 #include "irq-gic-its-msi-parent.h"45 #include <linux/irqchip/irq-msi-lib.h>72 * Collection structure - just an ID, and a redistributor address to82 * The ITS_BASER structure - contains memory information, cached95 * The ITS structure - contains most of the infrastructure, with the[all …]