Searched +full:preemphasis +full:- +full:width (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,qusb2-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/phy/qcom,qusb2-phy.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Wesley Cheng <quic_wcheng@quicinc.com> 19 - items: 20 - enum: 21 - qcom,ipq5424-qusb2-phy 22 - qcom,ipq6018-qusb2-phy 23 - qcom,ipq8074-qusb2-phy [all …]
|
| /linux/include/dt-bindings/phy/ |
| H A D | phy-qcom-qusb2.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 /* PHY PREEMPHASIS bit values */ 33 /* PHY PREEMPHASIS-WIDTH bit values */
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qusb2.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/nvmem-consumer.h> 22 #include <dt-bindings/phy/phy-qcom-qusb2.h> 105 * if yes, then offset gives index in the reg-layout 123 /* set of registers with offsets different per-PHY */ 307 /* true if PHY default clk scheme is single-ended */ 408 "vdd", "vdda-pll", "vdda-phy-dpdm", 413 /* struct override_param - structure holding qusb2 v2 phy overriding param 422 /*struct override_params - structure holding qusb2 v2 phy overriding params 425 * @preemphasis: Amplitude Pre-Emphasis to be updated in TUNE1 register [all …]
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | sor.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <linux/clk-provider.h> 56 u8 preemphasis[4]; member 75 .preemphasis = { 0x00, 0x00, 0x00, 0x00 }, 90 .preemphasis = { 0x00, 0x00, 0x00, 0x00 }, 105 .preemphasis = { 0x00, 0x00, 0x00, 0x00 }, 120 .preemphasis = { 0x00, 0x17, 0x17, 0x17 }, 135 .preemphasis = { 0x00, 0x00, 0x00, 0x00 }, 154 .preemphasis = { 0x00, 0x00, 0x00, 0x00 }, 169 .preemphasis = { 0x01, 0x02, 0x02, 0x02 }, [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sdm850-lenovo-yoga-c630.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 8 /dts-v1/; 10 #include <dt-bindings/input/gpio-keys.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 13 #include <dt-bindings/sound/qcom,q6afe.h> 14 #include <dt-bindings/sound/qcom,q6asm.h> 16 #include "sdm845-wcd9340.dtsi" 24 /delete-node/ &ipa_fw_mem; 25 /delete-node/ &ipa_gsi_mem; [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 1 /* Broadcom NetXtreme-C/E network driver. 3 * Copyright (c) 2014-2016 Broadcom Corporation 4 * Copyright (c) 2016-2018 Broadcom Limited 33 #include <linux/io-64-nonatomic-lo-hi.h> 76 (((txr)->tx_napi_idx << TX_OPAQUE_RING_SHIFT) | \ 77 ((bds) << TX_OPAQUE_BDS_SHIFT) | ((idx) & (bp)->tx_ring_mask)) 85 (bp)->tx_ring_mas 1535 __le32 preemphasis; global() member 1683 u32 preemphasis; global() member [all...] |
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | atombios.h | 2 * Copyright 2006-2007 Advanced Micro Devices, Inc. 107 #define ATOM_SCALER_DISABLE 0 //For Fudo, it's bypass and auto-cengter & no replication 108 #define ATOM_SCALER_CENTER 1 //For Fudo, it's bypass and auto-center & auto replication 110 #define ATOM_SCALER_MULTI_EX 3 //For Fudo only, it's multi-tap mode only used to drive TV or CV,… 222 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 245 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 427 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_… 433 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_… 440 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di… 538 …UCHAR ucInputFlag; //Input Flags. ucInputFlag[0] - Strobe(1)/Performance(0)… [all …]
|