/openbmc/linux/arch/x86/crypto/ |
H A D | twofish-i586-asm_32.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 .file "twofish-i586-asm.S" 11 #include <asm/asm-offsets.h> 15 #define in_blk 12 /* input byte array address parameter*/ 31 #define k 4128 /* key 1-32 ( word ) */ 52 /* performs input whitening */ 56 /* performs input whitening */ 58 xor w+16+offset(context), src; 61 * a input register containing a (rotated 16) 62 * b input register containing b [all …]
|
H A D | twofish-x86_64-asm_64.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 .file "twofish-x86_64-asm.S" 11 #include <asm/asm-offsets.h> 25 #define k 4128 /* key 1-32 ( word ) */ 50 /* performs input whitening */ 54 /* performs input whitening */ 56 xor w+16+offset(context), src; 60 * a input register containing a (rotated 16) 61 * b input register containing b 62 * c input register containing c [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-ccm-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * SM4-CCM AEAD Algorithm using ARMv8 Crypto Extensions 13 #include "sm4-ce-asm.h" 15 .arch armv8-a+crypto 17 .irp b, 0, 1, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 25, 26, 27, 28, 29, 30, 31 35 rev64 vctr.16b, vctr.16b; \ 41 /* input: 49 ld1 {RMAC.16b}, [x1] 57 ld1 {v0.16b-v3.16b}, [x2], #64 60 eor RMAC.16b, RMAC.16b, v0.16b [all …]
|
H A D | aes-ce-ccm-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * aesce-ccm-core.S - AES-CCM transform for ARMv8 with Crypto Extensions 5 * Copyright (C) 2013 - 2017 Linaro Ltd <ard.biesheuvel@linaro.org> 12 .arch armv8-a+crypto 19 ld1 {v0.16b}, [x0] /* load mac */ 21 sub w3, w3, #16 22 eor v1.16b, v1.16b, v1.16b 23 0: ldrb w7, [x1], #1 /* get 1 byte of input */ 27 ext v1.16b, v1.16b, v1.16b, #1 /* rotate in the input bytes */ 28 beq 8f /* out of input? */ [all …]
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | emu10k1-jack.rst | 12 - Lee Revell, 2005.03.30 19 For those unfamiliar with kX ASIO, this consists of 16 capture and 16 playback 25 fairly self explanatory - select Duplex, then for capture and playback select 26 the multichannel devices, set the in and out channels to 16, and the sample 30 /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S 32 This will give you 16 input ports and 16 output ports. 34 The 16 output ports map onto the 16 FX buses (or the first 16 of 64, for the 36 sb-live-mixer.rst (or audigy-mixer.rst). 38 The 16 input ports are connected to the 16 physical inputs. Contrary to 40 input channels have physical inputs connected to them depends on the card [all …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | regs-gsc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* linux/drivers/gpu/drm/exynos/regs-gsc.h 7 * Register definition file for Samsung G-Scaler driver 13 /* G-Scaler enable */ 33 /* G-Scaler S/W reset */ 37 /* G-Scaler IRQ */ 40 #define GSC_IRQ_STATUS_OR_FRM_DONE (1 << 16) 45 /* G-Scaler input control */ 51 #define GSC_IN_ROT_MASK (7 << 16) 52 #define GSC_IN_ROT_270 (7 << 16) [all …]
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rzg2l_mipi_dsi_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 #define DSIDPHYCTRL0_CAL_EN_HSRX_OFS BIT(16) 27 #define DSIDPHYTIM1_TCLK_PREPARE(x) ((x) << 16) 33 #define DSIDPHYTIM2_TCLK_POST(x) ((x) << 16) 39 #define DSIDPHYTIM3_THS_EXIT(x) ((x) << 16) 43 /* --------------------------------------------------------*/ 57 #define TXSETR_NUMLANECAP (0x3 << 16) 72 #define RSTCR_FCETXSTP BIT(16) 87 #define CLSTPTSETR_CLKBFHT(x) ((x) << 16) 99 /* Video-Input Channel 1 Set 0 Register */ [all …]
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | lanplus_crypt.c | 22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. 54 * SIDm - Remote console session ID 55 * SIDc - BMC session ID 56 * Rm - Remote console random number 57 * Rc - BMC random number 58 * GUIDc - BMC guid 59 * ROLEm - Requested privilege level (entire byte) 60 * ULENGTHm - Username length 61 * <UNAMEm> - Username (absent for null user names) 83 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_rakp2_hmac_matches() [all …]
|
H A D | lanplus_crypt_impl.c | 22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. 141 * param iv is the 16 byte initialization vector 142 * param key is the 16 byte key used by the AES algorithm 143 * param input is the data to be encrypted 145 * be a multiple of the block size, 16. 148 * to 0 on failure, or if 0 bytes were input. 153 const uint8_t * input, in lanplus_encrypt_aes_cbc_128() argument 171 printbuf(iv, 16, "encrypting with this IV"); in lanplus_encrypt_aes_cbc_128() 172 printbuf(key, 16, "encrypting with this key"); in lanplus_encrypt_aes_cbc_128() 173 printbuf(input, input_length, "encrypting this data"); in lanplus_encrypt_aes_cbc_128() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 083.out | 4 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 8 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 12 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 14 === Check disconnect 16 neg1 === 16 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 20 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 24 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 28 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 32 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 34 === Check disconnect 16 export === [all …]
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 32 31 [30-28]27 [26:24] 23 22 21 20 [19:18] [17:16] 15 14 13 12 11 10 9 8 7 6 [5:0] 35 |H|_____ |H|_________|S_|D |__|__|______|_______|___|ne|__ |__ |__|__|_|_|_|_|_Count -1| 44 u32 npaw; /* Next-Page Address Word */ 48 31-30 29 28 [27:16] [15:12] [11:3] [2:0] 50 |SV |LE|SE| Sample-end byte offset | | Page-map entry offset for next | | 51 |page|__|__| ___________________________|_________|__page, if !sample-end___________|____| 53 u32 npcw; /* Next-Page Control Word */ 54 u32 lbaw; /* Loop-Begin Address Word */ 55 u32 nplbaw; /* Next-Page after Loop-Begin Address Word */ [all …]
|
/openbmc/linux/Documentation/arch/sparc/oradax/ |
H A D | dax-hv-api.txt | 3 Publication date 2017-09-25 08:21 5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf" 16 live-migration and other system management activities. 20 …high speed processoring of database-centric operations. The coprocessors may support one or more of 28 …e Completion Area and, unless execution order is specifically restricted through the use of serial- 45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device 51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility 54 • No-op/Sync 77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats. 81 36.1.1.2. "ORCL,sun4v-dax-fc" Device Compatibility [all …]
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | p16v.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk> 11 /* Audigy2 P16V pointer-offset register set, accessed through the PTR2 and DATA2 registers … 21 * 4 bytes for period_size << 16. 25 #define PLAYBACK_LIST_SIZE 0x01 /* Size of list in bytes << 16. E.g. 8 periods -> 0x00380000 */ 41 /* [0:1] Capture input 0 channel select. 0 = Capture output 0. 45 * [3:2] Capture input 1 channel select. 0 = Capture output 0. 49 * [5:4] Capture input 2 channel select. 0 = Capture output 0. 53 * [7:6] Capture input 3 channel select. 0 = Capture output 0. 57 * [9:8] Playback input 0 channel select. 0 = Play output 0. [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-waltop.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 15 #include "hid-ids.h" 23 * tablet input mode, switching it between "default", "tablet" and "ink". 26 * mode tries to be HID-compatible (not very successfully), but cripples the 30 * represents the correct resolution, but is possibly HID-incompatible (i.e. 37 * 02 16 00 default 38 * 02 16 01 tablet 39 * 02 16 02 ink 50 0x85, 0x10, /* Report ID (16), */ 60 0x80, /* Input, */ [all …]
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | amd_hsmp.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 16 HSMP_TEST = 1, /* 01h Increments input value by 1 */ 29 HSMP_SET_AUTO_DF_PSTATE, /* 0Eh Enable DF P-State Performance Boost algorithm */ 37 HSMP_GET_DIMM_TEMP_RANGE, /* 16h Get per-DIMM temperature range and refresh rate */ 38 HSMP_GET_DIMM_POWER, /* 17h Get per-DIMM power consumption */ 39 HSMP_GET_DIMM_THERMAL, /* 18h Get per-DIMM thermal sensors */ 42 HSMP_GET_RAILS_SVI, /* 1Bh Get SVI-based Telemetry for all rails */ 49 HSMP_SET_PSTATE_MAX_MIN, /* 22h Set the max and min DF P-State */ 55 __u16 num_args; /* Number of input argument words in message */ 62 HSMP_RSVD = -1, [all …]
|
/openbmc/u-boot/include/u-boot/ |
H A D | md5.h | 3 * (fs/cifs/md5.h) into U-Boot by Bartlomiej Sieka <tur@semihalf.com>. 16 __u32 in32[16]; 22 * 'input'. 'output' must have enough space to hold 16 bytes. 24 void md5 (unsigned char *input, int len, unsigned char output[16]); 27 * Calculate and store in 'output' the MD5 digest of 'len' bytes at 'input'. 28 * 'output' must have enough space to hold 16 bytes. If 'chunk' Trigger the 29 * watchdog every 'chunk_sz' bytes of input processed. 31 void md5_wd (unsigned char *input, int len, unsigned char output[16],
|
H A D | crc.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Written-by: Prafulla Wadaskar <prafulla@marvell.com> 14 /* lib/crc16.c - 16 bit CRC with polynomial x^16+x^12+x^5+1 (CRC-CCITT) */ 17 * crc16_ccitt_wd_buf - Perform CRC16-CCIT on an input buffer and return the 18 * 16-bit result (network byte-order) in an output buffer 20 * @in: input buffer 21 * @len: input buffer length 34 * crc32_wd_buf - Perform CRC32 on a buffer and return result in buffer 36 * @input: Input buffer 37 * @ilen: Input buffer length [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-regs.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. 6 * Register definition file for Samsung G-Scaler driver 12 /* G-Scaler enable */ 18 /* G-Scaler S/W reset */ 22 /* G-Scaler IRQ */ 25 #define GSC_IRQ_STATUS_FRM_DONE_IRQ (1 << 16) 29 /* G-Scaler input control */ 31 #define GSC_IN_ROT_MASK (7 << 16) 32 #define GSC_IN_ROT_270 (7 << 16) [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/vphn/ |
H A D | test-vphn.c | 1 // SPDX-License-Identifier: GPL-2.0 23 long input[VPHN_REGISTER_COUNT]; member 41 "vphn: 1 x 16-bit value", 56 "vphn: 2 x 16-bit values", 72 "vphn: 3 x 16-bit values", 89 "vphn: 4 x 16-bit values", 107 /* Parsing the next 16-bit value out of the next 64-bit input 110 "vphn: 5 x 16-bit values", 129 /* Parse at most 6 x 64-bit input values */ 130 "vphn: 24 x 16-bit values", [all …]
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 1 // SPDX-License-Identifier: GPL-2.0 27 pr_info("Linux runs in Hyper-V Virtual Trust Level\n"); in hv_vtl_init_platform() 53 return ((u64)desc->base3 << 32) | ((u64)desc->base2 << 24) | in hv_vtl_system_desc_base() 54 (desc->base1 << 16) | desc->base0; in hv_vtl_system_desc_base() 59 return ((u32)desc->limit1 << 16) | (u32)desc->limit0; in hv_vtl_system_desc_limit() 72 struct hv_enable_vp_vtl *input; in hv_vtl_bringup_vcpu() local 83 u64 rsp = (unsigned long)idle->thread.sp; in hv_vtl_bringup_vcpu() 96 input = *this_cpu_ptr(hyperv_pcpu_input_arg); in hv_vtl_bringup_vcpu() 97 memset(input, 0, sizeof(*input)); in hv_vtl_bringup_vcpu() 99 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtl_bringup_vcpu() [all …]
|
/openbmc/webui-vue/tests/unit/Global/__snapshots__/ |
H A D | Search.spec.js.snap | 5 class="search-global" 8 class="form-group mb-2" 13 class="d-block invisible" 14 for="searchInput-3" 21 class="input-group align-items-center input-group-md" 24 <!----> 26 class="input-group-prepend" 29 aria-hidden="true" 30 class="search-icon" 33 height="16" [all …]
|
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk> 39 * 0.0.16 50 * Implement support for Line-in capture on SB Live 24bit. 65 /* CNL[1:0], ADDR[27:16] */ 73 #define IPR_MIDI_RX_B 0x00020000 /* MIDI UART-B Receive buffer non-empty */ 74 #define IPR_MIDI_TX_B 0x00010000 /* MIDI UART-B Transmit buffer empty */ 75 #define IPR_SPDIF_IN_USER 0x00004000 /* SPDIF input user data has 16 more bits */ 76 #define IPR_SPDIF_OUT_USER 0x00002000 /* SPDIF output user data needs 16 more bits */ 82 #define IPR_GPI 0x00000080 /* General Purpose input changed */ [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | sun4i-ts.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2013 - 2014 Hans de Goede <hdegoede@redhat.com> 12 * The sun4i-ts controller is capable of detecting a second touch, but when a 18 * open / close movement, and then reports emulated multi-touch events around 19 * the last touch coordinate (as the dual-touch coordinates are worthless). 34 #include <linux/input.h> 58 #define FS_DIV(x) ((x) << 16) /* 4 bits */ 59 #define T_ACQ(x) ((x) << 0) /* 16 bits */ 86 #define DATA_IRQ_EN(x) ((x) << 16) 97 #define FIFO_DATA_PENDING BIT(16) [all …]
|
/openbmc/u-boot/include/ |
H A D | charset.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 17 * console_read_unicode() - read Unicode code point from console 25 * utf8_get() - get next UTF-8 code point from buffer 28 * Return: code point, or 0 for end of string, or -1 if no legal 35 * utf8_put() - write UTF-8 code point to buffer 39 * Return: -1 if the input parameters are invalid 44 * utf8_utf16_strnlen() - length of a truncated utf-8 string after conversion 45 * to utf-16 47 * @src: utf-8 string 49 * Return: length in bytes after conversion to utf-16 without the [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_model.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 1999 - 2018 Intel Corporation. */ 12 int (*val)(struct ixgbe_fdir_filter *input, 20 struct ixgbe_fdir_filter *input; member 28 static inline int ixgbe_mat_prgm_sip(struct ixgbe_fdir_filter *input, in ixgbe_mat_prgm_sip() argument 32 input->filter.formatted.src_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_sip() 33 mask->formatted.src_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_sip() 37 static inline int ixgbe_mat_prgm_dip(struct ixgbe_fdir_filter *input, in ixgbe_mat_prgm_dip() argument 41 input->filter.formatted.dst_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_dip() 42 mask->formatted.dst_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_dip() [all …]
|