/freebsd-src/sys/contrib/device-tree/Bindings/usb/ |
H A D | generic-ohci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/usb/generic-ohci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 15 - items: 16 - enum: 17 - allwinner,sun4i-a10-ohci 18 - allwinner,sun50i-a64-ohci 19 - allwinner,sun50i-h6-ohci [all …]
|
H A D | generic-ehci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/usb/generic-ehci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Greg Kroah-Hartma [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 1 //===-- PPCTargetMachine.cpp - Define TargetMachine for PowerPC ------- [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64TargetStreamer.cpp | 1 //===- AArch64TargetStreamer.cpp - AArch64TargetStreamer class -------- [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libzpool/ |
H A D | util.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 46 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) in show_vdev_stats() argument 59 if (indent == 0 && desc != NULL) { in show_vdev_stats() 61 " capacity operations bandwidth ---- errors ----\n"); in show_vdev_stats() 66 if (desc != NULL) { in show_vdev_stats() 86 sec = MAX(1, vs->vs_timestamp / NANOSEC); in show_vdev_stats() 88 nicenum(vs->vs_alloc, used, sizeof (used)); in show_vdev_stats() 89 nicenum(vs->vs_space - vs->vs_alloc, avail, sizeof (avail)); in show_vdev_stats() 90 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops, sizeof (rops)); in show_vdev_stats() 91 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops, sizeof (wops)); in show_vdev_stats() [all …]
|
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCCodeEmitter.cpp | 1 //===-- PPCMCCodeEmitter.cpp - Convert PPC code to machine code -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 23 #include "llvm/Support/Endian.h" 307 // Encode the displacement part of pc-relative memri34, which is an imm34. in getDispRI34PCRelEncoding() 325 switch (Expr->getKind()) { in getDispRI34PCRelEncoding() 333 assert((SRE->getKind() == MCSymbolRefExpr::VK_PCREL || in getDispRI34PCRelEncoding() 334 SRE->getKind() == MCSymbolRefExpr::VK_PPC_GOT_PCREL || in getDispRI34PCRelEncoding() 335 SRE->getKind() == MCSymbolRefExpr::VK_PPC_GOT_TLSGD_PCREL || in getDispRI34PCRelEncoding() [all …]
|
/freebsd-src/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_lo in r88e_ratectl_tx_complete() 220 r88e_get_rx_stats(struct rtwn_softc * sc,struct ieee80211_rx_stats * rxs,const void * desc,const void * physt_ptr) r88e_get_rx_stats() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 1 //===-- AArch64TargetMachine.cpp - Define TargetMachine for AArch64 ------- 277 std::string Endian = LittleEndian ? "e" : "E"; computeDataLayout() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 1 //===- ELFTypes.h - Endian specific types for ELF ------- [all...] |
/freebsd-src/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-src/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-pe 462 Z_DECLARE_LINEAR(SIGN,BIT,ENDIAN) global() argument 521 _Z_SINC_ACCUMULATE(SIGN,BIT,ENDIAN,adv) global() argument 546 Z_DECLARE_SINC(SIGN,BIT,ENDIAN) global() argument 587 Z_DECLARE_SINC_POLYPHASE(SIGN,BIT,ENDIAN) global() argument 626 Z_DECLARE(SIGN,BIT,ENDIAN) global() argument 663 Z_RESAMPLER_ENTRY(SIGN,BIT,ENDIAN) global() argument [all...] |
/freebsd-src/contrib/bearssl/src/ |
H A D | inner.h | 46 * 2048-bit RSA keys offer adequate security, and should still do so for 48 * 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-src/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_rat in r12a_ratectl_tx_complete() 227 r12a_get_rx_stats(struct rtwn_softc * sc,struct ieee80211_rx_stats * rxs,const void * desc,const void * physt_ptr) r12a_get_rx_stats() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.cpp | 1 //===-- BPFTargetMachine.cpp - Define TargetMachine for BPF ------- [all...] |
/freebsd-src/usr.sbin/makefs/ |
H A D | makefs.c | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 6 * Copyright (c) 2001-2003 Wasabi Systems, Inc. 112 fsoptions.fd = -1; in main() 113 fsoptions.sectorsize = -1; in main() 115 if (fstype->prepare_options) in main() 116 fstype->prepare_options(&fsoptions); in main() 126 if (ch == -1) in main() 130 while ((ch = getopt(argc, argv, "B:b:Dd:f:F:M:m:N:O:o:pR:s:S:t:T:xZ")) != -1) { in main() 136 strcmp(optarg, "big") == 0) { in main() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 1 //===-- SparcTargetMachine.cpp - Define TargetMachine for Sparc ------- [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCCodeEmitter.cpp | 1 //===-- MipsMCCodeEmitter.cpp - Convert Mips Code to Machine Code ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 66 Shift -= 32; in LowerLargeShift() 97 unsigned Reg0 = Ctx.getRegisterInfo()->getEncodingValue(RegOp0); in LowerCompactBranch() 98 unsigned Reg1 = Ctx.getRegisterInfo()->getEncodingValue(RegOp1); in LowerCompactBranch() 131 /// encodeInstruction - Emit the instruction. 132 /// Size the instruction with Desc.getSize(). 137 // Non-pseudo instructions that get changed for direct object in encodeInstruction() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 1 //===-- ARMTargetMachine.cpp - Define TargetMachine for ARM ------- [all...] |
/freebsd-src/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 1817 unsigned int desc; global() member [all...] |
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | riff | 2 #---------- [all...] |