/linux-6.12.1/drivers/video/logo/ |
D | logo_sgi_clut224.ppm | 2 # 224-color SGI Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 77 14 14 14 6 6 6 0 0 0 0 0 0 92 0 0 0 0 0 0 10 10 10 26 26 26 [all …]
|
D | logo_sun_clut224.ppm | 2 # 224-color Sun Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 77 14 14 14 6 6 6 0 0 0 0 0 0 92 0 0 0 0 0 0 10 10 10 26 26 26 [all …]
|
D | logo_linux_clut224.ppm | 2 # Standard 224-color Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 77 14 14 14 6 6 6 0 0 0 0 0 0 92 0 0 0 0 0 0 10 10 10 26 26 26 [all …]
|
D | logo_dec_clut224.ppm | 2 # 224-color Digital Equipment Corporation Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 77 14 14 14 6 6 6 0 0 0 0 0 0 92 0 0 0 0 0 0 10 10 10 26 26 26 [all …]
|
D | logo_mac_clut224.ppm | 2 # 224-color Macintosh Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 53 6 6 6 14 14 14 26 26 26 42 42 42 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 77 14 14 14 6 6 6 0 0 0 0 0 0 92 0 0 0 0 0 0 10 10 10 26 26 26 [all …]
|
D | logo_superh_clut224.ppm | 2 # 224-color SuperH Linux logo 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 2 2 2 6 6 6 10 10 10 14 14 13 36 14 14 13 10 10 10 6 6 6 2 2 2 53 6 6 6 14 14 13 26 26 26 42 42 43 56 42 42 43 26 26 26 18 18 18 10 10 10 72 2 2 2 2 2 2 2 2 2 10 10 10 77 14 14 13 6 6 6 2 2 2 2 2 2 92 2 2 2 2 2 2 10 10 10 26 26 26 [all …]
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | poly1305-p10le_64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 10 # Poly1305 - this version mainly using vector/VSX/Scalar 11 # - 26 bits limbs 12 # - Handle multiple 64 byte blcok. 17 # p = 2^130 - 5 25 # 07/22/21 - this revison based on the above sum of products. Setup r^4, r^3, r^2, r and s3, s2, … 56 #include <asm/asm-offsets.h> 57 #include <asm/asm-compat.h> 95 stdu 1,-752(1) [all …]
|
D | aes-gcm-p10.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 # Accelerated AES-GCM stitched implementation for ppc64le. 5 # Copyright 2022- IBM Inc. All rights reserved 22 # Hash keys = v3 - v14 29 # v31 - counter 1 32 # vs0 - vs14 for round keys 35 # This implementation uses stitched AES-GCM approach to improve overall performance. 48 # v15 - v18 - input states 49 # vs1 - vs9 - round keys 110 # v15 - v22 - input states [all …]
|
D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 43 #include <asm/asm-offsets.h> 44 #include <asm/asm-compat.h> 81 stdu 1,-752(1) 83 SAVE_GPR 14, 112, 1 116 SAVE_VSX 14, 192, 9 151 RESTORE_VSX 14, 192, 9 170 RESTORE_GPR 14, 112, 1 209 vpermxor 14, 14, 2, 25 [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_qp_tables.c | 1 // SPDX-License-Identifier: MIT 67 { 14, 14, 13, 13, 12, 12, 12, 12, 11, 11, 10, 10, 10, 10, 9, 9, 9, 8, 8, 86 { 10, 10, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 6, 5, 5, 4, 4, 4, 4, 3, 88 { 11, 11, 10, 10, 9, 9, 9, 9, 9, 9, 8, 8, 8, 7, 7, 6, 6, 5, 5, 5, 5, 5, 90 { 12, 11, 11, 10, 10, 10, 9, 9, 9, 9, 9, 9, 9, 8, 8, 7, 6, 6, 5, 5, 5, 92 { 12, 12, 11, 11, 10, 10, 10, 10, 10, 10, 9, 9, 9, 8, 8, 7, 7, 6, 6, 6, 94 { 12, 12, 12, 11, 11, 11, 10, 10, 10, 10, 9, 9, 9, 9, 8, 8, 8, 7, 7, 7, 96 { 12, 12, 12, 12, 11, 11, 11, 11, 11, 10, 10, 9, 9, 9, 8, 8, 8, 7, 7, 7, 98 { 13, 13, 13, 13, 12, 12, 11, 11, 11, 11, 10, 10, 10, 10, 9, 9, 8, 8, 8, 100 { 15, 15, 14, 14, 13, 13, 13, 13, 12, 12, 11, 11, 11, 11, 10, 10, 10, 9, [all …]
|
/linux-6.12.1/sound/soc/codecs/ |
D | rt5640.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5640.h -- RT5640 ALSA SoC audio driver 15 #include <dt-bindings/sound/rt5640.h> 22 /* I/O - Output */ 27 /* I/O - Input */ 31 /* I/O - ADC/DAC/DMIC */ 38 /* Mixer - D-D */ 48 /* Mixer - ADC */ 53 /* Mixer - DAC */ 78 /* Format - ADC/DAC */ [all …]
|
D | rt5660.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5660.h -- RT5660 ALSA SoC audio driver 20 /* I/O - Output */ 23 /* I/O - Input */ 26 /* I/O - ADC/DAC/DMIC */ 30 /* Mixer - D-D */ 35 /* Mixer - ADC */ 40 /* Mixer - DAC */ 61 /* Format - ADC/DAC */ 66 /* Function - Analog */ [all …]
|
D | rt5645.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5645.h -- RT5645 ALSA SoC audio driver 17 /* I/O - Output */ 22 /* I/O - Input */ 30 /* I/O - ADC/DAC/DMIC */ 38 /* Mixer - D-D */ 47 /* Mixer - PDM */ 49 /* Mixer - ADC */ 54 /* Mixer - DAC */ 92 /* Format - ADC/DAC */ [all …]
|
D | rt5631.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 85 #define RT5631_L_EN (0x1 << 14) 86 #define RT5631_L_EN_SHIFT 14 96 #define RT5631_SPK_L_VOL_SEL_MASK (0x1 << 14) 97 #define RT5631_SPK_L_VOL_SEL_VMID (0x0 << 14) 98 #define RT5631_SPK_L_VOL_SEL_SPKMIX_L (0x1 << 14) 104 #define RT5631_HP_L_VOL_SEL_MASK (0x1 << 14) 105 #define RT5631_HP_L_VOL_SEL_VMID (0x0 << 14) 106 #define RT5631_HP_L_VOL_SEL_OUTMIX_L (0x1 << 14) 112 #define RT5631_AUXOUT_1_VOL_SEL_MASK (0x1 << 14) [all …]
|
D | rt5616.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5616.h -- RT5616 ALSA SoC audio driver 17 /* I/O - Output */ 21 /* I/O - Input */ 24 /* I/O - ADC/DAC/DMIC */ 28 /* Mixer - D-D */ 33 /* Mixer - ADC */ 38 /* Mixer - DAC */ 57 /* Format - ADC/DAC */ 62 /* Function - Analog */ [all …]
|
D | rt5651.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5651.h -- RT5651 ALSA SoC audio driver 12 #include <dt-bindings/sound/rt5651.h> 19 /* I/O - Output */ 23 /* I/O - Input */ 28 /* I/O - ADC/DAC/DMIC */ 35 /* Mixer - D-D */ 48 /* Mixer - ADC */ 53 /* Mixer - DAC */ 72 /* Format - ADC/DAC */ [all …]
|
D | rt5670.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * rt5670.h -- RT5670 ALSA SoC audio driver 17 /* I/O - Output */ 20 /* I/O - Input */ 26 /* I/O - ADC/DAC/DMIC */ 34 /* Mixer - D-D */ 47 /* Mixer - PDM */ 56 /* Mixer - ADC */ 61 /* Mixer - DAC */ 77 /* Format - ADC/DAC */ [all …]
|
/linux-6.12.1/drivers/gpu/drm/display/ |
D | drm_dsc_helper.c | 1 // SPDX-License-Identifier: MIT 35 * drm_dsc_dp_pps_header_init() - Initializes the PPS Header 49 pps_header->HB1 = DP_SDP_PPS; in drm_dsc_dp_pps_header_init() 50 pps_header->HB2 = DP_SDP_PPS_HEADER_PAYLOAD_BYTES_MINUS_1; in drm_dsc_dp_pps_header_init() 55 * drm_dsc_dp_rc_buffer_size - get rc buffer size in bytes 57 * @rc_buffer_size: number of blocks - 1, according to DPCD offset 63h 82 * drm_dsc_pps_payload_pack() - Populates the DSC PPS 110 pps_payload->dsc_version = in drm_dsc_pps_payload_pack() 111 dsc_cfg->dsc_version_minor | in drm_dsc_pps_payload_pack() 112 dsc_cfg->dsc_version_major << DSC_PPS_VERSION_MAJOR_SHIFT; in drm_dsc_pps_payload_pack() [all …]
|
/linux-6.12.1/sound/firewire/motu/ |
D | motu-protocol-v3.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * motu-protocol-v3.c - a part of driver for MOTU FireWire series 5 * Copyright (c) 2015-2017 Takashi Sakamoto <o-takashi@sakamocchi.jp> 52 return -EIO; in snd_motu_protocol_v3_get_clock_rate() 72 return -EINVAL; in snd_motu_protocol_v3_set_clock_rate() 94 motu->msg = 0; in snd_motu_protocol_v3_set_clock_rate() 95 result = wait_event_interruptible_timeout(motu->hwdep_wait, in snd_motu_protocol_v3_set_clock_rate() 96 motu->msg & V3_MSG_FLAG_CLK_CHANGED, in snd_motu_protocol_v3_set_clock_rate() 101 return -ETIMEDOUT; in snd_motu_protocol_v3_set_clock_rate() 196 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_with_opt_ifaces() [all …]
|
/linux-6.12.1/include/dt-bindings/memory/ |
D | mt8195-memory-port.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 9 #include <dt-bindings/memory/mtk-memory-port.h> 20 * modules dma-address-region larbs-ports 29 * iommu-vdo: larb0/2/5/7/9/10/11/13/17/19/21/24/25/28 30 * iommu-vpp: larb1/3/4/6/8/12/14/16/18/20/22/23/26/27 110 #define M4U_PORT_L9_IMG_IMGBI_T1_B MTK_M4U_ID(9, 10) 114 #define M4U_PORT_L9_IMG_TNCSO_T1_A MTK_M4U_ID(9, 14) 122 #define M4U_PORT_L10_IMG_IMGI_D1_A MTK_M4U_ID(10, 0) 123 #define M4U_PORT_L10_IMG_IMGCI_D1_A MTK_M4U_ID(10, 1) 124 #define M4U_PORT_L10_IMG_DEPI_D1_A MTK_M4U_ID(10, 2) [all …]
|
/linux-6.12.1/lib/crypto/ |
D | blake2s-generic.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 19 static const u8 blake2s_sigma[10][16] = { 20 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 21 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 22 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 23 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 24 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 25 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, 26 { 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 }, [all …]
|
/linux-6.12.1/arch/x86/crypto/ |
D | blake2s-core.S | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 4 * Copyright (C) 2017-2019 Samuel Neves <sneves@dei.uc.pt>. All Rights Reserved. 22 .byte 0, 2, 4, 6, 1, 3, 5, 7, 14, 8, 10, 12, 15, 9, 11, 13 23 .byte 14, 4, 9, 13, 10, 8, 15, 6, 5, 1, 0, 11, 3, 12, 2, 7 24 .byte 11, 12, 5, 15, 8, 0, 2, 13, 9, 10, 3, 7, 4, 14, 6, 1 25 .byte 7, 3, 13, 11, 9, 1, 12, 14, 15, 2, 5, 4, 8, 6, 10, 0 26 .byte 9, 5, 2, 10, 0, 7, 4, 15, 3, 14, 11, 6, 13, 1, 12, 8 27 .byte 2, 6, 0, 8, 12, 10, 11, 3, 1, 4, 7, 15, 9, 13, 5, 14 28 .byte 12, 1, 14, 4, 5, 15, 13, 10, 8, 0, 6, 9, 11, 7, 3, 2 [all …]
|
/linux-6.12.1/crypto/ |
D | blake2b_generic.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR Apache-2.0) 11 * - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 12 * - OpenSSL license : https://www.openssl.org/source/license.html 13 * - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 26 { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }, 27 { 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 }, 28 { 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 }, 29 { 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 }, 30 { 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 }, 31 { 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 }, [all …]
|
/linux-6.12.1/drivers/clk/rockchip/ |
D | rst-rk3588.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 #include <dt-bindings/reset/rockchip,rk3588-cru.h> 43 RK3588_CRU_RESET_OFFSET(SRST_USBDP_COMBO_PHY0_LANE, 2, 10), 52 RK3588_CRU_RESET_OFFSET(SRST_P_MIPI_DCPHY0, 3, 14), 64 RK3588_CRU_RESET_OFFSET(SRST_P_APB2ASB_SLV_IOC_TOP, 4, 10), 71 RK3588_CRU_RESET_OFFSET(SRST_H_CHANNEL_SECURE2VO1USB, 5, 14), 83 RK3588_CRU_RESET_OFFSET(SRST_M_I2S0_8CH_RX, 7, 10), 92 RK3588_CRU_RESET_OFFSET(SRST_H_SPDIF0, 8, 14), 102 RK3588_CRU_RESET_OFFSET(SRST_A_BUS_BIU, 10, 1), 103 RK3588_CRU_RESET_OFFSET(SRST_P_BUS_BIU, 10, 2), [all …]
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 14 { 0, -4, 123, 9, 0 }, 15 { 0, -4, 108, 24, 0 }, 16 { 0, -2, 87, 43, 0 }, 18 { 0, 43, 87, -2, 0 }, 19 { 0, 24, 108, -4, 0 }, 20 { 0, 9, 123, -4, 0 }, 26 { 0, -2, 100, 30, 0 }, 27 { 0, -2, 83, 47, 0 }, [all …]
|