Searched +full:salvo +full:- +full:phy (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | cdns,salvo-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/phy/cdns,salvo-phy.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 8 title: Cadence SALVO PHY 11 - Peter Chen <peter.chen@nxp.com> 16 - nxp,salvo-phy 24 clock-names: 26 - const: salvo_phy_clk 28 power-domains: [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | cdns,salvo-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/phy/cdns,salvo-phy.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Cadence SALVO PHY 11 - Peter Chen <peter.chen@nxp.com> 16 - nxp,salvo-phy 24 clock-names: 26 - const: salvo_phy_clk 28 power-domains: [all …]
|
| /kernel/linux/linux-5.10/drivers/phy/cadence/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Phy drivers for Cadence PHYs 7 tristate "Cadence Torrent PHY driver" 12 Support for Cadence Torrent PHY. 15 tristate "Cadence D-PHY Support" 20 Choose this option if you have a Cadence D-PHY in your 22 cdns-dphy. 25 tristate "Cadence Sierra PHY Driver" 29 Enable this to support the Cadence Sierra PHY driver 32 tristate "Cadence Salvo PHY Driver" [all …]
|
| D | phy-cadence-salvo.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Salvo PHY is a 28nm PHY, it is a legacy PHY, and only 6 * Copyright (c) 2019-2020 NXP 12 #include <linux/phy/phy.h> 18 /* PHY register definition */ 105 struct phy *phy; member 114 return (u16)readl(salvo_phy->base + in cdns_salvo_read() 115 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_read() 121 writel(val, salvo_phy->base + in cdns_salvo_write() 122 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_write() [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o 3 obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o 4 obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o 5 obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
|
| /kernel/linux/linux-6.6/drivers/phy/cadence/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Phy drivers for Cadence PHYs 7 tristate "Cadence Torrent PHY driver" 13 Support for Cadence Torrent PHY. 16 tristate "Cadence D-PHY Support" 21 Choose this option if you have a Cadence D-PHY in your 23 cdns-dphy. 26 tristate "Cadence D-PHY Rx Support" 31 Support for Cadence D-PHY in Rx configuration. 34 tristate "Cadence Sierra PHY Driver" [all …]
|
| D | phy-cadence-salvo.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Salvo PHY is a 28nm PHY, it is a legacy PHY, and only 6 * Copyright (c) 2019-2020 NXP 13 #include <linux/phy/phy.h> 21 /* USB3 PHY register definition */ 93 /* USB2 PHY register definition */ 135 struct phy *phy; member 147 return salvo_phy->data == &cdns_nxp_salvo_data; in cdns_is_nxp_phy() 152 return (u16)readl(salvo_phy->base + offset + in cdns_salvo_read() 153 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_read() [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o 3 obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o 4 obj-$(CONFIG_PHY_CADENCE_DPHY_RX) += cdns-dphy-rx.o 5 obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o 6 obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8-ss-conn.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2018-2019 NXP 7 #include <dt-bindings/clock/imx8-lpcg.h> 8 #include <dt-bindings/firmware/imx/rsrc.h> 11 compatible = "simple-bus"; 12 #address-cells = <1>; 13 #size-cells = <1>; 16 conn_axi_clk: clock-conn-axi { 17 compatible = "fixed-clock"; 18 #clock-cells = <0>; [all …]
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0001_linux_arch.patch | 7 Change-Id: I8c7b42f8858212fb4b2d56a871d3f4d5afc73954 9 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig 11 --- a/arch/arm64/Kconfig 13 @@ -183,7 +183,6 @@ config ARM64 17 - select HOLES_IN_ZONE 21 @@ -1023,6 +1022,9 @@ config NEED_PER_CPU_EMBED_FIRST_CHUNK 31 @@ -1148,7 +1150,7 @@ config XEN 35 - int 40 @@ -1182,15 +1184,6 @@ config UNMAP_KERNEL_AT_EL0 44 -config MITIGATE_SPECTRE_BRANCH_HISTORY [all …]
|