Searched +full:disconnection +full:- +full:compensate (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Stanley Chang <stanley_chang@realtek.com>23 XHCI controller#0 -- usb2phy -- phy#024 |- usb3phy -- phy#025 XHCI controller#1 -- usb2phy -- phy#026 XHCI controller#2 -- usb2phy -- phy#027 |- usb3phy -- phy#033 XHCI controller#0 -- usb2phy -- phy#0[all …]
1 // SPDX-License-Identifier: GPL-2.03 * phy-rtk-usb2.c RTK usb2.0 PHY driver15 #include <linux/nvmem-consumer.h>128 return (int)((((addr) - PAGE_START) & 0x7) + in page_addr_to_array_index()129 ((((addr) - PAGE_START) & 0x10) >> 1)); in page_addr_to_array_index()150 return -ETIMEDOUT; in utmi_wait_register()158 void __iomem *reg_gusb2phyacc0 = phy_reg->reg_gusb2phyacc0; in rtk_phy_read()162 addr -= OFFEST_PHY_READ; in rtk_phy_read()191 void __iomem *reg_wrap_vstatus = phy_reg->reg_wrap_vstatus; in rtk_phy_write()192 void __iomem *reg_gusb2phyacc0 = phy_reg->reg_gusb2phyacc0; in rtk_phy_write()[all …]
4 * Copyright (c) 1994-2002 Justin T. Gibbs.5 * Copyright (c) 2000-2002 Adaptec Inc.19 * 3. Neither the names of the above-listed copyright holders nor the names78 SCSIID_OUR_ID((scb)->hscb->scsiid)80 SCSIID_TARGET((ahd), (scb)->hscb->scsiid)82 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)84 ((scb)->hscb->lun)92 && (((scb)->flags & SCB_SILENT) != 0))95 (((scb)->flags & SCB_SILENT) != 0)103 (tcl & (AHD_NUM_LUNS - 1))[all …]
55 DRM_FORCE_ON_DIGITAL, /* for DVI-I use digital connector */59 * enum drm_connector_status - status for a &drm_connector74 * nothing there. It is driver-dependent whether a connector with this81 * flicker (like load-detection when the connector is in use), or when a82 * hardware resource isn't available (like when load-detection needs a92 * enum drm_connector_registration_state - userspace registration status for125 * - An unregistered connector may only have its DPMS changed from126 * On->Off. Once DPMS is changed to Off, it may not be switched back128 * - Modesets are not allowed on unregistered connectors, unless they132 * - Removing a CRTC from an unregistered connector is OK, but new[all …]