Searched +full:phyrst +full:- +full:a +full:- +full:enable (Results 1 – 7 of 7) sorted by relevance
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#16 - Swapnil Jakhade <sjakhade@cadence.com>17 - Yuti Amonkar <yamonkar@cadence.com>22 - cdns,torrent-phy23 - ti,j721e-serdes-10g25 '#address-cells':28 '#size-cells':[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Cadence USBSS-DRD controller bindings10 - Pawel Laszczak <pawell@cadence.com>18 - description: OTG controller registers19 - description: XHCI Host controller registers20 - description: DEVICE controller registers22 reg-names:24 - const: otg[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Cadence USBSS-DRD controller10 - Pawel Laszczak <pawell@cadence.com>18 - description: OTG controller registers19 - description: XHCI Host controller registers20 - description: DEVICE controller registers22 reg-names:24 - const: otg[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2018-2020 Cadence.6 * Copyright (C) 2017-2018 NXP23 #include "gadget-export.h"30 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on()34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on()36 phy_power_off(cdns->usb2_phy); in set_phy_power_on()43 phy_power_off(cdns->usb3_phy); in set_phy_power_off()44 phy_power_off(cdns->usb2_phy); in set_phy_power_off()48 * cdns3_plat_probe - probe for cdns3 core device[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";12 #address-cells = <1>;13 #size-cells = <1>;16 atf-sram@0 {21 scm_conf: scm-conf@100000 {22 compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";24 #address-cells = <1>;25 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2018-2019 Cadence.6 * Copyright (C) 2017-2018 NXP14 #include <linux/dma-mapping.h>24 #include "host-export.h"25 #include "gadget-export.h"37 mutex_lock(&cdns->mutex); in cdns3_role_start()38 cdns->role = role; in cdns3_role_start()39 mutex_unlock(&cdns->mutex); in cdns3_role_start()41 if (!cdns->roles[role]) in cdns3_role_start()[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/9 serdes_refclk: serdes-refclk {10 #clock-cells = <0>;11 compatible = "fixed-clock";17 compatible = "mmio-sram";19 #address-cells = <1>;20 #size-cells = <1>;23 atf-sram@0 {28 scm_conf: scm-conf@100000 {[all …]