/openbmc/linux/arch/m68k/include/asm/ |
H A D | amigahw.h | 2 ** asm-m68k/amigahw.h -- This header defines some macros and pointers for 21 #include <asm/bootinfo-amiga.h> 88 unsigned short bltddat; 89 unsigned short dmaconr; 90 unsigned short vposr; 91 unsigned short vhposr; 92 unsigned short dskdatr; 93 unsigned short joy0dat; 94 unsigned short joy1dat; 95 unsigned short clxdat; [all …]
|
/openbmc/u-boot/include/ |
H A D | ata.h | 1 /* 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 …]
|
/openbmc/linux/drivers/char/mwave/ |
H A D | 3780i.h | 3 * 3780i.h -- declarations for 3780i.c 23 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 42 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 45 * 10/23/2000 - Alpha Release 62 #define DSP_MsaDataDSISHigh 0x0008 /* MSA data register: d-store word or high byte of i-stor… 63 #define DSP_MsaDataISLow 0x000A /* MSA data register: low word of i-store */ 71 unsigned short Reserved:13; /* 0: Reserved */ 76 unsigned short EnableDspInt:1; /* RW: Enable DSP to X86 ISA interrupt 0=mask it, 1=enable it */ 77 unsigned short MemAutoInc:1; /* RW: Memory address auto increment, 0=disable, 1=enable */ 78 unsigned short IoAutoInc:1; /* RW: I/O address auto increment, 0=disable, 1=enable */ [all …]
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 22 #define REG_PAGE (priv(dev)->base + 0x0000) 25 #define REG_CONTROL (priv(dev)->base + 0x0004) 31 #define ETHER1_RAM (priv(dev)->base + 0x2000) 34 #define IDPROM_ADDRESS (priv(dev)->base + 0x0024) 49 #define I82586_NULL (-1) 52 unsigned short tdr_status; 53 unsigned short tdr_command; 54 unsigned short tdr_link; 55 unsigned short tdr_result; [all …]
|
H A D | sun3_82586.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 8 * copyrights (c) 1994 by Michael Hipp (hippm@informatik.uni-tuebingen.de) 11 * crynwr-packet-driver by Russ Nelson 12 * Garret A. Wollman's i82586-driver for BSD 48 unsigned short zero_dum0; /* has to be zero */ 51 unsigned short zero_dum2; 52 unsigned short zero_dum3; 53 char *iscp; /* pointer to the iscp-block */ 64 unsigned short scb_offset; /* pointeroffset to the scb_base */ 65 char *scb_base; /* base-address of all 16-bit offsets */ [all …]
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | cpu_sh7752.h | 1 /* 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 D | cpu_sh7753.h | 1 /* 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 …]
|
/openbmc/linux/drivers/memstick/core/ |
H A D | ms_block.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * ms_block.h - Sony MemoryStick (legacy) storage support 18 #define MS_BLOCK_MAX_PAGES ((2 << 16) - 1) 52 unsigned short block_id; 53 unsigned short format_reserved; 76 unsigned short block_size; 77 unsigned short number_of_blocks; 78 unsigned short number_of_effective_blocks; 79 unsigned short page_size; 87 unsigned short memory_manufacturer_code; [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | init301.h | 6 * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 71 unsigned short SiS_GetRatePtr(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short Mod… 75 void SiS_GetVBInfo(struct SiS_Private *SiS_Pr, unsigned short ModeNo, 76 unsigned short ModeIdIndex, int checkcrt2mode); 78 void SiS_SetTVMode(struct SiS_Private *SiS_Pr, unsigned short ModeNo, 79 unsigned short ModeIdIndex); 80 void SiS_GetLCDResInfo(struct SiS_Private *SiS_Pr, unsigned short ModeNo, 81 unsigned short ModeIdIndex); 82 unsigned short SiS_GetVCLK2Ptr(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short Mo… [all …]
|
H A D | vstruct.h | 6 * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria 23 * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA 61 unsigned short RVBHCMAX; 62 unsigned short RVBHCFACT; 63 unsigned short VGAHT; 64 unsigned short VGAVT; 65 unsigned short LCDHT; 66 unsigned short LCDVT; 70 unsigned short RVBHCMAX; 71 unsigned short RVBHCFACT; [all …]
|
H A D | sis.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 8 * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria. 39 #define SISFAIL(x) do { printk(x "\n"); return -EINVAL; } while(0) 102 /* ivideo->caps */ 128 #define DAC2_ADR (0x16-0x30) 129 #define DAC2_DATA (0x17-0x30) 130 #define VB_PART1_ADR (0x04-0x30) 131 #define VB_PART1_DATA (0x05-0x30) 132 #define VB_PART2_ADR (0x10-0x30) 133 #define VB_PART2_DATA (0x11-0x30) [all …]
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | ioctl.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved. 70 unsigned short crt:1; 71 unsigned short dvi:1; 72 unsigned short lcd:1; 73 unsigned short samm:1; 74 unsigned short lcd_dsp_cent:1; 76 unsigned short epia_dvi:1; 77 unsigned short lcd_dual_edge:1; [all …]
|
/openbmc/linux/include/uapi/sound/ |
H A D | sfnt_info.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 8 * Copyright (C) 1999-2000 Takashi Iwai 25 unsigned short key; /* use the key below */ 28 short device_no; /* synthesizer number */ 29 unsigned short sf_id; /* file id (should be zero) */ 30 short optarg; /* optional argument */ 33 short type; /* patch operation type */ 45 short reserved; /* word alignment data */ 58 unsigned short type; /* sample type */ 65 short reserved; [all …]
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | efi-header.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Adapted from arch/arm64/kernel/efi-header.S 15 .short IMAGE_FILE_MACHINE_RISCV64 // Machine 17 .short IMAGE_FILE_MACHINE_RISCV32 // Machine 19 .short section_count // NumberOfSections 23 .short section_table - optional_header // SizeOfOptionalHeader 24 .short IMAGE_FILE_DEBUG_STRIPPED | \ 30 .short PE_OPT_MAGIC_PE32PLUS // PE32+ format 32 .short PE_OPT_MAGIC_PE32 // PE32 format 36 .long __pecoff_text_end - efi_header_end // SizeOfCode [all …]
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 6 unsigned short st_dev; 7 unsigned short st_ino; 8 unsigned short st_mode; 9 unsigned short st_nlink; 10 unsigned short st_uid; 11 unsigned short st_gid; 12 unsigned short st_rdev; 20 unsigned short st_dev; 21 unsigned short __pad1; [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | hdreg.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 17 #define IDE_DRIVE_TASK_INVALID -1 137 * 0x01->0x02 Reserved 141 * 0x04->0x07 Reserved 146 * 0x09->0x0F Reserved 151 * 0x10->0x1F Reserved 153 #define WIN_READ 0x20 /* 28-Bit */ 154 #define WIN_READ_ONCE 0x21 /* 28-Bit without retries */ 155 #define WIN_READ_LONG 0x22 /* 28-Bit */ 156 #define WIN_READ_LONG_ONCE 0x23 /* 28-Bit without retries */ [all …]
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 6 unsigned short st_dev; 7 unsigned short st_ino; 8 unsigned short st_mode; 9 unsigned short st_nlink; 10 unsigned short st_uid; 11 unsigned short st_gid; 12 unsigned short st_rdev; 23 unsigned short st_dev; 24 unsigned short __pad1; [all …]
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | efi-header.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2013 - 2017 Linaro, Ltd. 22 * So put an ordinary NOP here, not the "MZ.." pseudo-nop above. 30 .set .Lpe_header_offset, . - .L_head 32 .short IMAGE_FILE_MACHINE_ARM64 // Machine 33 .short .Lsection_count // NumberOfSections 37 .short .Lsection_table - .Loptional_header // SizeOfOptionalHeader 38 .short IMAGE_FILE_DEBUG_STRIPPED | \ 43 .short PE_OPT_MAGIC_PE32PLUS // PE32+ format 46 .long __initdata_begin - .Lefi_header_end // SizeOfCode [all …]
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 1 /* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only) */ 2 /* Copyright(c) 2014 - 2020 Intel Corporation */ 58 #define ICP_QAT_CSS_FWSK_MODULUS_LEN(handle) ((handle)->chip_info->css_3k ? \ 62 #define ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle) ((handle)->chip_info->css_3k ? \ 66 #define ICP_QAT_CSS_FWSK_PAD_LEN(handle) ((handle)->chip_info->css_3k ? \ 74 #define ICP_QAT_CSS_SIGNATURE_LEN(handle) ((handle)->chip_info->css_3k ? \ 246 unsigned short file_id; 247 unsigned short reserved1; 250 unsigned short reserved2; 251 unsigned short max_chunks; [all …]
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | zboot-header.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 19 .long __efistub__gzdata_start - .Ldoshdr // payload offset 20 .long __efistub__gzdata_size - ZBOOT_SIZE_LEN // payload size 25 .long .Lpehdr - .Ldoshdr // PE header offset 29 .short MACHINE_TYPE 30 .short .Lsection_count 34 .short .Lsection_table - .Loptional_header 35 .short IMAGE_FILE_DEBUG_STRIPPED | \ 41 .short .Lpe_opt_magic 43 .long _etext - .Lefi_header_end [all …]
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 * Derived from "include/asm-i386/stat.h" 13 unsigned short st_dev; 14 unsigned short st_ino; 15 unsigned short st_mode; 16 unsigned short st_nlink; 17 unsigned short st_uid; 18 unsigned short st_gid; 19 unsigned short st_rdev; 27 unsigned short st_dev; [all …]
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | efi-header.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited 12 .short IMAGE_FILE_MACHINE_LOONGARCH64 /* Machine */ 13 .short .Lsection_count /* NumberOfSections */ 17 .short .Lsection_table - .Loptional_header /* SizeOfOptionalHeader */ 18 .short IMAGE_FILE_DEBUG_STRIPPED | \ 23 .short PE_OPT_MAGIC_PE32PLUS /* PE32+ format */ 26 .long __inittext_end - .Lefi_header_end /* SizeOfCode */ 29 .long __efistub_efi_pe_entry - _head /* AddressOfEntryPoint */ 30 .long .Lefi_header_end - _head /* BaseOfCode */ [all …]
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | efi-header.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2013-2017 Linaro Ltd 18 @ This is a two-instruction NOP, which happens to bear the 33 .set start_offset, __efi_start - start 43 .long pe_header - start @ Offset to the PE header. 49 .short IMAGE_FILE_MACHINE_THUMB @ Machine 50 .short section_count @ NumberOfSections 54 .short section_table - optional_header @ SizeOfOptionalHeader 55 .short IMAGE_FILE_32BIT_MACHINE | \ 60 #define __pecoff_code_size (__pecoff_data_start - __efi_start) [all …]
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_volume.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 13 EXPORT_SYMBOL(snd_gf1_atten_table); /* for snd-gus-synth module */ 15 unsigned short snd_gf1_lvol_to_gvol_raw(unsigned int vol) in snd_gf1_lvol_to_gvol_raw() 17 unsigned short e, m, tmp; in snd_gf1_lvol_to_gvol_raw() 25 e--; in snd_gf1_lvol_to_gvol_raw() 32 m = vol - (1 << e); in snd_gf1_lvol_to_gvol_raw() 35 m >>= e - 8; in snd_gf1_lvol_to_gvol_raw() 37 m <<= 8 - e; in snd_gf1_lvol_to_gvol_raw() 45 unsigned int snd_gf1_gvol_to_lvol_raw(unsigned short gf1_vol) 48 unsigned short e, m; [all …]
|
/openbmc/linux/include/sound/ |
H A D | ac97_codec.h | 1 /* SPDX-License-Identifier: GPL-2.0+ 24 /* specific - SigmaTel */ 33 #define AC97_SIGMATEL_MULTICHN 0x74 /* Multi-Channel programming */ 37 /* specific - Analog Devices */ 47 /* specific - Cirrus Logic */ 56 /* specific - Conexant */ 64 /* specific - ALC */ 106 /* specific - Yamaha YMF7x3 */ 110 /* specific - C-Media */ 116 /* specific - wolfson */ [all …]
|