| /kernel/linux/linux-6.6/drivers/clk/ |
| D | clk-renesas-pcie.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Driver for Renesas 9-series PCIe clock generator driver 6 * - 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ 8 * - 9FGV0241 9 * - 9FGV0441 14 #include <linux/clk-provider.h> 54 /* Supported Renesas 9-series models. */ 60 /* Structure to describe features of a particular 9-series model */ 78 * Renesas 9-series i2c regmap 114 return -EIO; in rs9_regmap_i2c_write() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | renesas,9series.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: Renesas 9-series I2C PCIe clock generators 10 The Renesas 9-series are I2C PCIe clock generators providing 16 - 9FGV0241: 17 0 -- DIF0 18 1 -- DIF1 19 - 9FGV0441: 20 0 -- DIF0 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
| D | dce120_clk_mgr.c | 2 * Copyright 2012-16 Advanced Micro Devices, Inc. 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36 /*ClocksStateInvalid - should not be used*/ 38 /*ClocksStateUltraLow - currently by HW design team not supposed to be used*/ 48 * dce121_clock_patch_xgmi_ss_info() - Save XGMI spread spectrum info 51 * Reads from VBIOS the XGMI spread spectrum info and saves it within 54 * sets the ->xgmi_enabled flag. 60 struct dc_bios *bp = clk_mgr_dce->base.ctx->dc_bios; in dce121_clock_patch_xgmi_ss_info() 62 clk_mgr_dce->xgmi_enabled = false; in dce121_clock_patch_xgmi_ss_info() 64 result = bp->funcs->get_spread_spectrum_info(bp, AS_SIGNAL_TYPE_XGMI, in dce121_clock_patch_xgmi_ss_info() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
| D | dce120_clk_mgr.c | 2 * Copyright 2012-16 Advanced Micro Devices, Inc. 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 36 /*ClocksStateInvalid - should not be used*/ 38 /*ClocksStateUltraLow - currently by HW design team not supposed to be used*/ 48 * dce121_clock_patch_xgmi_ss_info() - Save XGMI spread spectrum info 51 * Reads from VBIOS the XGMI spread spectrum info and saves it within 54 * sets the ->xgmi_enabled flag. 60 struct dc_bios *bp = clk_mgr_dce->base.ctx->dc_bios; in dce121_clock_patch_xgmi_ss_info() 62 clk_mgr_dce->xgmi_enabled = false; in dce121_clock_patch_xgmi_ss_info() 64 result = bp->funcs->get_spread_spectrum_info(bp, AS_SIGNAL_TYPE_XGMI, in dce121_clock_patch_xgmi_ss_info() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| D | smu11_driver_if_sienna_cichlid.h | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 53 #define MAX_GFXCLK_DPM_LEVEL (NUM_GFXCLK_DPM_LEVELS - 1) 54 #define MAX_SMNCLK_DPM_LEVEL (NUM_SMNCLK_DPM_LEVELS - 1) 55 #define MAX_SOCCLK_DPM_LEVEL (NUM_SOCCLK_DPM_LEVELS - 1) 56 #define MAX_MP0CLK_DPM_LEVEL (NUM_MP0CLK_DPM_LEVELS - 1) 57 #define MAX_DCLK_DPM_LEVEL (NUM_DCLK_DPM_LEVELS - 1) 58 #define MAX_VCLK_DPM_LEVEL (NUM_VCLK_DPM_LEVELS - 1) 59 #define MAX_DCEFCLK_DPM_LEVEL (NUM_DCEFCLK_DPM_LEVELS - 1) 60 #define MAX_DISPCLK_DPM_LEVEL (NUM_DISPCLK_DPM_LEVELS - 1) 61 #define MAX_PIXCLK_DPM_LEVEL (NUM_PIXCLK_DPM_LEVELS - 1) [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
| D | dfp.c | 5 * Copyright 2007-2009 Stuart Bennett 23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 58 * this does not give a correct answer for off-chip dvi, but there's no in nv04_dfp_get_bound_head() 61 int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2; in nv04_dfp_get_bound_head() 72 * Luckily we do know the values ;-) in nv04_dfp_bind_head() 78 int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2; in nv04_dfp_bind_head() 84 if (dcbent->type == DCB_OUTPUT_LVDS) in nv04_dfp_bind_head() 87 nv_write_tmds(dev, dcbent->or, 0, 0x04, tmds04); in nv04_dfp_bind_head() 90 nv_write_tmds(dev, dcbent->or, 1, 0x04, tmds04 ^ 0x08); in nv04_dfp_bind_head() 95 struct nv04_crtc_reg *crtcstate = nv04_display(dev)->mode_reg.crtc_reg; in nv04_dfp_disable() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
| D | dfp.c | 5 * Copyright 2007-2009 Stuart Bennett 23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 58 * this does not give a correct answer for off-chip dvi, but there's no in nv04_dfp_get_bound_head() 61 int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2; in nv04_dfp_get_bound_head() 72 * Luckily we do know the values ;-) in nv04_dfp_bind_head() 78 int ramdac = (dcbent->or & DCB_OUTPUT_C) >> 2; in nv04_dfp_bind_head() 84 if (dcbent->type == DCB_OUTPUT_LVDS) in nv04_dfp_bind_head() 87 nv_write_tmds(dev, dcbent->or, 0, 0x04, tmds04); in nv04_dfp_bind_head() 90 nv_write_tmds(dev, dcbent->or, 1, 0x04, tmds04 ^ 0x08); in nv04_dfp_bind_head() 95 struct nv04_crtc_reg *crtcstate = nv04_display(dev)->mode_reg.crtc_reg; in nv04_dfp_disable() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
| D | ddc_service_types.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 86 capabilities going OUT OF SOURCE DEVICE (link capabilities) 88 /* support for Spread Spectrum(SS) */ 90 /* DP link settings (laneCount, linkRate, Spread) */ 96 indicates 'Frame Sequential-to-lllFrame Pack' conversion capability.*/
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
| D | ddc_service_types.h | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 100 capabilities going OUT OF SOURCE DEVICE (link capabilities) 102 /* support for Spread Spectrum(SS) */ 104 /* DP link settings (laneCount, linkRate, Spread) */ 110 indicates 'Frame Sequential-to-lllFrame Pack' conversion capability.*/
|
| /kernel/linux/linux-6.6/drivers/scsi/isci/ |
| D | probe_roms.h | 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 103 * - A value of 1 indicates generation 1 (i.e. 1.5 Gb/s). 104 * - A value of 2 indicates generation 2 (i.e. 3.0 Gb/s). 105 * - A value of 3 indicates generation 3 (i.e. 6.0 Gb/s). 228 * Spread Spectrum Clocking (SSC) settings for SATA and SAS. 234 * NOTE: Max spread for SATA is +0 / -5000 PPM. 235 * Down-spreading SSC (only method allowed for SATA): [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/isci/ |
| D | probe_roms.h | 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 103 * - A value of 1 indicates generation 1 (i.e. 1.5 Gb/s). 104 * - A value of 2 indicates generation 2 (i.e. 3.0 Gb/s). 105 * - A value of 3 indicates generation 3 (i.e. 6.0 Gb/s). 228 * Spread Spectrum Clocking (SSC) settings for SATA and SAS. 234 * NOTE: Max spread for SATA is +0 / -5000 PPM. 235 * Down-spreading SSC (only method allowed for SATA): [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx6q-cubox-i-som-v15.dts | 4 * This file is dual-licensed: you can use it either under the terms 38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 /dts-v1/; 44 #include "imx6qdl-sr-som.dtsi" 45 #include "imx6qdl-sr-som-ti.dtsi" 46 #include "imx6qdl-cubox-i.dtsi" 49 model = "SolidRun Cubox-i Dual/Quad (1.5som)"; 50 compatible = "solidrun,cubox-i/q", "fsl,imx6q"; 55 fsl,transmit-level-mV = <1104>; 56 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-cubox-i.dts | 4 * This file is dual-licensed: you can use it either under the terms 38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 /dts-v1/; 44 #include "imx6qdl-sr-som.dtsi" 45 #include "imx6qdl-sr-som-brcm.dtsi" 46 #include "imx6qdl-cubox-i.dtsi" 49 model = "SolidRun Cubox-i Dual/Quad"; 50 compatible = "solidrun,cubox-i/q", "fsl,imx6q"; 55 fsl,transmit-level-mV = <1104>; 56 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-cubox-i-emmc-som-v15.dts | 4 * This file is dual-licensed: you can use it either under the terms 38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 /dts-v1/; 44 #include "imx6qdl-sr-som.dtsi" 45 #include "imx6qdl-sr-som-ti.dtsi" 46 #include "imx6qdl-sr-som-emmc.dtsi" 47 #include "imx6qdl-cubox-i.dtsi" 50 model = "SolidRun Cubox-i Dual/Quad (1.5som+emmc)"; 51 compatible = "solidrun,cubox-i/q", "fsl,imx6q"; 56 fsl,transmit-level-mV = <1104>; [all …]
|
| D | imx6q-hummingboard2-emmc-som-v15.dts | 3 * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com> 6 * This file is dual-licensed: you can use it either under the terms 41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 /dts-v1/; 47 #include "imx6qdl-sr-som.dtsi" 48 #include "imx6qdl-sr-som-emmc.dtsi" 49 #include "imx6qdl-sr-som-ti.dtsi" 50 #include "imx6qdl-hummingboard2.dtsi" 59 fsl,transmit-level-mV = <1104>; 60 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-hummingboard2.dts | 2 * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com> 5 * This file is dual-licensed: you can use it either under the terms 39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 /dts-v1/; 45 #include "imx6qdl-sr-som.dtsi" 46 #include "imx6qdl-sr-som-brcm.dtsi" 47 #include "imx6qdl-hummingboard2.dtsi" 48 #include "imx6qdl-hummingboard2-emmc.dtsi" 57 fsl,transmit-level-mV = <1104>; 58 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-hummingboard2-som-v15.dts | 3 * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com> 6 * This file is dual-licensed: you can use it either under the terms 41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 /dts-v1/; 47 #include "imx6qdl-sr-som.dtsi" 48 #include "imx6qdl-sr-som-ti.dtsi" 49 #include "imx6qdl-hummingboard2.dtsi" 58 fsl,transmit-level-mV = <1104>; 59 fsl,transmit-boost-mdB = <0>; 60 fsl,transmit-atten-16ths = <9>; [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx6q-cubox-i-som-v15.dts | 4 * This file is dual-licensed: you can use it either under the terms 38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 /dts-v1/; 44 #include "imx6qdl-sr-som.dtsi" 45 #include "imx6qdl-sr-som-ti.dtsi" 46 #include "imx6qdl-cubox-i.dtsi" 49 model = "SolidRun Cubox-i Dual/Quad (1.5som)"; 50 compatible = "solidrun,cubox-i/q", "fsl,imx6q"; 55 fsl,transmit-level-mV = <1104>; 56 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-cubox-i.dts | 4 * This file is dual-licensed: you can use it either under the terms 38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 /dts-v1/; 44 #include "imx6qdl-sr-som.dtsi" 45 #include "imx6qdl-sr-som-brcm.dtsi" 46 #include "imx6qdl-cubox-i.dtsi" 49 model = "SolidRun Cubox-i Dual/Quad"; 50 compatible = "solidrun,cubox-i/q", "fsl,imx6q"; 55 fsl,transmit-level-mV = <1104>; 56 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-cubox-i-emmc-som-v15.dts | 4 * This file is dual-licensed: you can use it either under the terms 38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 /dts-v1/; 44 #include "imx6qdl-sr-som.dtsi" 45 #include "imx6qdl-sr-som-ti.dtsi" 46 #include "imx6qdl-sr-som-emmc.dtsi" 47 #include "imx6qdl-cubox-i.dtsi" 50 model = "SolidRun Cubox-i Dual/Quad (1.5som+emmc)"; 51 compatible = "solidrun,cubox-i/q", "fsl,imx6q"; 56 fsl,transmit-level-mV = <1104>; [all …]
|
| D | imx6q-hummingboard2-emmc-som-v15.dts | 3 * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com> 6 * This file is dual-licensed: you can use it either under the terms 41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 /dts-v1/; 47 #include "imx6qdl-sr-som.dtsi" 48 #include "imx6qdl-sr-som-emmc.dtsi" 49 #include "imx6qdl-sr-som-ti.dtsi" 50 #include "imx6qdl-hummingboard2.dtsi" 59 fsl,transmit-level-mV = <1104>; 60 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-hummingboard2.dts | 2 * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com> 5 * This file is dual-licensed: you can use it either under the terms 39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 42 /dts-v1/; 45 #include "imx6qdl-sr-som.dtsi" 46 #include "imx6qdl-sr-som-brcm.dtsi" 47 #include "imx6qdl-hummingboard2.dtsi" 48 #include "imx6qdl-hummingboard2-emmc.dtsi" 57 fsl,transmit-level-mV = <1104>; 58 fsl,transmit-boost-mdB = <0>; [all …]
|
| D | imx6q-hummingboard2-som-v15.dts | 3 * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com> 6 * This file is dual-licensed: you can use it either under the terms 41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 44 /dts-v1/; 47 #include "imx6qdl-sr-som.dtsi" 48 #include "imx6qdl-sr-som-ti.dtsi" 49 #include "imx6qdl-hummingboard2.dtsi" 58 fsl,transmit-level-mV = <1104>; 59 fsl,transmit-boost-mdB = <0>; 60 fsl,transmit-atten-16ths = <9>; [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | smu11_driver_if_sienna_cichlid.h | 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 53 #define MAX_GFXCLK_DPM_LEVEL (NUM_GFXCLK_DPM_LEVELS - 1) 54 #define MAX_SMNCLK_DPM_LEVEL (NUM_SMNCLK_DPM_LEVELS - 1) 55 #define MAX_SOCCLK_DPM_LEVEL (NUM_SOCCLK_DPM_LEVELS - 1) 56 #define MAX_MP0CLK_DPM_LEVEL (NUM_MP0CLK_DPM_LEVELS - 1) 57 #define MAX_DCLK_DPM_LEVEL (NUM_DCLK_DPM_LEVELS - 1) 58 #define MAX_VCLK_DPM_LEVEL (NUM_VCLK_DPM_LEVELS - 1) 59 #define MAX_DCEFCLK_DPM_LEVEL (NUM_DCEFCLK_DPM_LEVELS - 1) 60 #define MAX_DISPCLK_DPM_LEVEL (NUM_DISPCLK_DPM_LEVELS - 1) 61 #define MAX_PIXCLK_DPM_LEVEL (NUM_PIXCLK_DPM_LEVELS - 1) [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/dwc3/ |
| D | dwc3-octeon.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2010-2017 Cavium Networks 24 /* BIST fast-clear mode select. A BIST run with this bit set 39 /* 1 = Spread-spectrum clock enable, 0 = SS clock disable */ 41 /* Spread-spectrum clock modulation range: 42 * 0x0 = -4980 ppm downspread 43 * 0x1 = -4492 ppm downspread 44 * 0x2 = -4003 ppm downspread 45 * 0x3 - 0x7 = Reserved 48 /* Enable non-standard oscillator frequencies: [all …]
|