| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | core.c | 35 static void dwc3_set_mode(struct dwc3 *dwc, u32 mode) in dwc3_set_mode() argument 39 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_set_mode() 42 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_set_mode() 49 static int dwc3_core_soft_reset(struct dwc3 *dwc) in dwc3_core_soft_reset() argument 54 reg = dwc3_readl(dwc->regs, DWC3_GCTL); in dwc3_core_soft_reset() 56 dwc3_writel(dwc->regs, DWC3_GCTL, reg); in dwc3_core_soft_reset() 59 reg = dwc3_readl(dwc->regs, DWC3_GUSB3PIPECTL(0)); in dwc3_core_soft_reset() 61 dwc3_writel(dwc->regs, DWC3_GUSB3PIPECTL(0), reg); in dwc3_core_soft_reset() 64 reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(0)); in dwc3_core_soft_reset() 66 dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg); in dwc3_core_soft_reset() [all …]
|
| H A D | ep0.c | 29 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep); 30 static void __dwc3_ep0_do_control_data(struct dwc3 *dwc, 49 static int dwc3_ep0_start_trans(struct dwc3 *dwc, u8 epnum, dma_addr_t buf_dma, in dwc3_ep0_start_trans() argument 58 dep = dwc->eps[epnum]; in dwc3_ep0_start_trans() 60 dev_vdbg(dwc->dev, "%s still busy", dep->name); in dwc3_ep0_start_trans() 64 trb = &dwc->ep0_trb[dep->free_slot]; in dwc3_ep0_start_trans() 90 params.param0 = upper_32_bits(dwc->ep0_trb_addr); in dwc3_ep0_start_trans() 91 params.param1 = lower_32_bits(dwc->ep0_trb_addr); in dwc3_ep0_start_trans() 93 ret = dwc3_send_gadget_ep_cmd(dwc, dep->number, in dwc3_ep0_start_trans() 96 dev_dbg(dwc->dev, "%s STARTTRANSFER failed", dep->name); in dwc3_ep0_start_trans() [all …]
|
| H A D | gadget.c | 40 int dwc3_gadget_set_test_mode(struct dwc3 *dwc, int mode) in dwc3_gadget_set_test_mode() argument 44 reg = dwc3_readl(dwc->regs, DWC3_DCTL); in dwc3_gadget_set_test_mode() 59 dwc3_writel(dwc->regs, DWC3_DCTL, reg); in dwc3_gadget_set_test_mode() 71 int dwc3_gadget_get_link_state(struct dwc3 *dwc) in dwc3_gadget_get_link_state() argument 75 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_get_link_state() 88 int dwc3_gadget_set_link_state(struct dwc3 *dwc, enum dwc3_link_state state) in dwc3_gadget_set_link_state() argument 97 if (dwc->revision >= DWC3_REVISION_194A) { in dwc3_gadget_set_link_state() 99 reg = dwc3_readl(dwc->regs, DWC3_DSTS); in dwc3_gadget_set_link_state() 110 reg = dwc3_readl(dwc->regs, DWC3_DCTL); in dwc3_gadget_set_link_state() 115 dwc3_writel(dwc->regs, DWC3_DCTL, reg); in dwc3_gadget_set_link_state() [all …]
|
| H A D | core.h | 398 struct dwc3 *dwc; member 442 struct dwc3 *dwc; member 993 int dwc3_gadget_resize_tx_fifos(struct dwc3 *dwc); 994 int dwc3_init(struct dwc3 *dwc); 995 void dwc3_remove(struct dwc3 *dwc); 998 int dwc3_host_init(struct dwc3 *dwc); 999 void dwc3_host_exit(struct dwc3 *dwc); 1001 static inline int dwc3_host_init(struct dwc3 *dwc) in dwc3_host_init() argument 1003 static inline void dwc3_host_exit(struct dwc3 *dwc) in dwc3_host_exit() argument 1008 int dwc3_gadget_init(struct dwc3 *dwc); [all …]
|
| H A D | gadget.h | 81 void dwc3_ep0_interrupt(struct dwc3 *dwc, 83 void dwc3_ep0_out_start(struct dwc3 *dwc); 89 void dwc3_gadget_uboot_handle_interrupt(struct dwc3 *dwc); 98 static inline u32 dwc3_gadget_ep_get_transfer_index(struct dwc3 *dwc, u8 number) in dwc3_gadget_ep_get_transfer_index() argument 102 res_id = dwc3_readl(dwc->regs, DWC3_DEPCMD(number)); in dwc3_gadget_ep_get_transfer_index()
|
| /openbmc/u-boot/doc/device-tree-bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 11 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10" 13 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10" 15 - "snps,dwc-qos-ethernet-4.10" 17 "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10". It is supported to be 69 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10": 75 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10": 80 - "snps,dwc-qos-ethernet-4.10" (deprecated): 96 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10": 98 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10": 100 - "snps,dwc-qos-ethernet-4.10" (deprecated): [all …]
|
| /openbmc/u-boot/doc/ |
| H A D | README.ARC | 27 https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases
|
| /openbmc/u-boot/board/synopsys/hsdk/ |
| H A D | README | 14 …https://github.com/foss-for-synopsys-dwc-arc-processors/ARC-Development-Systems-Forum/wiki/docs/AR… 31 https://github.com/foss-for-synopsys-dwc-arc-processors/rff-ftdi-reset
|
| /openbmc/u-boot/board/synopsys/emsdp/ |
| H A D | README | 31 https://github.com/foss-for-synopsys-dwc-arc-processors/rff-ftdi-reset
|
| /openbmc/u-boot/board/synopsys/iot_devkit/ |
| H A D | README | 37 https://github.com/foss-for-synopsys-dwc-arc-processors/rff-ftdi-reset
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | tegra186.dtsi | 35 compatible = "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10";
|
| H A D | dra7.dtsi | 1438 compatible = "snps,dwc-ahci";
|
| /openbmc/qemu/pc-bios/dtb/ |
| H A D | canyonlands.dts | 181 compatible = "amcc,dwc-otg";
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | README | 458 arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |