Searched +full:skip +full:- +full:sz +full:- +full:protect +full:- +full:en (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/phy/tegra/ |
| D | phy-tegra194-p2u.c | 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 54 #include "en.h" 56 #include "en/rep/tc.h" 57 #include "en/rep/neigh.h" 61 #include "en/port.h" 62 #include "en/tc_tun.h" 63 #include "en/mapping.h" 64 #include "en/tc_ct.h" 65 #include "en/mod_hdr.h" [all …]
|
| /kernel/linux/linux-6.6/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 204 #define RTW89_DEFAULT_BTC_VER_IDX (ARRAY_SIZE(rtw89_btc_ver_defs) - 1) 348 /* TDMA off + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo */ 351 /* TDMA off + pri: WL_Hi-Tx > BT, BT_Hi > other-WL > BT_Lo */ 354 /* TDMA off + pri: WL_Hi-Tx = BT */ 357 /* TDMA off+Bcn-Protect + pri: WL_Hi-Tx > BT_Hi_Rx, BT_Hi > WL > BT_Lo*/ 360 /* TDMA off + Ext-Ctrl + pri: default */ 363 /* TDMA off + Ext-Ctrl + pri: E2G-slot block all BT */ 366 /* TDMA off + Ext-Ctrl + pri: default */ [all …]
|
| /kernel/linux/linux-5.10/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. 14 #include <linux/dma-iommu.h> 34 #include <linux/irqchip/arm-gic-v3.h> 35 #include <linux/irqchip/arm-gic-v4.h> 40 #include "irq-gic-common.h" 63 * Collection structure - just an ID, and a redistributor address to 73 * The ITS_BASER structure - contains memory information, cached 86 * The ITS structure - contains most of the infrastructure, with the 87 * top-level MSI domain, the command queue, the collections, and the [all …]
|
| /kernel/linux/linux-6.6/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" 65 * Collection structure - just an ID, and a redistributor address to 75 * The ITS_BASER structure - contains memory information, cached 88 * The ITS structure - contains most of the infrastructure, with the 89 * top-level MSI domain, the command queue, the collections, and the 122 #define is_v4(its) (!!((its)->typer & GITS_TYPER_VLPIS)) [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0036_linux_drivers_staging.patch | 7 Change-Id: Ibe08cc261b06fe7f07187b5214df34e7cfed2515 9 diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig 11 --- a/drivers/staging/Kconfig 13 @@ -90,6 +90,8 @@ source "drivers/staging/greybus/Kconfig" 21 source "drivers/staging/mt7621-pci/Kconfig" 22 @@ -118,6 +120,8 @@ source "drivers/staging/wfx/Kconfig" 31 diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile 33 --- a/drivers/staging/Makefile 35 @@ -21,7 +21,7 @@ obj-$(CONFIG_IIO) += iio/ 36 obj-$(CONFIG_FB_SM750) += sm750fb/ [all …]
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 1 diff --git a/drivers/Makefile b/drivers/Makefile 3 --- a/drivers/Makefile 5 @@ -6,6 +6,8 @@ 6 # Rewritten to use lists instead of if-statements. 11 obj-y += irqchip/ 12 obj-y += bus/ 14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c 16 --- a/drivers/block/nbd.c 18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info) 22 - if (!dev_list) { [all …]
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 1 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig 3 --- a/arch/arm/Kconfig 5 @@ -322,7 +322,7 @@ config ARCH_MULTIPLATFORM 9 - select AUTO_ZRELADDR 14 @@ -650,6 +650,8 @@ source "arch/arm/mach-highbank/Kconfig" 16 source "arch/arm/mach-hisi/Kconfig" 18 +source "arch/arm/mach-hibvt/Kconfig" 20 source "arch/arm/mach-imx/Kconfig" 22 source "arch/arm/mach-integrator/Kconfig" 23 diff --git a/arch/arm/Makefile b/arch/arm/Makefile [all …]
|