/Linux-v6.6/drivers/gpu/drm/tidss/ |
D | tidss_scale_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/ 41 .c2 = { 0, 2, 4, 8, 12, 18, 24, 32, 0, 0, 0, -2, -4, -4, -4, -2, }, 47 .c2 = { -8, -6, -4, -2, 0, 6, 12, 18, 0, -2, -4, -6, -8, -8, -8, -8, }, 53 .c2 = { -12, -12, -12, -10, -8, -4, 0, 6, 0, -2, -4, -6, -8, -10, -12, -12, }, 55 .c0 = { 312, 308, 304, 298, 292, 282, 272, 258, 244, }, 59 .c2 = { -16, -18, -20, -18, -16, -14, -12, -6, 0, -2, -4, -6, -8, -10, -12, -14, }, 61 .c0 = { 336, 332, 328, 320, 312, 300, 288, 272, 256, }, 65 .c2 = { -20, -22, -24, -24, -24, -24, -24, -20, 0, -2, -4, -6, -8, -10, -12, -16, }, 66 .c1 = { 92, 114, 136, 158, 180, 204, 228, 250, -16, -8, 0, 12, 24, 38, 52, 72, }, [all …]
|
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_main_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0+ 7 /* This file is autogenerated by cml-utils 2023-02-10 11:18:53 +0100. 2026 0, 1, 0, g, 65, 512, 312, 0, 1, 4) 3362 t, 13, 60, 0, 1, 312, 0, 0, 1, 4) 3366 t, 13, 60, 0, 1, 312, 4, 0, 1, 4) 3370 t, 13, 60, 0, 1, 312, 8, 0, 1, 4) 3374 t, 13, 60, 0, 1, 312, 12, 0, 1, 4) 3378 t, 13, 60, 0, 1, 312, 16, 0, 1, 4) 3382 t, 13, 60, 0, 1, 312, 20, 0, 1, 4) 3386 t, 13, 60, 0, 1, 312, 24, 0, 1, 4) [all …]
|
/Linux-v6.6/drivers/cpufreq/ |
D | pxa3xx-cpufreq.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 45 #define ACCR_HSS_MASK (0x3 << 14) /* System Bus-Clock Frequency Select */ 47 #define ACCR_XN_MASK (0x7 << 8) /* Core PLL Turbo-Mode-to-Run-Mode Ratio */ 48 #define ACCR_XL_MASK (0x1f) /* Core PLL Run-Mode-to-Oscillator Ratio */ 91 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */ 99 OP(624, 24, 2, 208, 260, 208, 312, 3, 1375, 1400), /* 624MHz */ 100 OP(806, 31, 2, 208, 260, 208, 312, 3, 1400, 1400), /* 806MHz */ 115 return -ENOMEM; in setup_freqs_table() 128 policy->freq_table = table; in setup_freqs_table() 139 enable = ACCR_XN(info->core_xn) | ACCR_XL(info->core_xl); in __update_core_freq() [all …]
|
/Linux-v6.6/include/linux/iio/frequency/ |
D | adf4350.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright 2012-2013 Analog Devices Inc. 37 #define ADF4350_REG2_CHARGE_PUMP_CURR_uA(x) (((((x)-312) / 312) & 0xF) << 9) 93 * struct adf4350_platform_data - platform specific information 114 unsigned short ref_div_factor; /* 10-bit R counter */
|
/Linux-v6.6/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 406 312 32 timerfd_gettime sys_timerfd_gettime32 407 312 64 timerfd_gettime sys_timerfd_gettime 408 312 spu timerfd_gettime sys_timerfd_gettime 468 # 366-377 originally left for IPC, now unused
|
/Linux-v6.6/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 406 312 32 timerfd_gettime sys_timerfd_gettime32 407 312 64 timerfd_gettime sys_timerfd_gettime 408 312 spu timerfd_gettime sys_timerfd_gettime 468 # 366-377 originally left for IPC, now unused
|
/Linux-v6.6/drivers/infiniband/hw/irdma/ |
D | icrdma_hw.c | 1 // SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB 2 /* Copyright (c) 2017 - 2021 Intel Corporation */ 53 * icrdma_ena_irq - Enable interrupt 62 if (dev->ceq_itr && dev->aeq->msix_idx != idx) in icrdma_ena_irq() 63 interval = dev->ceq_itr >> 1; /* 2 usec units */ in icrdma_ena_irq() 69 if (dev->hw_attrs.uk_attrs.hw_rev != IRDMA_GEN_1) in icrdma_ena_irq() 70 writel(val, dev->hw_regs[IRDMA_GLINT_DYN_CTL] + idx); in icrdma_ena_irq() 72 writel(val, dev->hw_regs[IRDMA_GLINT_DYN_CTL] + (idx - 1)); in icrdma_ena_irq() 76 * icrdma_disable_irq - Disable interrupt 82 if (dev->hw_attrs.uk_attrs.hw_rev != IRDMA_GEN_1) in icrdma_disable_irq() [all …]
|
/Linux-v6.6/drivers/media/platform/verisilicon/ |
D | rockchip_av1_filmgrain.c | 1 // SPDX-License-Identifier: GPL-2.0-only or Apache-2.0 6 56, 568, -180, 172, 124, -84, 172, -64, -900, 24, 820, 7 224, 1248, 996, 272, -8, -916, -388, -732, -104, -188, 800, 8 112, -652, -320, -376, 140, -252, 492, -168, 44, -788, 588, 9 -584, 500, -228, 12, 680, 272, -476, 972, -100, 652, 368, 10 432, -196, -720, -192, 1000, -332, 652, -136, -552, -604, -4, 11 192, -220, -136, 1000, -52, 372, -96, -624, 124, -24, 396, 12 540, -12, -104, 640, 464, 244, -208, -84, 368, -528, -740, 13 248, -968, -848, 608, 376, -60, -292, -40, -156, 252, -292, 14 248, 224, -280, 400, -244, 244, -60, 76, -80, 212, 532, [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/ |
D | arm,corstone1000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vishnu Banavath <vishnu.banavath@arm.com> 11 - Rui Miguel Silva <rui.silva@linaro.org> 14 ARM's Corstone1000 includes pre-verified Corstone SSE-710 subsystem that 19 systems for M-Class (or other) processors for adding sensors, connectivity, 25 seamless integration of the optional CryptoCell™-312 cryptographic 33 - description: Corstone1000 MPS3 it has 1 Cortex-A35 CPU core in a FPGA 37 - const: arm,corstone1000-mps3 [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/mmc/ |
D | renesas,sdhi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Wolfram Sang <wsa+renesas@sang-engineering.com> 15 - items: 16 - const: renesas,sdhi-sh73a0 # R-Mobile APE6 17 - items: 18 - const: renesas,sdhi-r7s72100 # RZ/A1H 19 - items: 20 - const: renesas,sdhi-r7s9210 # SH-Mobile AG5 [all …]
|
/Linux-v6.6/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. 21 260, 39, 78, 117, 234, 312, 351, 390, 52, 104, 156, 208, 312, 416, 23 182, 208, 156, 195, 195, 234, 273, 273, 312, 130, 156, 181, 156, 25 312, 351, 312, 351, 390, 390, 429}, 72 struct rt_hi_throughput *ht_info = ieee->ht_info; in HTUpdateDefaultSetting() 74 ht_info->bRegShortGI20MHz = 1; in HTUpdateDefaultSetting() 75 ht_info->bRegShortGI40MHz = 1; in HTUpdateDefaultSetting() 77 ht_info->bRegBW40MHz = 1; in HTUpdateDefaultSetting() 79 if (ht_info->bRegBW40MHz) in HTUpdateDefaultSetting() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/media/ |
D | nxp,imx8-jpeg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/nxp,imx8-jpeg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mirela Rabulea <mirela.rabulea@nxp.com> 12 description: |- 14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline 20 - items: 22 - nxp,imx8qxp-jpgdec 23 - nxp,imx8qxp-jpgenc [all …]
|
/Linux-v6.6/arch/arm64/boot/dts/freescale/ |
D | imx8-ss-img.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2019-2021 NXP 7 compatible = "simple-bus"; 8 #address-cells = <1>; 9 #size-cells = <1>; 12 img_ipg_clk: clock-img-ipg { 13 compatible = "fixed-clock"; 14 #clock-cells = <0>; 15 clock-frequency = <200000000>; 16 clock-output-names = "img_ipg_clk"; [all …]
|
/Linux-v6.6/drivers/media/pci/saa7134/ |
D | saa7134-ts.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 11 #include "saa7134-reg.h" 19 /* ------------------------------------------------------------------ */ 30 /* ------------------------------------------------------------------ */ 37 buf->top_seen = 0; in buffer_activate() 39 if (!dev->ts_started) in buffer_activate() 40 dev->ts_field = V4L2_FIELD_TOP; in buffer_activate() 44 if (V4L2_FIELD_TOP == dev->ts_field) { in buffer_activate() 45 ts_dbg("- [top] buf=%p next=%p\n", buf, next); in buffer_activate() 48 dev->ts_field = V4L2_FIELD_BOTTOM; in buffer_activate() [all …]
|
/Linux-v6.6/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
D | ia_css_ctc_table.host.c | 1 // SPDX-License-Identifier: GPL-2.0 38 321, 318, 312, 308, 304, 300, 297, 294,
|
/Linux-v6.6/drivers/accel/habanalabs/include/goya/ |
D | goya_async_events.h | 1 /* SPDX-License-Identifier: GPL-2.0 141 GOYA_ASYNC_EVENT_ID_DDR1_DB_ECC = 312,
|
/Linux-v6.6/include/dt-bindings/clock/ |
D | exynos5250.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 116 #define CLK_SPDIF 312
|
D | exynos5420.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 105 #define CLK_TZPC9 312
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | selection.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later --> 3 <svg enable-background="new" version="1" viewBox="0 0 4226.3 1686.8" xmlns="http://www.w3.org/2000/… 7 …<path d="m-1.2 0l-1 1 3.5-1-3.5-1 1 1z" fill="#f8d615" fill-rule="evenodd" stroke="#f8d615" stroke… 10 <path d="M0-.5h1v2H0z" fill="#f815bb"/> 12 <filter id="ep" x="-.085" y="-.366" width="1.169" height="1.732"> 16 <stop stop-color="#fff" offset="0"/> 17 <stop stop-color="#fff" stop-opacity="0" offset="1"/> 20 <stop stop-color="#f9eed3" offset="0"/> 21 <stop stop-opacity="0" offset="1"/> [all …]
|
/Linux-v6.6/arch/arm/boot/dts/ti/keystone/ |
D | keystone-k2g-netcp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ 9 compatible = "ti,66ak2g-navss-qm"; 10 dma-coherent; 11 #address-cells = <1>; 12 #size-cells = <1>; 13 power-domains = <&k2g_pds 0x0018>; 15 clock-names = "nss_vclk"; 17 queue-range = <0 0x80>; 22 #address-cells = <1>; [all …]
|
/Linux-v6.6/tools/perf/scripts/python/ |
D | powerpc-hcalls.py | 1 # SPDX-License-Identifier: GPL-2.0+ 13 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace') 88 312: 'H_STUFF_TCE', 159 print_ptrn = '%-28s%10s%10s%10s%10s' 163 print('-' * 68) 176 diff = nsecs(sec, nsec) - d_enter[cpu][opcode]
|
/Linux-v6.6/drivers/nvmem/ |
D | imx-ocotp-ele.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/nvmem-provider.h> 19 FUSE_INVALID = -1 49 const struct ocotp_devtype_data *data = priv->data; in imx_ocotp_fuse_type() 53 for (i = 0; i < data->num_entry; i++) { in imx_ocotp_fuse_type() 54 start = data->entry[i].start; in imx_ocotp_fuse_type() 55 end = data->entry[i].start + data->entry[i].num; in imx_ocotp_fuse_type() 58 return data->entry[i].type; in imx_ocotp_fuse_type() 67 void __iomem *reg = priv->base + priv->data->reg_off; in imx_ocotp_reg_read() 78 if (count > ((priv->data->size >> 2) - index)) in imx_ocotp_reg_read() [all …]
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rfi.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 * Copyright (C) 2020 - 2022 Intel Corporation 8 #include "fw/api/phy-ctxt.h" 53 {cpu_to_le16(312), {36, 38, 40, 42, 44, 46, 50,}, 95 return -EOPNOTSUPP; in iwl_rfi_send_config_cmd() 97 lockdep_assert_held(&mvm->mutex); in iwl_rfi_send_config_cmd() 127 return ERR_PTR(-EOPNOTSUPP); in iwl_rfi_get_freq_table() 129 mutex_lock(&mvm->mutex); in iwl_rfi_get_freq_table() 131 mutex_unlock(&mvm->mutex); in iwl_rfi_get_freq_table() 136 return ERR_PTR(-EIO); in iwl_rfi_get_freq_table() [all …]
|
/Linux-v6.6/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_HTProc.c | 1 // SPDX-License-Identifier: GPL-2.0 15 39, 78, 117, 234, 312, 351, 390, 52, 104, 156, 208, 312, 416, 468, 520, 17 195, 234, 273, 273, 312, 130, 156, 181, 156, 181, 208, 234, 208, 234, 260, 260, 18 286, 195, 234, 273, 234, 273, 312, 351, 312, 351, 390, 390, 429}, // Long GI, 20MHz 61 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() 62 //const typeof( ((struct ieee80211_device *)0)->pHTInfo ) *__mptr = &pHTInfo; in HTUpdateDefaultSetting() 67 pHTInfo->bRegShortGI20MHz = 1; in HTUpdateDefaultSetting() 68 pHTInfo->bRegShortGI40MHz = 1; in HTUpdateDefaultSetting() 71 pHTInfo->bRegBW40MHz = 1; in HTUpdateDefaultSetting() 74 if (pHTInfo->bRegBW40MHz) in HTUpdateDefaultSetting() [all …]
|
/Linux-v6.6/include/dt-bindings/arm/ |
D | qcom,ids.h | 1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ 12 * older chipsets (qcom,msm-id) and in socinfo driver: 162 #define QCOM_ID_APQ8096SG 312 266 * DTS for older chipsets (qcom,board-id):
|