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/Documentation/devicetree/bindings/phy/
H A 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 <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/drivers/phy/tegra/
H A 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/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2020 Realtek Corporation
220 #define RTW89_DEFAULT_BTC_VER_IDX (ARRAY_SIZE(rtw89_btc_ver_defs) - 1)
442 /* TDMA off + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo */
445 /* TDMA off + pri: WL_Hi-Tx > BT, BT_Hi > other-WL > BT_Lo */
448 /* TDMA off + pri: WL_Hi-Tx = BT */
451 /* TDMA off + pri: WL > BT, Block-BT*/
454 /* TDMA off+Bcn-Protect + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo*/
457 /* TDMA off + Ext-Ctrl + pri: default */
460 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */
[all …]
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1 // 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"
41 #include "irq-msi-lib.h"
66 * Collection structure - just an ID, and a redistributor address to
76 * The ITS_BASER structure - contains memory information, cached
89 * The ITS structure - contains most of the infrastructure, with the
90 * top-level MSI domain, the command queue, the collections, and the
[all …]