Searched +full:skip +full:- +full:sz +full:- +full:protect +full:- +full:en (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | phy-tegra194-p2u.yaml | 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-p2u 25 - nvidia,tegra234-p2u 31 reg-names: 33 - const: ctl 35 nvidia,skip-sz-protect-en: [all …]
|
/Linux-v6.1/drivers/phy/tegra/ |
D | phy-tegra194-p2u.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2019-2022 NVIDIA Corporation. 46 writel_relaxed(value, phy->base + reg); in p2u_writel() 51 return readl_relaxed(phy->base + reg); in p2u_readl() 59 if (phy->skip_sz_protection_en) { in tegra_p2u_power_on() 79 if (phy->of_data->one_dir_search) { in tegra_p2u_power_on() 96 struct device *dev = &pdev->dev; in tegra_p2u_probe() 102 return -ENOMEM; in tegra_p2u_probe() 104 phy->of_data = in tegra_p2u_probe() 106 if (!phy->of_data) in tegra_p2u_probe() [all …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | coex.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2020 Realtek Corporation 262 /* TDMA off + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo */ 265 /* TDMA off + pri: WL_Hi-Tx > BT, BT_Hi > other-WL > BT_Lo */ 268 /* TDMA off + pri: WL_Hi-Tx = BT */ 271 /* TDMA off+Bcn-Protect + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo*/ 274 /* TDMA off + Ext-Ctrl + pri: default */ 277 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */ 280 /* TDMA off + Ext-Ctrl + pri: default */ 283 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */ [all …]
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-gic-v3-its.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013-2017 ARM Limited, All Rights Reserved. 34 #include <linux/irqchip/arm-gic-v3.h> 35 #include <linux/irqchip/arm-gic-v4.h> 40 #include "irq-gic-common.h" 67 * Collection structure - just an ID, and a redistributor address to 77 * The ITS_BASER structure - contains memory information, cached 90 * The ITS structure - contains most of the infrastructure, with the 91 * top-level MSI domain, the command queue, the collections, and the 124 #define is_v4(its) (!!((its)->typer & GITS_TYPER_VLPIS)) [all …]
|