/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | qcom,qca8k-nsscc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,qca8k-nsscc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <[email protected]> 11 - Luo Jie <[email protected]> 18 include/dt-bindings/clock/qcom,qca8k-nsscc.h 19 include/dt-bindings/reset/qcom,qca8k-nsscc.h 24 - const: qcom,qca8084-nsscc 25 - items: [all …]
|
/linux-6.14.4/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-6.14.4/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 2024-10-04 10:40:40 +0200. 70 /* Non-constant mask variant of FIELD_GET() and FIELD_PREP() */ 71 #define spx5_field_get(_mask, _reg) (((_reg) & (_mask)) >> (ffs(_mask) - 1)) 72 #define spx5_field_prep(_mask, _val) (((_val) << (ffs(_mask) - 1)) & (_mask)) 78 __REG(TARGET_ANA_AC, 0, 1, regs->gaddr[GA_ANA_AC_RAM_CTRL], 0, 1, 4, 0,\ 95 __REG(TARGET_ANA_AC, 0, 1, regs->gaddr[GA_ANA_AC_PS_COMMON], 0, 1, 352,\ 96 52, r, regs->rcnt[RC_ANA_AC_OWN_UPSID], 4) 106 __REG(TARGET_ANA_AC, 0, 1, regs->gaddr[GA_ANA_AC_MIRROR_PROBE], g, 3, \ 147 __REG(TARGET_ANA_AC, 0, 1, regs->gaddr[GA_ANA_AC_MIRROR_PROBE], g, 3, \ [all …]
|
/linux-6.14.4/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-6.14.4/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-6.14.4/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 410 312 32 timerfd_gettime sys_timerfd_gettime32 411 312 64 timerfd_gettime sys_timerfd_gettime 412 312 spu timerfd_gettime sys_timerfd_gettime 472 # 366-377 originally left for IPC, now unused
|
/linux-6.14.4/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 410 312 32 timerfd_gettime sys_timerfd_gettime32 411 312 64 timerfd_gettime sys_timerfd_gettime 412 312 spu timerfd_gettime sys_timerfd_gettime 472 # 366-377 originally left for IPC, now unused
|
/linux-6.14.4/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-6.14.4/Documentation/sound/soc/ |
D | dapm-graph.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 4 <!-- Generated by graphviz version 2.43.0 (0) 5 --> 6 <!-- Title: G Pages: 1 --> 11 <polygon fill="white" stroke="transparent" points="-4,4 -4,-626 896,-626 896,4 -4,4"/> 14 <polygon fill="none" stroke="dodgerblue" points="8,-537 8,-614 102,-614 102,-537 8,-537"/> 15 <text text-anchor="middle" x="55" y="-598.8" font-family="sans-serif" font-size="14.00">ROOT</text> 19 <polygon fill="none" stroke="dodgerblue" points="120,-378 120,-455 312,-455 312,-378 120,-378"/> 20 <text text-anchor="middle" x="216" y="-439.8" font-family="sans-serif" font-size="14.00">4000b000.a… [all …]
|
/linux-6.14.4/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-6.14.4/arch/arm64/boot/dts/sprd/ |
D | ums9620.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 interrupt-parent = <&gic>; 12 #address-cells = <2>; 13 #size-cells = <2>; 16 #address-cells = <2>; 17 #size-cells = <0>; 19 cpu-map { 50 compatible = "arm,cortex-a55"; 52 enable-method = "psci"; [all …]
|
/linux-6.14.4/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 - Abdellatif El Khlifi <[email protected]> 11 - Hugues Kamba Mpiana <[email protected]> 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-6.14.4/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 - enum: 16 - renesas,sdhi-mmc-r8a77470 # RZ/G1C 17 - renesas,sdhi-r7s72100 # RZ/A1H 18 - renesas,sdhi-r7s9210 # SH-Mobile AG5 19 - renesas,sdhi-r8a73a4 # R-Mobile APE6 20 - renesas,sdhi-r8a7740 # R-Mobile A1 [all …]
|
/linux-6.14.4/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-6.14.4/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 <[email protected]> 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-6.14.4/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 29 321, 318, 312, 308, 304, 300, 297, 294,
|
/linux-6.14.4/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-6.14.4/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-6.14.4/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-6.14.4/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 - https://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-6.14.4/Documentation/devicetree/bindings/pci/ |
D | qcom,pcie-sa8775p.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/qcom,pcie-sa8775p.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <[email protected]> 11 - Manivannan Sadhasivam <[email protected]> 19 const: qcom,pcie-sa8775p 25 reg-names: 27 - const: parf # Qualcomm specific registers 28 - const: dbi # DesignWare PCIe registers [all …]
|
D | qcom,pcie-sc7280.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/qcom,pcie-sc7280.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <[email protected]> 11 - Manivannan Sadhasivam <[email protected]> 19 const: qcom,pcie-sc7280 25 reg-names: 28 - const: parf # Qualcomm specific registers 29 - const: dbi # DesignWare PCIe registers [all …]
|
/linux-6.14.4/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-6.14.4/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() 138 return ERR_PTR(-EIO); in iwl_rfi_get_freq_table() [all …]
|