| /kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra234.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved. 16 #include "pinctrl-tegra.h" 1382 #define PINGROUP_REG_N(r) -1 1385 #define DRV_PINGROUP_N(r) -1 1388 .drv_reg = -1, \ 1389 .drv_bank = -1, \ 1390 .drvdn_bit = -1, \ 1391 .drvup_bit = -1, \ 1392 .slwr_bit = -1, \ [all …]
|
| D | pinctrl-tegra194.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. 23 #include "pinctrl-tegra.h" 1281 #define PINGROUP_REG_N(r) -1 1284 #define DRV_PINGROUP_N(r) -1 1287 .drv_reg = -1, \ 1288 .drv_bank = -1, \ 1289 .drvdn_bit = -1, \ 1290 .drvup_bit = -1, \ 1291 .slwr_bit = -1, \ [all …]
|
| D | pinctrl-tegra210.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include "pinctrl-tegra.h" 22 #define TEGRA_PIN_PEX_L0_RST_N_PA0 _GPIO(0) 27 #define TEGRA_PIN_SATA_LED_ACTIVE_PA5 _GPIO(5) 177 /* All non-GPIO pins follow */ 181 /* Non-GPIO pins */ 182 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0) 187 #define TEGRA_PIN_BATT_BCL _PIN(5) 1266 #define DRV_PINGROUP_REG_A 0x8d4 /* bank 0 */ 1267 #define PINGROUP_REG_A 0x3000 /* bank 1 */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/i2c/ |
| D | i2c_bus.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 13 inkscape:version="0.92.3 (2405546, 2018-03-11)" 16 viewBox="0 0 813.34215 261.01596" 24 refY="0" 25 refX="0" 30 inkscape:connector-curvature="0" 32 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z" [all …]
|
| /kernel/linux/linux-6.6/Documentation/i2c/ |
| D | i2c_bus.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 13 inkscape:version="0.92.3 (2405546, 2018-03-11)" 16 viewBox="0 0 813.34215 261.01596" 24 refY="0" 25 refX="0" 30 inkscape:connector-curvature="0" 32 …d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z" [all …]
|
| /kernel/linux/linux-5.10/fs/exfat/ |
| D | balloc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. 14 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/* 0 ~ 19*/ 15 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3,/* 20 ~ 39*/ 16 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/* 40 ~ 59*/ 17 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/* 60 ~ 79*/ 18 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2,/* 80 ~ 99*/ 19 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3,/*100 ~ 119*/ 20 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*120 ~ 139*/ 21 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5,/*140 ~ 159*/ [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/lib/ |
| D | checksum.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de> 18 * A: At some points, the sum (%0) was used as 19 * length-counter instead of the length counter 22 * data-registers to hold input values and one tries to 43 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial() 53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial() 55 "addxl %3,%0\n" /* add X bit */ in csum_partial() 59 "lsrl #5,%1\n\t" /* len/32 */ in csum_partial() 64 "addxl %4,%0\n\t" in csum_partial() [all …]
|
| /kernel/linux/linux-6.6/arch/m68k/lib/ |
| D | checksum.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de> 18 * A: At some points, the sum (%0) was used as 19 * length-counter instead of the length counter 22 * data-registers to hold input values and one tries to 43 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial() 53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial() 55 "addxl %3,%0\n" /* add X bit */ in csum_partial() 59 "lsrl #5,%1\n\t" /* len/32 */ in csum_partial() 64 "addxl %4,%0\n\t" in csum_partial() [all …]
|
| /kernel/linux/linux-6.6/fs/exfat/ |
| D | balloc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. 14 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2,/* 0 ~ 19*/ 15 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2, 0, 1, 0, 3,/* 20 ~ 39*/ 16 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/* 40 ~ 59*/ 17 0, 1, 0, 6, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4,/* 60 ~ 79*/ 18 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5, 0, 1, 0, 2,/* 80 ~ 99*/ 19 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3,/*100 ~ 119*/ 20 0, 1, 0, 2, 0, 1, 0, 7, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2,/*120 ~ 139*/ 21 0, 1, 0, 4, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 5,/*140 ~ 159*/ [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
| D | initvals_phy.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 14 /* Bank 0 - for central blocks: BG, PLL, XTAL, LO, ADC/DAC */ 15 RF_REG_PAIR(0, 0, 0x02), 16 RF_REG_PAIR(0, 1, 0x01), 17 RF_REG_PAIR(0, 2, 0x11), 18 RF_REG_PAIR(0, 3, 0xff), 19 RF_REG_PAIR(0, 4, 0x0a), 20 RF_REG_PAIR(0, 5, 0x20), 21 RF_REG_PAIR(0, 6, 0x00), [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
| D | initvals_phy.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 14 /* Bank 0 - for central blocks: BG, PLL, XTAL, LO, ADC/DAC */ 15 RF_REG_PAIR(0, 0, 0x02), 16 RF_REG_PAIR(0, 1, 0x01), 17 RF_REG_PAIR(0, 2, 0x11), 18 RF_REG_PAIR(0, 3, 0xff), 19 RF_REG_PAIR(0, 4, 0x0a), 20 RF_REG_PAIR(0, 5, 0x20), 21 RF_REG_PAIR(0, 6, 0x00), [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | asmmacro.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #include <asm/asm-offsets.h> 11 #include <asm/asmmacro-32.h> 14 #include <asm/asmmacro-64.h> 22 \var = -1 24 \var = 0 39 \var = 5 125 \var = -1 127 \var = 0 142 \var = 5 [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/ |
| D | inst.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 13 tlbclr_op = 0x19208, gtlbclr_op=0x19208, 14 tlbflush_op = 0x19209, gtlbflush_op=0x19209, 15 tlbsrch_op = 0x1920a, gtlbsrch_op=0x1920a, 16 tlbrd_op = 0x1920b, gtlbrd_op=0x1920b, 17 tlbwr_op = 0x1920c, gtlbwr_op=0x1920c, 18 tlbfill_op = 0x1920d, gtlbfill_op=0x1920d, 19 ertn_op = 0x1920e, 23 break_op = 0x54, dbcl_op, syscall_op, hypcall_op, 24 idle_op = 0xc91, dbar_op = 0x70e4, ibar_op, [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
| D | pinctrl-tegra210.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include "pinctrl-tegra.h" 22 #define TEGRA_PIN_PEX_L0_RST_N_PA0 _GPIO(0) 27 #define TEGRA_PIN_SATA_LED_ACTIVE_PA5 _GPIO(5) 177 /* All non-GPIO pins follow */ 181 /* Non-GPIO pins */ 182 #define TEGRA_PIN_CORE_PWR_REQ _PIN(0) 187 #define TEGRA_PIN_BATT_BCL _PIN(5) 1269 #define DRV_PINGROUP_REG_A 0x8d4 /* bank 0 */ 1270 #define PINGROUP_REG_A 0x3000 /* bank 1 */ [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
| D | inst.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 69 clz_op = 0x20, clo_op, 70 dclz_op = 0x24, dclo_op, 71 sdbpp_op = 0x3f 80 yield_op = 0x09, lx_op = 0x0a, 81 lwle_op = 0x19, lwre_op = 0x1a, 82 cachee_op = 0x1b, sbe_op = 0x1c, 83 she_op = 0x1d, sce_op = 0x1e, 84 swe_op = 0x1f, bshfl_op = 0x20, 85 swle_op = 0x21, swre_op = 0x22, [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
| D | inst.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 69 clz_op = 0x20, clo_op, 70 dclz_op = 0x24, dclo_op, 71 sdbpp_op = 0x3f 80 yield_op = 0x09, lx_op = 0x0a, 81 lwle_op = 0x19, lwre_op = 0x1a, 82 cachee_op = 0x1b, sbe_op = 0x1c, 83 she_op = 0x1d, sce_op = 0x1e, 84 swe_op = 0x1f, bshfl_op = 0x20, 85 swle_op = 0x21, swre_op = 0x22, [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/ |
| D | pipeline.json | 4 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve… 6 "UMask": "0x1", 10 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event" 15 …R) feature to mitigate some bias in how retired instructions get sampled. Use on Fixed Counter 0.", 17 "UMask": "0x1", 27 "UMask": "0x2", 37 "UMask": "0x3", 45 …-on-Store blocking code preventing store forwarding. This includes cases when: a. preceding store … 46 "EventCode": "0x03", 47 "Counter": "0,1,2,3", [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/lib/ |
| D | feature-fixups-test.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 #include <asm/feature-fixups.h> 9 #include <asm/asm-compat.h> 10 #include <asm/ppc-opcode.h> 114 3: or 5,5,5 120 ALT_FTR_SECTION_END(0, 1) 128 3: or 5,5,5 139 or 5,5,5 140 2: PPC_LCMPI r3,0 152 ALT_FTR_SECTION_END(0, 1) [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | feature-fixups-test.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 #include <asm/feature-fixups.h> 9 #include <asm/asm-compat.h> 10 #include <asm/ppc-opcode.h> 114 3: or 5,5,5 120 ALT_FTR_SECTION_END(0, 1) 128 3: or 5,5,5 139 or 5,5,5 140 2: PPC_LCMPI r3,0 152 ALT_FTR_SECTION_END(0, 1) [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | ar9003_aic.c | 18 #include "hw-ops.h" 25 0, 3, 9, 15, 21, 27 37 5, 5, 4, 4, 3 42 struct ath9k_hw_mci *mci_hw = &ah->btcoex_hw.mci; in ar9003_hw_is_aic_enabled() 46 * HW code and the driver-layer support ready. in ar9003_hw_is_aic_enabled() 50 if (mci_hw->config & ATH_MCI_CONFIG_DISABLE_AIC) in ar9003_hw_is_aic_enabled() 67 for (i = index - 1; i >= 0; i--) { in ar9003_aic_find_valid() 73 if ((i >= ATH_AIC_MAX_BT_CHANNEL) || (i < 0)) in ar9003_aic_find_valid() 74 i = -1; in ar9003_aic_find_valid() 80 * type 0: aic_lin_table, 1: com_att_db_table [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| D | ar9003_aic.c | 18 #include "hw-ops.h" 25 0, 3, 9, 15, 21, 27 37 5, 5, 4, 4, 3 42 struct ath9k_hw_mci *mci_hw = &ah->btcoex_hw.mci; in ar9003_hw_is_aic_enabled() 46 * HW code and the driver-layer support ready. in ar9003_hw_is_aic_enabled() 50 if (mci_hw->config & ATH_MCI_CONFIG_DISABLE_AIC) in ar9003_hw_is_aic_enabled() 67 for (i = index - 1; i >= 0; i--) { in ar9003_aic_find_valid() 73 if ((i >= ATH_AIC_MAX_BT_CHANNEL) || (i < 0)) in ar9003_aic_find_valid() 74 i = -1; in ar9003_aic_find_valid() 80 * type 0: aic_lin_table, 1: com_att_db_table [all …]
|
| /kernel/linux/linux-6.6/drivers/misc/cardreader/ |
| D | rts5261.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Driver for Realtek PCI-Express card reader 4 * Copyright(c) 2018-2019 Realtek Semiconductor Corp. All rights reserved. 14 #define rts5261_vendor_setting_valid(reg) ((reg) & 0x010000) 16 (((~(reg) >> 28) & 0x02) | (((reg) >> 28) & 0x01)) 17 #define rts5261_reg_check_reverse_socket(reg) ((reg) & 0x04) 18 #define rts5261_reg_to_sd30_drive_sel_1v8(reg) (((reg) >> 22) & 0x03) 19 #define rts5261_reg_to_sd30_drive_sel_3v3(reg) (((reg) >> 16) & 0x03) 20 #define rts5261_reg_to_rtd3(reg) ((reg) & 0x08) 21 #define rts5261_reg_check_mmc_support(reg) ((reg) & 0x10) [all …]
|
| /kernel/linux/linux-6.6/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. 16 # clamp r &= 0x0FFFFFFC0FFFFFFC 0x0FFFFFFC0FFFFFFF 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, … 35 # vs5 = [r1*5,...] 36 # vs6 = [r2*5,...] [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | constraints.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 …-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi… 4 …-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#f00" fill-rule="evenodd" stroke="#f00" s… 5 …-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#000080" fill-rule="evenodd" stroke="#000… 6 …-12400v-14200h24800v14200h-12400z" fill="#fff"/><path id="path211" d="m13800 17500h-12400v-14200h2… 7 …-9e3v-1e4h18000v1e4h-9e3z" fill="#fff"/><path id="path230" d="m12050 12250h-9e3v-1e4h18000v1e4h-9e… 8 …-1350,-3250)"><g id="id8"><rect id="rect245" class="BoundingBox" x="7050" y="7950" width="7901" he… 9 …-7e3" fill="none" marker-end="url(#Arrow2Mend)" stroke="#000080" stroke-linejoin="round" stroke-wi… 10 …-end="url(#marker5469)" stroke="#000080" stroke-linejoin="round" stroke-width="100"/><rect id="rec… [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | constraints.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 …-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi… 4 …-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#f00" fill-rule="evenodd" stroke="#f00" s… 5 …-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#000080" fill-rule="evenodd" stroke="#000… 6 …-12400v-14200h24800v14200h-12400z" fill="#fff"/><path id="path211" d="m13800 17500h-12400v-14200h2… 7 …-9e3v-1e4h18000v1e4h-9e3z" fill="#fff"/><path id="path230" d="m12050 12250h-9e3v-1e4h18000v1e4h-9e… 8 …-1350,-3250)"><g id="id8"><rect id="rect245" class="BoundingBox" x="7050" y="7950" width="7901" he… 9 …-7e3" fill="none" marker-end="url(#Arrow2Mend)" stroke="#000080" stroke-linejoin="round" stroke-wi… 10 …-end="url(#marker5469)" stroke="#000080" stroke-linejoin="round" stroke-width="100"/><rect id="rec… [all …]
|