Searched +full:am62 +full:- +full:usb (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-6.6/drivers/usb/dwc3/ |
| D | dwc3-am62.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * dwc3-am62.c - TI specific Glue layer for AM62 DWC3 USB Controller 5 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com 22 /* USB WRAPPER register offsets */ 132 static inline u32 dwc3_ti_readl(struct dwc3_am62 *am62, u32 offset) in dwc3_ti_readl() argument 134 return readl((am62->usbss) + offset); in dwc3_ti_readl() 137 static inline void dwc3_ti_writel(struct dwc3_am62 *am62, u32 offset, u32 value) in dwc3_ti_writel() argument 139 writel(value, (am62->usbss) + offset); in dwc3_ti_writel() 142 static int phy_syscon_pll_refclk(struct dwc3_am62 *am62) in phy_syscon_pll_refclk() argument 144 struct device *dev = am62->dev; in phy_syscon_pll_refclk() [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 5 depends on (USB || USB_GADGET) && HAS_DMA 11 USB controller based on the DesignWare USB3 IP Core. 27 default USB_DWC3_DUAL_ROLE if (USB && USB_GADGET) 28 default USB_DWC3_HOST if (USB && !USB_GADGET) 29 default USB_DWC3_GADGET if (!USB && USB_GADGET) 33 depends on USB=y || USB=USB_DWC3 47 depends on ((USB=y || USB=USB_DWC3) && (USB_GADGET=y || USB_GADGET=USB_DWC3)) 78 tristate "PCIe-based Platforms" 86 tristate "Synopsys PCIe-based HAPS Platforms" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | ti,am62-usb.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/usb/ti,am62-usb.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI's AM62 wrapper module for the Synopsys USBSS-DRD controller 10 - Aswath Govindraju <a-govindraju@ti.com> 14 const: ti,am62-usb 21 power-domains: 24 the USB ISO device id value. See, 25 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/ti/ |
| D | k3-am62-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/ 10 compatible = "mmio-sram"; 12 #address-cells = <1>; 13 #size-cells = <1>; 17 gic500: interrupt-controller@1800000 { 18 compatible = "arm,gic-v3"; 19 #address-cells = <2>; 20 #size-cells = <2>; 22 #interrupt-cells = <3>; [all …]
|
| D | k3-am62a-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/ 10 compatible = "mmio-sram"; 12 #address-cells = <1>; 13 #size-cells = <1>; 17 gic500: interrupt-controller@1800000 { 18 compatible = "arm,gic-v3"; 25 #address-cells = <2>; 26 #size-cells = <2>; 28 #interrupt-cells = <3>; [all …]
|
| D | k3-am62x-sk-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2021-2023 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/leds/common.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/net/ti-dp83867.h> 11 #include "k3-am625.dtsi" 27 stdout-path = "serial2:115200n8"; 36 reserved-memory { 37 #address-cells = <2>; 38 #size-cells = <2>; [all …]
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|