Searched +full:j721e +full:- +full:usb (Results  1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/usb/ | 
| H A D | ti,j721e-usb.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/usb/ti,j721e-usb.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: TI wrapper module for the Cadence USBSS-DRD controller
 10   - Roger Quadros <rogerq@kernel.org>
 15       - const: ti,j721e-usb
 16       - items:
 17           - const: ti,am64-usb
 18           - const: ti,j721e-usb
 [all …]
 
 | 
| /linux/drivers/phy/ti/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only6 	tristate "TI DA8xx USB PHY Driver"
 11 	  Enable this to support the USB PHY on DA8xx SoCs.
 13 	  This driver controls both the USB 1.1 PHY and the USB 2.0 PHY.
 16 	tristate "TI dm816x USB PHY driver"
 22 	  Enable this for dm816x USB to work.
 37 	tristate "TI J721E WIZ (SERDES Wrapper) support"
 46 	  This option enables support for WIZ module present in TI's J721E
 73 	  The USB OTG controller communicates with the comparator using this
 92 	  Support for TI TUSB1210 USB ULPI PHY.
 [all …]
 
 | 
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PHY_DA8XX_USB)		+= phy-da8xx-usb.o
 3 obj-$(CONFIG_PHY_DM816X_USB)		+= phy-dm816x-usb.o
 4 obj-$(CONFIG_OMAP_CONTROL_PHY)		+= phy-omap-control.o
 5 obj-$(CONFIG_OMAP_USB2)			+= phy-omap-usb2.o
 6 obj-$(CONFIG_TI_PIPE3)			+= phy-ti-pipe3.o
 7 obj-$(CONFIG_PHY_TUSB1210)		+= phy-tusb1210.o
 8 obj-$(CONFIG_TWL4030_USB)		+= phy-twl4030-usb.o
 9 obj-$(CONFIG_PHY_AM654_SERDES)		+= phy-am654-serdes.o
 10 obj-$(CONFIG_PHY_TI_GMII_SEL)		+= phy-gmii-sel.o
 [all …]
 
 | 
| /linux/drivers/usb/cdns3/ | 
| H A D | Kconfig | 2 	tristate "Cadence USB Support"3 	depends on USB_SUPPORT && (USB || USB_GADGET) && HAS_DMA
 8 	  dual-role controller.
 9 	  It supports: dual-role switch, Host-only, and Peripheral-only.
 17 	tristate "Cadence USB3 Dual-Role Controller"
 20 	  Say Y here if your system has a Cadence USB3 dual-role controller.
 21 	  It supports: dual-role switch, Host-only, and Peripheral-only.
 34 	  Cadence USBSS-DEV driver.
 41 	depends on USB=y || USB=USB_CDNS3
 51 	tristate "Cadence USB3 support on PCIe-based platforms"
 [all …]
 
 | 
| /linux/drivers/dma/ti/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only12 	  is currently used by the USB driver on AM335x and DA8xx platforms.
 27 	tristate "Texas Instruments sDMA (omap-dma) support"
 48 	  DMA engine is used in AM65x and j721e.
 
 | 
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | phy-cadence-torrent.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/phy/phy-cadence-torrent.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 13   such as PCIe, USB, SGMII, QSGMII etc.
 16   - Swapnil Jakhade <sjakhade@cadence.com>
 17   - Yuti Amonkar <yamonkar@cadence.com>
 22       - cdns,torrent-phy
 23       - ti,j7200-serdes-10g
 24       - ti,j721e-serdes-10g
 [all …]
 
 | 
| /linux/drivers/phy/cadence/ | 
| H A D | phy-cadence-sierra.c | 1 // SPDX-License-Identifier: GPL-2.010 #include <linux/clk-provider.h>
 23 #include <dt-bindings/phy/phy.h>
 24 #include <dt-bindings/phy/phy-cadence.h>
 417 	u32 offset = reg << ctx->reg_offset_shift;  in cdns_regmap_write()
 419 	writew(val, ctx->base + offset);  in cdns_regmap_write()
 427 	u32 offset = reg << ctx->reg_offset_shift;  in cdns_regmap_read()
 429 	*val = readw(ctx->base + offset);  in cdns_regmap_read()
 544 	struct cdns_sierra_phy *phy = dev_get_drvdata(gphy->dev.parent);  in cdns_sierra_phy_init()
 545 	const struct cdns_sierra_data *init_data = phy->init_data;  in cdns_sierra_phy_init()
 [all …]
 
 | 
| H A D | phy-cadence-torrent.c | 1 // SPDX-License-Identifier: GPL-2.0-only9 #include <dt-bindings/phy/phy.h>
 10 #include <dt-bindings/phy/phy-cadence.h>
 12 #include <linux/clk-provider.h>
 243 	[CDNS_TORRENT_REFCLK_DRIVER] = "refclk-driver",
 244 	[CDNS_TORRENT_DERIVED_REFCLK] = "refclk-der",
 245 	[CDNS_TORRENT_RECEIVED_REFCLK] = "refclk-rec",
 473 	for (i = 0; i < tbl->num_entries; i++) {  in cdns_torrent_get_tbl_vals()
 474 		if (tbl->entries[i].key == key)  in cdns_torrent_get_tbl_vals()
 475 			return tbl->entries[i].vals;  in cdns_torrent_get_tbl_vals()
 [all …]
 
 | 
| /linux/arch/arm64/boot/dts/ti/ | 
| H A D | k3-am65-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5  * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/
 7 #include <dt-bindings/phy/phy-am654-serdes.h>
 11 		compatible = "mmio-sram";
 13 		#address-cells = <1>;
 14 		#size-cells = <1>;
 17 		atf-sram@0 {
 21 		sysfw-sram@f0000 {
 25 		l3cache-sram@100000 {
 30 	gic500: interrupt-controller@1800000 {
 [all …]
 
 |