Searched +full:phyrst +full:- +full:a +full:- +full:enable (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | cdns,usb3.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cadence USBSS-DRD controller bindings 10 - Pawel Laszczak <pawell@cadence.com> 18 - description: OTG controller registers 19 - description: XHCI Host controller registers 20 - description: DEVICE controller registers 22 reg-names: 24 - const: otg [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | natsemi.c | 2 natsemi.c: A U-Boot driver for the NatSemi DP8381x series. 3 Author: Mark A. Rakes (mark_rakes@vivato.net) 14 Adapted from a Linux driver which was written by Donald Becker 21 Written/copyright 1999-2001 by Donald Becker. 27 a complete program and may only be used when the entire operating 48 * Initial U-Boot Release. Tested with Netgear FA311 board 61 #define EEPROM_SIZE 0xb /*12 16-bit chunks, or 24 bytes*/ 72 Unlike software-only systems, device drivers interact with complex hardware. 92 /* These are from the spec, around page 78... on a separate table. */ 129 PhyRst = 0x00000400, enumerator [all …]
|
| H A D | ns8382x.c | 2 ns8382x.c: A U-Boot driver for the NatSemi DP8382[01]. 3 ported by: Mark A. Rakes (mark_rakes@vivato.net) 13 Adapted from a Linux driver which was written by Donald Becker 18 2. A Linux driver by Donald Becker, ns820.c: 19 Written/copyright 1999-2002 by Donald Becker. 25 a complete program and may only be used when the entire operating 44 * Initial U-Boot Release. 48 * a programmed EEPROM device (if present) in order to work 108 PhyRst = 0x00000400, enumerator 230 /* 1K-base T control register */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/ti/ |
| H A D | k3-j7200-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | core.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2018-2019 Cadence. 6 * Copyright (C) 2017-2018 NXP 14 #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 …]
|