Home
last modified time | relevance | path

Searched +full:hsp +full:- +full:sp +full:- +full:csr (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/usb/
H A Deswin,eic7700-usb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/eswin,eic7700-usb.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Wei Yang <yangwei1@eswincomputing.com>
11 - Senchuan Zhang <zhangsenchuan@eswincomputing.com>
12 - Hang Cao <caohang@eswincomputing.com>
18 - $ref: snps,dwc3-common.yaml#
22 const: eswin,eic7700-dwc3
30 interrupt-names:
[all …]
/linux/drivers/usb/dwc3/
H A Ddwc3-generic-plat.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * dwc3-generic-plat.c - DesignWare USB3 generic platform driver
7 * Inspired by dwc3-qcom.c and dwc3-of-simple.c
45 struct device *dev = dwc3g->dev; in dwc3_eic7700_init()
52 regmap = syscon_regmap_lookup_by_phandle_args(dev->of_node, in dwc3_eic7700_init()
53 "eswin,hsp-sp-csr", in dwc3_eic7700_init()
56 dev_err(dev, "No hsp-sp-csr phandle specified\n"); in dwc3_eic7700_init()
76 struct device *dev = &pdev->dev; in dwc3_generic_probe()
83 return -ENOMEM; in dwc3_generic_probe()
85 dwc3g->dev = dev; in dwc3_generic_probe()
[all …]
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c1 // SPDX-License-Identifier: GPL-2.0
11 #include <linux/arm-smccc.h>
14 #include <linux/clk-provider.h>
15 #include <linux/dma-mapping.h>
29 #include "sdhci-pltfm.h"
31 #include "sdhci-cqhci.h"
48 /* Tuning and auto-tuning fields in AT_CTRL_R control register */
58 #define AT_CTRL_PRE_CHANGE_DLY 0x1 /* 2-cycle latency */
60 #define AT_CTRL_POST_CHANGE_DLY 0x3 /* 4-cycle latency */
160 #define PHY_PAD_TXSLEW_CTRL_P 0x3 /* Slew control for P-Type pad TX */
[all …]