Searched +full:usb +full:- +full:dc +full:- +full:dis (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Realtek DHC SoCs USB 2.0 PHY11 - Stanley Chang <stanley_chang@realtek.com>14 Realtek USB 2.0 PHY support the digital home center (DHC) RTD series SoCs.15 The USB 2.0 PHY driver is designed to support the XHCI controller. The SoCs19 RTD1295/RTD1619 SoCs USB20 The USB architecture includes three XHCI controllers.21 Each XHCI maps to one USB 2.0 PHY and map one USB 3.0 PHY on some[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Li Jun <jun.li@nxp.com>15 - fsl,imx8mq-usb-phy16 - fsl,imx8mp-usb-phy21 "#phy-cells":27 clock-names:29 - const: phy[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */2 /* Copyright(c) 1999 - 2006 Intel Corporation. */425 /* MAC decode size is 128K - This is the size of BAR0 */446 (MINIMUM_ETHERNET_FRAME_SIZE - ETHERNET_FCS_SIZE)489 * E1000_RAR_ENTRIES - 1 multicast addresses.506 /* Receive Descriptor - Extended */532 /* Receive Descriptor - Packet Split */556 __le16 length[3]; /* length of buffers 1-3 */570 #define E1000_RXD_STAT_PIF 0x80 /* passed in-exact filter */773 * RW - register is both readable and writable[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */2 /* Copyright(c) 1999 - 2006 Intel Corporation. */422 /* MAC decode size is 128K - This is the size of BAR0 */443 (MINIMUM_ETHERNET_FRAME_SIZE - ETHERNET_FCS_SIZE)486 * E1000_RAR_ENTRIES - 1 multicast addresses.503 /* Receive Descriptor - Extended */529 /* Receive Descriptor - Packet Split */553 __le16 length[3]; /* length of buffers 1-3 */567 #define E1000_RXD_STAT_PIF 0x80 /* passed in-exact filter */770 * RW - register is both readable and writable[all …]
2 # SPDX-License-Identifier: GPL-2.0-only21 # https://01.org/pm-graph23 # git@github.com:intel/pm-graph51 # ----------------- LIBRARIES --------------------73 print('[%09.3f] %s' % (time.time()-mystarttime, msg))81 # ----------------- CLASSES --------------------85 # A global, single-instance container used to107 cgtest = -1182 tmstart = 'SUSPEND START %Y%m%d-%H:%M:%S.%f'183 tmend = 'RESUME COMPLETE %Y%m%d-%H:%M:%S.%f'[all …]