| /kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
| D | cache.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * This file contains low-level cache management functions 5 * (In fact the only thing that is Apple-specific is that we assume 15 #include <asm/feature-fixups.h> 45 sync 52 sync 58 sync 60 sync 62 /* Disp-flush L1. We have a weird problem here that I never 64 * results in a non-working flush. We use that workaround for [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
| D | cache.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * This file contains low-level cache management functions 5 * (In fact the only thing that is Apple-specific is that we assume 15 #include <asm/feature-fixups.h> 45 sync 52 sync 58 sync 60 sync 62 /* Disp-flush L1. We have a weird problem here that I never 64 * results in a non-working flush. We use that workaround for [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
| D | memslot_perf_test.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * A memslot-related performance benchmark. 36 #define MEM_TEST_SIZE (MEM_SIZE - MEM_EXTRA_SIZE) 45 #define MEM_TEST_MAP_SIZE (MEM_SIZE_MAP - MEM_EXTRA_SIZE) 51 * 2 MiB chunk size like a typical huge page 68 * architecture slots memory-per-slot memory-on-last-slot 69 * -------------------------------------------------------------- 70 * x86-4KB 32763 16KB 160KB 71 * arm64-4KB 32766 16KB 112KB 72 * arm64-16KB 32766 16KB 112KB [all …]
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| D | perf_asm.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 /* low-level asm for "intrigue" (PA8500-8700 CPU perf counters) 5 * Copyright (C) 2001 Randolph Chung <tausq at parisc-linux.org> 6 * Copyright (C) 2001 Hewlett-Packard (Grant Grundler) 46 sync ; follow ERS 100 ;* %r24 - original DR2 value 101 ;* %r1 - scratch 102 ;* %r29 - scratch 117 ; NOTE: The PCX-W ERS states that DR2_SLOW_RET must be set before any 132 ; Cacheline start (32-byte cacheline) [all …]
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| D | perf_asm.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 /* low-level asm for "intrigue" (PA8500-8700 CPU perf counters) 5 * Copyright (C) 2001 Randolph Chung <tausq at parisc-linux.org> 6 * Copyright (C) 2001 Hewlett-Packard (Grant Grundler) 46 sync ; follow ERS 100 ;* %r24 - original DR2 value 101 ;* %r1 - scratch 102 ;* %r29 - scratch 117 ; NOTE: The PCX-W ERS states that DR2_SLOW_RET must be set before any 132 ; Cacheline start (32-byte cacheline) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | qcom,q6afe.txt | 7 - compatible: 10 Definition: must be "qcom,q6afe-v<MAJOR-NUMBER>.<MINOR-NUMBER>" 20 - compatible: 23 Definition: must be "qcom,q6afe-dais" 25 - #sound-dai-cells 30 - #address-cells 35 - #size-cells 43 - reg 48 - qcom,sd-lines 50 Value type: <prop-encoded-array> [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | controlfb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 42 /* Vertical parameters are in units of 1/2 scan line */ 47 struct preg vesync; /* vert end sync */ 48 struct preg vssync; /* vert start sync */ 51 /* Horizontal params are in units of 2 pixels */ 52 struct preg hperiod; /* horiz period - 2 */ 55 struct preg hesync; /* horiz end sync */ 56 struct preg hssync; /* horiz start sync */ 57 struct preg heq; /* half horiz sync len */ 59 struct preg hserr; /* horiz period - horiz sync len */ [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | controlfb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 42 /* Vertical parameters are in units of 1/2 scan line */ 47 struct preg vesync; /* vert end sync */ 48 struct preg vssync; /* vert start sync */ 51 /* Horizontal params are in units of 2 pixels */ 52 struct preg hperiod; /* horiz period - 2 */ 55 struct preg hesync; /* horiz end sync */ 56 struct preg hssync; /* horiz start sync */ 57 struct preg heq; /* half horiz sync len */ 59 struct preg hserr; /* horiz period - horiz sync len */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | qcom,q6dsp-lpass-ports.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,q6dsp-lpass-ports.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 18 - qcom,q6afe-dais 20 '#sound-dai-cells': 23 '#address-cells': 26 '#size-cells': 31 '^dai@[0-9]+$': [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
| D | i915_syncmap.c | 41 for (d = 0; d < depth - 1; d++) { in __sync_print() 42 if (last & BIT(depth - d - 1)) in __sync_print() 47 *sz -= len; in __sync_print() 49 len = scnprintf(buf, *sz, "%x-> ", idx); in __sync_print() 51 *sz -= len; in __sync_print() 55 len = scnprintf(buf, *sz, "0x%016llx", p->prefix << p->height << SHIFT); in __sync_print() 57 *sz -= len; in __sync_print() 58 X = (p->height + SHIFT) / 4; in __sync_print() 59 scnprintf(buf - X, *sz + X, "%*s", X, "XXXXXXXXXXXXXXXXX"); in __sync_print() 61 if (!p->height) { in __sync_print() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| D | i915_syncmap.c | 41 for (d = 0; d < depth - 1; d++) { in __sync_print() 42 if (last & BIT(depth - d - 1)) in __sync_print() 47 *sz -= len; in __sync_print() 49 len = scnprintf(buf, *sz, "%x-> ", idx); in __sync_print() 51 *sz -= len; in __sync_print() 55 len = scnprintf(buf, *sz, "0x%016llx", p->prefix << p->height << SHIFT); in __sync_print() 57 *sz -= len; in __sync_print() 58 X = (p->height + SHIFT) / 4; in __sync_print() 59 scnprintf(buf - X, *sz + X, "%*s", X, "XXXXXXXXXXXXXXXXX"); in __sync_print() 61 if (!p->height) { in __sync_print() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | l2cr_6xx.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 Copyright © 1997-1998 by PowerLogix R & D, Inc. 9 - First public release, contributed by PowerLogix. 12 - Terry: Made sure code disabled interrupts before running. (Previously 14 - Terry: Updated for tentative G4 support. 4MB of memory is now flushed 15 instead of 2MB. (Prob. only 3 is necessary). 16 - Terry: Updated for workaround to HID0[DPM] processor bug 20 - Terry: Added isync to correct for an errata. 23 - DanM: Finally added the 7450 patch I've had for the past 29 Please e-mail updates to this file to me, thanks! [all …]
|
| D | cpu_setup_6xx.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 11 #include <asm/asm-offsets.h> 14 #include <asm/feature-fixups.h> 89 bne 1f /* don't invalidate the D-cache */ 91 1: sync 93 sync 95 sync 106 sync 108 sync /* on 604e/604r */ 110 sync [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | l2cr_6xx.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 Copyright © 1997-1998 by PowerLogix R & D, Inc. 9 - First public release, contributed by PowerLogix. 12 - Terry: Made sure code disabled interrupts before running. (Previously 14 - Terry: Updated for tentative G4 support. 4MB of memory is now flushed 15 instead of 2MB. (Prob. only 3 is necessary). 16 - Terry: Updated for workaround to HID0[DPM] processor bug 20 - Terry: Added isync to correct for an errata. 23 - DanM: Finally added the 7450 patch I've had for the past 29 Please e-mail updates to this file to me, thanks! [all …]
|
| D | cpu_setup_6xx.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 13 #include <asm/asm-offsets.h> 16 #include <asm/feature-fixups.h> 100 bne 1f /* don't invalidate the D-cache */ 102 1: sync 104 sync 106 sync 118 sync 120 sync /* on 604e/604r */ 122 sync [all …]
|
| D | misc_32.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * This file contains miscellaneous low-level functions. 4 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) 22 #include <asm/asm-offsets.h> 26 #include <asm/feature-fixups.h> 31 * This returns the high 64 bits of the product of two 64-bit numbers. 46 beq 2f 52 2: addc r4,r4,r9 67 srwi. r8,r8,2 76 2: lwz r0,0(r7) [all …]
|
| /kernel/linux/linux-5.10/tools/edid/ |
| D | edid.S | 8 as published by the Free Software Foundation; either version 2 18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f)) 54 (((v3>>4)&0x03)<<2)+((v4>>4)&0x03)) 74 /* Year of manufacture, less 1990. (1990-2245) 76 year: .byte YEAR-1990 82 Bits 6-1 Reserved, must be 0 86 Bits 6-5 Video white and sync levels, relative to blank 87 00=+0.7/-0.3 V; 01=+0.714/-0.286 V; 88 10=+1.0/-0.4 V; 11=+0.7/0 V [all …]
|
| /kernel/linux/linux-6.6/tools/edid/ |
| D | edid.S | 8 as published by the Free Software Foundation; either version 2 18 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 48 ((((v1-'@')&0x1f)<<10)+(((v2-'@')&0x1f)<<5)+((v3-'@')&0x1f)) 54 (((v3>>4)&0x03)<<2)+((v4>>4)&0x03)) 74 /* Year of manufacture, less 1990. (1990-2245) 76 year: .byte YEAR-1990 82 Bits 6-1 Reserved, must be 0 86 Bits 6-5 Video white and sync levels, relative to blank 87 00=+0.7/-0.3 V; 01=+0.714/-0.286 V; 88 10=+1.0/-0.4 V; 11=+0.7/0 V [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
| D | fsl,cpm1-tsa.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PowerQUICC CPM Time-slot assigner (TSA) controller 10 - Herve Codina <herve.codina@bootlin.com> 13 The TSA is the time-slot assigner that can be found on some PowerQUICC SoC. 14 Its purpose is to route some TDM time-slots to other internal serial 20 - enum: 21 - fsl,mpc885-tsa [all …]
|
| /kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
| D | sleeper.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 26 sw $2, PT_R2(sp) 74 sync 76 sync 103 sync 105 sync 107 sync 129 sync 131 sync 133 /* wait for sdram to enter self-refresh mode */ [all …]
|
| /kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
| D | sleeper.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 26 sw $2, PT_R2(sp) 74 sync 76 sync 103 sync 105 sync 107 sync 129 sync 131 sync 133 /* wait for sdram to enter self-refresh mode */ [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
| D | lite5200_sleep.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 32 sync; \ 41 /* ---------------------------------------------------------------------- */ 42 /* low-power mode with help of M68HLC908QT1 */ 50 /* setup wakeup address for u-boot at physical location 0x0 */ 60 * 0xf0 (0xe0->0x100 gets overwritten when BDI connected; 62 * WARNING: self-refresh doesn't seem to work when BDI2000 is connected, 80 li r3, (sram_code_end - sram_code)/4 99 sync; isync; 101 sync; isync; [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
| D | lite5200_sleep.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 sync; \ 39 /* ---------------------------------------------------------------------- */ 40 /* low-power mode with help of M68HLC908QT1 */ 48 /* setup wakeup address for u-boot at physical location 0x0 */ 58 * 0xf0 (0xe0->0x100 gets overwritten when BDI connected; 60 * WARNING: self-refresh doesn't seem to work when BDI2000 is connected, 78 li r3, (sram_code_end - sram_code)/4 97 sync; isync; 99 sync; isync; [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/imu/ |
| D | adis16475.c | 1 // SPDX-License-Identifier: GPL-2.0 40 #define ADIS16475_FILT_CTRL_MASK GENMASK(2, 0) 46 #define ADIS16475_SYNC_MODE_MASK GENMASK(4, 2) 83 const struct adis16475_sync *sync; member 125 struct adis16475 *st = file->private_data; in adis16475_show_firmware_revision() 131 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_REV, &rev); in adis16475_show_firmware_revision() 151 struct adis16475 *st = file->private_data; in adis16475_show_firmware_date() 157 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_Y, &year); in adis16475_show_firmware_date() 161 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_DM, &md); in adis16475_show_firmware_date() 165 len = snprintf(buf, sizeof(buf), "%.2x-%.2x-%.4x\n", md >> 8, md & 0xff, in adis16475_show_firmware_date() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | sync.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 * sync types are defined by the MIPS64 Instruction Set documentation in Volume 7 * II-A of the MIPS Architecture Reference Manual, which can be found here: 9 * https://www.mips.com/?do-download=the-mips64-instruction-set-v6-06 16 * 2) Ordering barriers, which only ensure that affected memory operations 27 * actually need to complete - they just need to get far enough that all 43 * No sync instruction at all; used to allow code to nullify the effect of the 46 #define __SYNC_none -1 49 * A full completion barrier; all memory accesses appearing prior to this sync 51 * appearing after this sync instruction in program order. [all …]
|