Home
last modified time | relevance | path

Searched +full:- +full:- +full:short (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/openbmc/u-boot/include/
H A Data.h1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * "Information Technology - AT Attachment-3 Interface (ATA-3)"
11 * http://www.dt.wdc.com/ata/ata-3/ata3r5v.zip
13 * ftp://ftp.fee.vutbr.cz/pub/doc/io/ata/ata-3/ata3r5v.zip
22 * 8-bit (register) and 16-bit (data) accesses might use different
134 /* ------------------------------------------------------------------------- */
140 unsigned short config; /* lots of obsolete bit flags */
141 unsigned short cyls; /* "physical" cyls */
142 unsigned short reserved2; /* reserved (word 2) */
143 unsigned short heads; /* "physical" heads */
[all …]
H A DMCD_tasksInit.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
14 void MCD_startDmaChainNoEu(int *currBD, short srcIncr, short destIncr,
15 int xferSize, short xferSizeIncr, int *cSave,
19 void MCD_startDmaSingleNoEu(char *srcAddr, short srcIncr, char *destAddr,
20 short destIncr, int dmaSize, short xferSizeIncr,
25 void MCD_startDmaChainEu(int *currBD, short srcIncr, short destIncr,
26 int xferSize, short xferSizeIncr, int *cSave,
30 void MCD_startDmaSingleEu(char *srcAddr, short srcIncr, char *destAddr,
31 short destIncr, int dmaSize, short xferSizeIncr,
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7752.h1 /* SPDX-License-Identifier: GPL-2.0+ */
72 unsigned short reserved[129];
73 unsigned short suspmode;
79 unsigned short reset;
80 unsigned short reserved[4];
81 unsigned short portsel;
101 unsigned short pacr;
102 unsigned short pbcr;
103 unsigned short pccr;
104 unsigned short pdcr;
[all …]
H A Dcpu_sh7753.h1 /* SPDX-License-Identifier: GPL-2.0+ */
72 unsigned short reserved[129];
73 unsigned short suspmode;
79 unsigned short reset;
80 unsigned short reserved[4];
81 unsigned short portsel;
101 unsigned short pacr;
102 unsigned short pbcr;
103 unsigned short pccr;
104 unsigned short pdcr;
[all …]
H A Dposix_types.h5 * This file is generally used by user-level software, so you need to
10 typedef unsigned short __kernel_dev_t;
12 typedef unsigned short __kernel_mode_t;
13 typedef unsigned short __kernel_nlink_t;
16 typedef unsigned short __kernel_ipc_pid_t;
17 typedef unsigned short __kernel_uid_t;
18 typedef unsigned short __kernel_gid_t;
29 typedef unsigned short __kernel_uid16_t;
30 typedef unsigned short __kernel_gid16_t;
34 typedef unsigned short __kernel_old_uid_t;
[all …]
H A Dcpu_sh7757.h1 /* SPDX-License-Identifier: GPL-2.0+ */
63 unsigned short reserved[129];
64 unsigned short suspmode;
70 unsigned short reset;
71 unsigned short reserved[4];
72 unsigned short portsel;
166 /* PCIe-Bridge */
168 unsigned short ctrl_h8s;
169 unsigned short reserved[7];
170 unsigned short cp_addr;
[all …]
/openbmc/u-boot/arch/arc/include/asm/
H A Dposix_types.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
9 typedef unsigned short __kernel_dev_t;
11 typedef unsigned short __kernel_mode_t;
12 typedef unsigned short __kernel_nlink_t;
15 typedef unsigned short __kernel_ipc_pid_t;
16 typedef unsigned short __kernel_uid_t;
17 typedef unsigned short __kernel_gid_t;
30 typedef unsigned short __kernel_uid16_t;
31 typedef unsigned short __kernel_gid16_t;
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */
3 * crt0-efi-arm.S - PE/COFF header for ARM EFI applications
7 * This file is taken and modified from the gnu-efi project.
10 #include <asm-generic/pe.h>
21 .long pe_header - image_base /* Offset to the PE header */
24 .short 0
26 .short 0x1c2 /* Mixed ARM/Thumb */
27 .short 2 /* nr_sections */
31 .short section_table - optional_header /* SizeOfOptionalHeader */
33 .short (IMAGE_FILE_EXECUTABLE_IMAGE | \
[all …]
H A Dcrt0_aarch64_efi.S1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */
3 * crt0-efi-aarch64.S - PE/COFF header for aarch64 EFI applications
8 * This file is taken and modified from the gnu-efi project.
11 #include <asm-generic/pe.h>
22 .long pe_header - ImageBase /* Offset to the PE header */
25 .short 0
27 .short 0xaa64 /* AArch64 */
28 .short 2 /* nr_sections */
32 .short section_table - optional_header /* SizeOfOptionalHeader */
34 .short (IMAGE_FILE_EXECUTABLE_IMAGE | \
[all …]
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dposix_types.h2 * linux/include/asm-arm/posix_types.h
4 * Copyright (C) 1996-1998 Russell King.
11 * 27-06-1996 RMK Created
17 * This file is generally used by user-level software, so you need to
22 typedef unsigned short __kernel_dev_t;
24 typedef unsigned short __kernel_mode_t;
25 typedef unsigned short __kernel_nlink_t;
28 typedef unsigned short __kernel_ipc_pid_t;
29 typedef unsigned short __kernel_uid_t;
30 typedef unsigned short __kernel_gid_t;
[all …]
/openbmc/u-boot/arch/riscv/lib/
H A Dcrt0_riscv_efi.S1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * crt0-efi-riscv.S - PE/COFF header for RISC-V EFI applications
11 #include <asm-generic/pe.h>
35 .long pe_header - ImageBase /* Offset to the PE header */
38 .short 0
40 .short PE_MACHINE /* RISC-V 64/32-bit */
41 .short 2 /* nr_sections */
45 .short section_table - optional_header /* SizeOfOptionalHeader */
47 .short (IMAGE_FILE_EXECUTABLE_IMAGE | \
52 .short 0x20b /* PE32+ format */
[all …]
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dposix_types.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Based on the ARM version: Copyright (C) 1996-1998 Russell King.
11 * This file is generally used by user-level software, so you need to
16 typedef unsigned short __kernel_dev_t;
18 typedef unsigned short __kernel_mode_t;
19 typedef unsigned short __kernel_nlink_t;
22 typedef unsigned short __kernel_ipc_pid_t;
23 typedef unsigned short __kernel_uid_t;
24 typedef unsigned short __kernel_gid_t;
33 typedef unsigned short __kernel_uid16_t;
[all …]
/openbmc/u-boot/arch/nios2/include/asm/
H A Dposix_types.h5 * This file is generally used by user-level software, so you need to
10 typedef unsigned short __kernel_dev_t;
12 typedef unsigned short __kernel_mode_t;
13 typedef unsigned short __kernel_nlink_t;
16 typedef unsigned short __kernel_ipc_pid_t;
17 typedef unsigned short __kernel_uid_t;
18 typedef unsigned short __kernel_gid_t;
31 typedef unsigned short __kernel_uid16_t;
32 typedef unsigned short __kernel_gid16_t;
36 typedef unsigned short __kernel_old_uid_t;
[all …]
/openbmc/qemu/tests/tcg/arm/system/
H A Dtest-armv6m-undef.S2 * Test ARMv6-M UNDEFINED 32-bit instructions
7 * or later. See the COPYING file in the top-level directory.
11 * Test that UNDEFINED 32-bit instructions fault as expected. This is an
12 * interesting test because ARMv6-M shares code with its more fully-featured
16 * The emulator must be invoked with -semihosting so that the test case can
19 * Failures can be debugged with -d in_asm,int,exec,cpu and the
20 * gdbstub (-S -s).
24 .cpu cortex-m0
46 .word 0 /* 4-10. Reserved */
54 .word 0 /* 16-47. External Interrupts */
[all …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dposix_types.h2 * linux/include/asm-arm/posix_types.h
4 * Copyright (C) 1996-1998 Russell King.
11 * 27-06-1996 RMK Created
17 * This file is generally used by user-level software, so you need to
22 typedef unsigned short __kernel_dev_t;
24 typedef unsigned short __kernel_mode_t;
25 typedef unsigned short __kernel_nlink_t;
28 typedef unsigned short __kernel_ipc_pid_t;
29 typedef unsigned short __kernel_uid_t;
30 typedef unsigned short __kernel_gid_t;
[all …]
/openbmc/u-boot/arch/nds32/include/asm/
H A Dposix_types.h2 * linux/include/asm-arm/posix_types.h
4 * Copyright (C) 1996-1998 Russell King.
15 * 27-06-1996 RMK Created
16 * 05-03-2010 Modified for arch NDS32
22 * This file is generally used by user-level software, so you need to
27 typedef unsigned short __kernel_dev_t;
29 typedef unsigned short __kernel_mode_t;
30 typedef unsigned short __kernel_nlink_t;
33 typedef unsigned short __kernel_ipc_pid_t;
34 typedef unsigned short __kernel_uid_t;
[all …]
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0010-Fix-initializer-element-is-not-constant.patch10 | 229 | static unsigned short ooop = *iptr;
13 Upstream-Status: Pending
15 Signed-off-by: Kai Kang <kai.kang@windriver.com>
16 ---
17 src/sh_dbIO.c | 3 ++-
18 1 file changed, 2 insertions(+), 1 deletion(-)
20 diff --git a/src/sh_dbIO.c b/src/sh_dbIO.c
22 --- a/src/sh_dbIO.c
24 @@ -226,7 +226,8 @@ static unsigned short * swap_short (unsigned short * iptr)
28 - static unsigned short ooop = *iptr;
[all …]
/openbmc/u-boot/arch/riscv/include/asm/
H A Dposix_types.h2 * linux/include/asm-arm/posix_types.h
4 * Copyright (C) 1996-1998 Russell King.
16 * 27-06-1996 RMK Created
17 * 25-10-2017 Modified for arch RISCV
23 * This file is generally used by user-level software, so you need to
28 typedef unsigned short __kernel_dev_t;
30 typedef unsigned short __kernel_mode_t;
31 typedef unsigned short __kernel_nlink_t;
34 typedef unsigned short __kernel_ipc_pid_t;
35 typedef unsigned short __kernel_uid_t;
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_picmg.h129 "Gen 1 - NSSC",
130 "Gen 1 - SSC",
131 "Gen 2 - NSSC",
132 "Gen 2 - SSC",
139 "Gen 1 - NSSC",
140 "Gen 1 - SSC",
141 "Gen 2 - NSSC",
142 "Gen 2 - SSC",
149 "Gen 1 - NSSC",
150 "Gen 1 - SSC",
[all …]
/openbmc/u-boot/arch/x86/include/asm/
H A Dposix_types.h5 * This file is generally used by user-level software, so you need to
10 typedef unsigned short __kernel_dev_t;
12 typedef unsigned short __kernel_mode_t;
13 typedef unsigned short __kernel_nlink_t;
16 typedef unsigned short __kernel_ipc_pid_t;
17 typedef unsigned short __kernel_uid_t;
18 typedef unsigned short __kernel_gid_t;
19 /* checking against __x86_64__ covers both 64-bit EFI stub and 64-bit U-Boot */
33 typedef unsigned short __kernel_uid16_t;
34 typedef unsigned short __kernel_gid16_t;
[all …]
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Porting to u-boot:
14 * is distributed in source code form and is open to re - distribution
18 * 4/25/06 ht Change some variables from unsigned short or int
52 static unsigned short g_usFlowControl;
53 unsigned short g_usDataType;
78 static unsigned short g_usHeadDR;
79 static unsigned short g_usHeadIR;
80 static unsigned short g_usTailDR;
81 static unsigned short g_usTailIR;
[all …]
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S98 movi a3, 1b - 1
144 movi a3, 1b - 1
163 movi a3, 1b - 1
170 load_ok_test l16si, .short, 0x00001234, 0x00001234
171 load_ok_test l16si, .short, 0x000089ab, 0xffff89ab
172 load_ok_test l16ui, .short, 0x00001234, 0x00001234
173 load_ok_test l16ui, .short, 0x000089ab, 0x000089ab
188 load_unaligned_test WILL_TRAP, l16si, .short, 0x00001234, 0x00001234
189 load_unaligned_test WILL_TRAP, l16si, .short, 0x000089ab, 0xffff89ab
190 load_unaligned_test WILL_TRAP, l16ui, .short, 0x00001234, 0x00001234
[all …]
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S7 * See the COPYING file in the top-level directory.
13 * SPDX-License-Identifier: GPL-2.0-or-later
21 .long 2f - 1f /* namesz */ ; \
22 .long 4484f - 3f /* descsz */ ; \
57 * - `ebx`: contains the physical memory address where the loader has placed
59 * - `cr0`: bit 0 (PE) must be set. All the other writable bits are cleared.
60 * - `cr4`: all bits are cleared.
61 * - `cs `: must be a 32-bit read/execute code segment with a base of ‘0’
63 * - `ds`, `es`: must be a 32-bit read/write data segment with a base of
66 * - `tr`: must be a 32-bit TSS (active) with a base of '0' and a limit
[all …]
/openbmc/u-boot/drivers/mmc/
H A Drpmb.c1 // SPDX-License-Identifier: GPL-2.0+
6 * eMMC- Replay Protected Memory Block
7 * According to JEDEC Standard No. 84-A441
14 #include <u-boot/sha256.h>
70 unsigned short address;
71 unsigned short block_count;
72 unsigned short result;
73 unsigned short request;
99 printf("%s:mmc_set_blockcount-> %d\n", __func__, ret); in mmc_rpmb_request()
116 printf("%s:mmc_send_cmd-> %d\n", __func__, ret); in mmc_rpmb_request()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dtegra_mmc.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Portions Copyright (C) 2011-2012 NVIDIA Corporation
23 unsigned short blksize; /* _BLOCK_SIZE_BLOCK_COUNT_0 15:00 */
24 unsigned short blkcnt; /* _BLOCK_SIZE_BLOCK_COUNT_0 31:16 */
26 unsigned short trnmod; /* _CMD_XFER_MODE_0 15:00 xfer mode */
27 unsigned short cmdreg; /* _CMD_XFER_MODE_0 31:16 cmd reg */
38 unsigned short clkcon; /* _CLOCK_CONTROL_0 15:00 */
44 unsigned short acmd12errsts; /* _AUTO_CMD12_ERR_STATUS_0 15:00 */
47 unsigned char res2[4]; /* RESERVED, offset 44h-47h */
49 unsigned char res3[4]; /* RESERVED, offset 4Ch-4Fh */
[all …]

12345678910>>...48