Home
last modified time | relevance | path

Searched +full:skip +full:- +full:sz +full:- +full:protect +full:- +full:en (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/phy/
Dphy-tegra194-p2u.yaml1 # 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 <[email protected]>
24 - nvidia,tegra194-p2u
25 - nvidia,tegra234-p2u
31 reg-names:
33 - const: ctl
35 nvidia,skip-sz-protect-en:
[all …]
/linux-6.14.4/drivers/phy/tegra/
Dphy-tegra194-p2u.c1 // 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 …]
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Dcoex.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2020 Realtek Corporation
235 #define RTW89_DEFAULT_BTC_VER_IDX (ARRAY_SIZE(rtw89_btc_ver_defs) - 1)
457 /* TDMA off + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo */
460 /* TDMA off + pri: WL_Hi-Tx > BT, BT_Hi > other-WL > BT_Lo */
463 /* TDMA off + pri: WL_Hi-Tx = BT */
466 /* TDMA off + pri: WL > BT, Block-BT*/
469 /* TDMA off+Bcn-Protect + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo*/
472 /* TDMA off + Ext-Ctrl + pri: default */
475 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */
[all …]
/linux-6.14.4/drivers/irqchip/
Dirq-gic-v3-its.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * 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-msi-lib.h"
71 * Collection structure - just an ID, and a redistributor address to
81 * The ITS_BASER structure - contains memory information, cached
94 * The ITS structure - contains most of the infrastructure, with the
95 * top-level MSI domain, the command queue, the collections, and the
[all …]