Searched +full:phyrst +full:- +full:a +full:- +full:enable (Results 1 – 2 of 2) sorted by relevance
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.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 …]