Searched +full:usb +full:- +full:1 +full:_0 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-stm32-usbphyc.txt | 1 STMicroelectronics STM32 USB HS PHY controller 11 |_ PHY port#1 _________________ HOST controller 13 | / 1|________________| 14 |_ PHY port#2 ----| |________________ 15 | \_0| | 23 - compatible: must be "st,stm32mp1-usbphyc" 24 - reg: address and length of the usb phy control register set 25 - clocks: phandle + clock specifier for the PLL phy clock 26 - #address-cells: number of address cells for phys sub-nodes, must be <1> 27 - #size-cells: number of size cells for phys sub-nodes, must be <0> [all …]
|
H A D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 USB HS PHY controller 19 |_ PHY port#1 _________________ HOST controller 21 | / 1|________________| 22 |_ PHY port#2 ----| |________________ 23 | \_0| | 27 - Amelie Delaunay <amelie.delaunay@foss.st.com> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 1 Generic USB Device Properties 3 Usually, we only use device tree for hard wired USB device. 5 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps 7 Four types of device-tree nodes are defined: "host-controller nodes" 8 representing USB host controllers, "device nodes" representing USB devices, 9 "interface nodes" representing USB interfaces and "combined nodes" 10 representing simple USB devices. 16 A "hub node" is a combined node or an interface node that represents a USB 21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 26 - reg: the number of the USB hub port or the USB host-controller port to which [all …]
|
H A D | usb-device.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/usb-device.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic USB Device 10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 13 Usually, we only use device tree for hard wired USB device. 15 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps 17 Four types of device-tree nodes are defined: "host-controller nodes" 18 representing USB host controllers, "device nodes" representing USB devices, [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 9 * 1. Redistributions of source code must retain the above copyright 35 …_K2_E5 (0x1<<1) // It indicates ras… 36 …GLCS_REG_INT_STS_RASDP_ERROR_K2_E5_SHIFT 1 40 …R_K2_E5 (0x1<<1) // This bit masks, … 41 …GLCS_REG_INT_MASK_RASDP_ERROR_K2_E5_SHIFT 1 45 …ROR_K2_E5 (0x1<<1) // It indicates ras… 46 …GLCS_REG_INT_STS_WR_RASDP_ERROR_K2_E5_SHIFT 1 50 …RROR_K2_E5 (0x1<<1) // It indicates ras… 51 …GLCS_REG_INT_STS_CLR_RASDP_ERROR_K2_E5_SHIFT 1 [all …]
|