| /freebsd/sys/contrib/device-tree/Bindings/usb/ | 
| H A D | generic-ohci.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/usb/generic-ohci.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Greg Kroah-Hartma
 [all...]
 | 
| H A D | generic-ehci.yaml | 1 # SPDX-License-Identifier: GPL-2.03 ---
 4 $id: http://devicetree.org/schemas/usb/generic-ehci.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 13   - $ref: usb-hcd.yaml
 14   - if:
 19               const: ibm,usb-ehci-440epx
 28       - items:
 29           - enum:
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ | 
| H A D | PPCTargetMachine.cpp | 1 //===-- PPCTargetMachine.cpp - Define TargetMachine for PowerPC -----------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 9 // Top-level implementation for the PowerPC target.
 11 //===----------------------------------------------------------------------===//
 56     EnableBranchCoalescing("enable-ppc-branch-coalesce", cl::Hidden,
 57                            cl::desc("enable coalescing of duplicate branches for PPC"));
 59 opt<bool> DisableCTRLoops("disable-ppc-ctrloops", cl::Hidden,
 60                         cl::desc("Disable CTR loops for PPC"));
 63 opt<bool> DisableInstrFormPrep("disable-ppc-instr-form-prep", cl::Hidden,
 [all …]
 
 | 
| /freebsd/sys/dev/ocs_fc/ | 
| H A D | sli4.h | 1 /*-34  * Define common SLI-4 structures and function prototypes.
 43 #define SLI_SUB_PAGE_MASK	(SLI_PAGE_SIZE - 1)
 53 	uint32_t	mask = page_size - 1;  in sli_page_count()
 93  * Common SLI-4 register offsets and field definitions
 97  * @brief SLI_INTF - SLI Interface Definition Register
 119  * @brief ASIC_ID - SLI ASIC Type and Revision Register
 135  * @brief BMBX - Bootstrap Mailbox Register
 150  * @brief EQCQ_DOORBELL - EQ and CQ Doorbell Register
 168  * @brief SLIPORT_CONTROL - SLI Port Control Register
 [all …]
 
 | 
| /freebsd/contrib/bearssl/src/mac/ | 
| H A D | hmac_ct.c | 30 	return (unsigned)(dig->desc >> BR_HASHDESC_OUT_OFF)  in hash_size()39 	ls = (unsigned)(dig->desc >> BR_HASHDESC_LBLEN_OFF)  in block_size()
 59 	 * be     1 for big-endian, 0 for little-endian  in br_hmac_outCT()
 77 	hc = ctx->dig;  in br_hmac_outCT()
 80 	 * Get function-specific information.  in br_hmac_outCT()
 83 	be = (dig->desc & BR_HASHDESC_MD_PADDING_BE) != 0;  in br_hmac_outCT()
 85 	if (dig->desc & BR_HASHDESC_MD_PADDING_128) {  in br_hmac_outCT()
 94 	count = dig->state(&hc.vtable, tmp1);  in br_hmac_outCT()
 102 	ncount = (count + (uint64_t)min_len) & ~(uint64_t)(bs - 1);  in br_hmac_outCT()
 106 		zlen = (size_t)(ncount - count);  in br_hmac_outCT()
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ | 
| H A D | ARMFeatures.td | 1 //===----------------------------------------------------------------------===//6 def ModeThumb             : SubtargetFeature<"thumb-mode", "IsThumb",
 10 def ModeSoftFloat         : SubtargetFeature<"soft-float","UseSoftFloat",
 14 //===----------------------------------------------------------------------===//
 21   string TargetFeatureName,            // String used for -target-feature.
 23   string Desc,                         // Description.
 25 > : SubtargetFeature<TargetFeatureName, "Has" # Spelling, "true", Desc, Implies>
 32 // FP loads/stores/moves, shared between VFP and MVE (even in the integer-only
 37 // 16-bit FP loads/stores/moves, shared between VFP (with the v8.2A FP16
 38 // extension) and MVE (even in the integer-only version).
 [all …]
 
 | 
| H A D | ARMTargetMachine.cpp | 1 //===-- ARMTargetMachine.cpp - Define TargetMachine for ARM ---------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 10 //===----------------------------------------------------------------------===//
 63 DisableA15SDOptimization("disable-a15-sd-optimization", cl::Hidden,
 64                    cl::desc("Inhibit optimization of S->D register accesses on A15"),
 68 EnableAtomicTidy("arm-atomic-cfg-tidy", cl::Hidden,
 69                  cl::desc("Run SimplifyCFG after expanding atomic operations"
 70                           " to make use of cmpxchg flow-based information"),
 74 EnableARMLoadStoreOpt("arm-load-store-opt", cl::Hidden,
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| H A D | AArch64TargetStreamer.cpp | 1 //===- AArch64TargetStreamer.cpp - AArch64TargetStreamer class ------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 11 //===----------------------------------------------------------------------===//
 26     "aarch64-mark-bti-property", cl::Hidden,
 27     cl::desc("Add .note.gnu.property with BTI to assembly files"),
 43   return ConstantPools->addEntry(Streamer, Expr, Size, Loc);  in addConstantPoolEntry()
 47   ConstantPools->emitForCurrentSection(Streamer);  in emitCurrentConstantPool()
 51   ConstantPools->emitAll(Streamer);  in emitConstantPools()
 54 // finish() - write out any non-empty assembler constant pools and
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ | 
| H A D | PPCMCCodeEmitter.cpp | 1 //===-- PPCMCCodeEmitter.cpp - Convert PPC code to machine code -------441 const MCInstrDesc &Desc = MCII.get(Opcode); getInstSizeInBytes()  local
 [all...]
 | 
| /freebsd/share/man/man5/ | 
| H A D | elf.5 | 60 regardless whether the host is 32-bit or 64-bit.87 The following types are being used for 32-bit architectures:
 88 .Bd -literal -offset indent
 89 Elf32_Addr	Unsigned 32-bit program address
 90 Elf32_Half	Unsigned 16-bit field
 91 Elf32_Lword	Unsigned 64-bit field
 92 Elf32_Off	Unsigned 32-bit file offset
 93 Elf32_Sword	Signed 32-bit field or integer
 94 Elf32_Word	Unsigned 32-bit field or integer
 97 For 64-bit architectures we have the following types:
 [all …]
 
 | 
| /freebsd/sys/bsm/ | 
| H A D | audit_internal.h | 1 /*-2  * SPDX-License-Identifier: BSD-3-Clause
 4  * Copyright (c) 2005-2008 Apple Inc.
 58 	int			 desc;		/* Descriptor for record. */  member
 74 #define	AUDIT_HEADER_EX_SIZE(a)	((a)->ai_termid.at_type+18+sizeof(u_int32_t))
 80  * BSM token streams store fields in big endian byte order, so as to be
 
 | 
| /freebsd/contrib/openbsm/sys/bsm/ | 
| H A D | audit_internal.h | 1 /*-2  * Copyright (c) 2005-2008 Apple Inc.
 56 	int			 desc;		/* Descriptor for record. */  member
 72 #define	AUDIT_HEADER_EX_SIZE(a)	((a)->ai_termid.at_type+18+sizeof(u_int32_t))
 78  * BSM token streams store fields in big endian byte order, so as to be
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ | 
| H A D | AArch64TargetMachine.cpp | 1 //===-- AArch64TargetMachine.cpp - Define TargetMachine for AArch64 -------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 10 //===----------------------------------------------------------------------===//
 61 static cl::opt<bool> EnableCCMP("aarch64-enable-ccmp",
 62                                 cl::desc("Enable the CCMP formation pass"),
 66     EnableCondBrTuning("aarch64-enable-cond-br-tune",
 67                        cl::desc("Enable the conditional branch tuning pass"),
 71     "aarch64-enable-copy-propagation",
 72     cl::desc("Enable the copy propagation with AArch64 copy instr"),
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ | 
| H A D | ELFTypes.h | 1 //===- ELFTypes.h - Endian specific types for ELF ---------------*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 18 #include "llvm/Support/Endian.h"
 98 using ELF32BE = ELFType<llvm::endianness::big, false>;
 100 using ELF64BE = ELFType<llvm::endianness::big, true>;
 160   Elf_Word sh_link;      // Section type-specific header table index link
 161   Elf_Word sh_info;      // Section type-specific extra information
 175   Elf_Word sh_link;       // Section type-specific header table index link
 176   Elf_Word sh_info;       // Section type-specific extra information
 [all …]
 
 | 
| /freebsd/share/man/man9/ | 
| H A D | bhnd.9 | 1 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>326 .Fa "const struct bhnd_board_info *board" "const struct bhnd_board_match *desc"
 330 .Fa "device_t bus" "const struct bhnd_core_match *desc"
 334 .Fa "const struct bhnd_chipid *chip" "const struct bhnd_chip_match *desc"
 342 .Fa "const struct bhnd_core_info *core" "const struct bhnd_core_match *desc"
 350 .Fa "uint16_t hwrev" "const struct bhnd_hwrev_match *desc"
 355 .Fa "const struct bhnd_core_match *desc"
 365 .Fa "device_t dev" "const struct bhnd_device_match *desc"
 381 .Fa "vendor" "device" "desc" "quirks" "..."
 392 .Bd -literal
 [all …]
 
 | 
| /freebsd/sys/dev/sound/pcm/ | 
| H A D | feeder_rate.c | 1 /*-2  * SPDX-License-Identifier: BSD-2-Clause
 4  * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org>
 36  *  - http://ccrma.stanford.edu/~jos/resample/
 39  * + all out fixed point integer operations, no soft-float or anything like
 48  * - The z, z_, and Z_ . Due to mental block (or maybe just 0x7a69), I
 124 	int32_t bps;		/* bytes-per-sample */
 164     &feeder_rate_presets, 0, "compile-time rate presets");
 176 	if (err != 0 || req->newptr == NULL || val == feeder_rate_min)  in sysctl_hw_snd_feeder_rate_min()
 199 	if (err != 0 || req->newptr == NULL || val == feeder_rate_max)  in sysctl_hw_snd_feeder_rate_max()
 [all …]
 
 | 
| /freebsd/contrib/bearssl/src/ | 
| H A D | inner.h | 46  * 2048-bit RSA keys offer adequate security, and should still do so for48  * already set their root keys to RSA-4096, so we should be able to
 68  * Maximum size for a RSA factor (in bits). This is for RSA private-key
 87  * 64-bit types so that we may automatically use implementations that
 88  * use 64-bit registers in that case. Future versions may detect, e.g.,
 91  * If 'unsigned long' is a 64-bit type, then we assume that 64-bit types
 94  * as 64-bit means that the 32-bit code will be used, and that code
 95  * works also on 64-bit architectures (the 64-bit code may simply be
 100  * 32-bit for compatibility with all the legacy code that liberally uses
 101  * the 'DWORD' type for 32-bit values.
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ | 
| H A D | BPFTargetMachine.cpp | 1 //===-- BPFTargetMachine.cpp - Define TargetMachine for BPF ---------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 11 //===----------------------------------------------------------------------===//
 38 opt<bool> DisableMIPeephole("disable-bpf-peephole", cl::Hidden,
 39                             cl::desc("Disable machine peepholes for BPF"));
 54 // DataLayout: little or big endian
 57     return "E-m:e-p:64:64-i64:64-i128:128-n32:64-S128";  in computeDataLayout()
 59     return "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128";  in computeDataLayout()
 81   MAI->setDwarfUsesRelocationsAcrossSections(!Subtarget.getUseDwarfRIS());  in BPFTargetMachine()
 [all …]
 
 | 
| /freebsd/sys/dev/rtwn/rtl8812a/ | 
| H A D | r12a_rx.c | 1 /*-41 #include <sys/endian.h>
 74 	len -= sizeof(struct r92c_rx_stat) + 2;  in r12a_ratectl_tx_complete()
 78 		device_printf(sc->sc_dev,  in r12a_ratectl_tx_complete()
 87 	    __func__, rpt->txrptb0, rpt->macid, rpt->txrptb2,  in r12a_ratectl_tx_complete()
 88 	    rpt->queue_time_low, rpt->queue_time_high, rpt->final_rate,  in r12a_ratectl_tx_complete()
 89 	    rpt->reserved);  in r12a_ratectl_tx_complete()
 91 	if (rpt->macid > sc->macid_limit) {  in r12a_ratectl_tx_complete()
 92 		device_printf(sc->sc_dev,  in r12a_ratectl_tx_complete()
 93 		    "macid %u is too big; increase MACID_MAX limit\n",  in r12a_ratectl_tx_complete()
 [all …]
 
 | 
| /freebsd/sys/dev/rtwn/rtl8188e/ | 
| H A D | r88e_rx.c | 3 /*-6  * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
 35 #include <sys/endian.h>
 60 	int report_sel = MS(le32toh(stat->rxdw3), R88E_RXDW3_RPT);  in r88e_classify_intr()
 65 	case R88E_RXDW3_RPT_TX1:	/* per-packet Tx report */  in r88e_classify_intr()
 87 	len -= sizeof(struct r92c_rx_stat);  in r88e_ratectl_tx_complete()
 100 	    __func__, rpt->rptb0, rpt->rptb1, rpt->rptb2, rpt->queue_time_low,  in r88e_ratectl_tx_complete()
 101 	    rpt->queue_time_high, rpt->final_rate, rpt->rptb6, rpt->rptb7);  in r88e_ratectl_tx_complete()
 103 	macid = MS(rpt->rptb1, R88E_RPTB1_MACID);  in r88e_ratectl_tx_complete()
 104 	if (macid > sc->macid_limit) {  in r88e_ratectl_tx_complete()
 [all …]
 
 | 
| /freebsd/sys/dev/ufshci/ | 
| H A D | ufshci_dev.c | 1 /*-5  * SPDX-License-Identifier: BSD-2-Clause
 18     void *desc, size_t desc_size)  in ufshci_dev_read_descriptor()  argument
 40 	memcpy(desc, status.cpl.response_upiu.query_response_upiu.command_data,  in ufshci_dev_read_descriptor()
 48     struct ufshci_device_descriptor *desc)  in ufshci_dev_read_device_descriptor()  argument
 51 	    desc, sizeof(struct ufshci_device_descriptor)));  in ufshci_dev_read_device_descriptor()
 56     struct ufshci_geometry_descriptor *desc)  in ufshci_dev_read_geometry_descriptor()  argument
 59 	    0, desc, sizeof(struct ufshci_geometry_descriptor)));  in ufshci_dev_read_geometry_descriptor()
 64     struct ufshci_unit_descriptor *desc)  in ufshci_dev_read_unit_descriptor()  argument
 67 	    desc, sizeof(struct ufshci_unit_descriptor)));  in ufshci_dev_read_unit_descriptor()
 [all …]
 
 | 
| /freebsd/usr.sbin/makefs/ | 
| H A D | makefs.c | 3 /*-4  * SPDX-License-Identifier: BSD-4-Clause
 6  * Copyright (c) 2001-2003 Wasabi Systems, Inc.
 120 	fsoptions.fd = -1;  in main()
 121 	fsoptions.sectorsize = -1;  in main()
 123 	if (fstype->prepare_options)  in main()
 124 		fstype->prepare_options(&fsoptions);  in main()
 134 	if (ch == -1)  in main()
 138 	while ((ch = getopt(argc, argv, "B:b:Dd:f:F:M:m:N:O:o:pR:s:S:t:T:xZ")) != -1) {  in main()
 144 			    strcmp(optarg, "big") == 0) {  in main()
 [all …]
 
 | 
| /freebsd/sys/sys/ | 
| H A D | soundcard.h | 5 /*-6  * SPDX-License-Identifier: BSD-2-Clause
 8  * Copyright by Hannu Savolainen 1993 / 4Front Technologies 1993-2006
 55   *	snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains
 106 #include <machine/endian.h>
 122  * number of bytes for a write operation to be non-blocking.
 146  * format. We extend it by using bit 31 (RO) to indicate full-duplex
 153  *  o  8 bits for 8-bit formats, mu-law and A-law,
 154  *  o  16 bits for the 16-bit formats, and
 155  *  o  32 bits for the 24/32-bit formats.
 [all …]
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ | 
| H A D | SparcTargetMachine.cpp | 1 //===-- SparcTargetMachine.cpp - Define TargetMachine for Sparc -----------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 7 //===----------------------------------------------------------------------===//
 10 //===----------------------------------------------------------------------===//
 35     BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true),
 36                      cl::desc("Relax out of range conditional branches"));
 39   // Sparc is typically big endian, but some are little.  in computeDataLayout()
 41   Ret += "-m:e";  in computeDataLayout()
 45     Ret += "-p:32:32";  in computeDataLayout()
 48   Ret += "-i64:64";  in computeDataLayout()
 [all …]
 
 | 
| /freebsd/contrib/file/magic/Magdir/ | 
| H A D | riff | 2 #------------------------------------------------------------------------------8 #	http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf
 9 #	https://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml
 13 0   name    riff-wave
 21 >0	leshort		0x06		\b, ITU G.711 A-law
 22 >0	leshort		0x07		\b, ITU G.711 mu-law
 129 0   name    riff-walk
 132 >>>8 use    riff-wave
 134 >>&(4.l+4)  use riff-walk
 136 >>&(4.l+4)  use riff-walk
 [all …]
 
 |