| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | faraday,ftpci100.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 18 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday 19 Technology) and product ID 0x4321. 21 The plain variant has 128MiB of non-prefetchable memory space, whereas the 27 and should point to respective interrupt in that controller in its interrupt-map. 29 The code which is the only documentation of how the Faraday PCI (the non-dual 34 interrupt-map-mask = <0xf800 0 0 7>; [all …]
|
| H A D | faraday,ftpci100.txt | 9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday 10 Technology) and product ID 0x4321. 14 - compatible: ranging from specific to generic, should be one of 15 "cortina,gemini-pci", "faraday,ftpci100" 16 "cortina,gemini-pci-dual", "faraday,ftpci100-dual" 18 "faraday,ftpci100-dual" 19 - reg: memory base and size for the host bridge 20 - #address-cells: set to <3> 21 - #size-cells: set to <2> 22 - #interrupt-cells: set to <1> [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/gemini/ |
| H A D | gemini.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/clock/cortina,gemini-clock.h> 8 #include <dt-bindings/reset/cortina,gemini-reset.h> 9 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 16 compatible = "simple-bus"; 17 interrupt-parent = <&intcon>; 20 compatible = "cortina,gemini-flash", "cfi-flash"; [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64/ |
| H A D | poly1305-ppc.S | 1 /* Do not modify. This file is auto-generated from poly1305-ppc.pl. */ 9 .localentry poly1305_init_int,0 11 xor 0,0,0 12 std 0,0(3) 13 std 0,8(3) 14 std 0,16(3) 15 stw 0,24(3) 17 cmpld 4,0 18 beq- .Lno_key 20 lwbrx 10,0,4 [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64le/ |
| H A D | poly1305-ppc.S | 1 /* Do not modify. This file is auto-generated from poly1305-ppc.pl. */ 9 .localentry poly1305_init_int,0 11 xor 0,0,0 12 std 0,0(3) 13 std 0,8(3) 14 std 0,16(3) 15 stw 0,24(3) 17 cmpld 4,0 18 beq- .Lno_key 19 ld 10,0(4) [all …]
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | t_utf8.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* util/support/t_utf8.c - test UTF-8 boundary conditions */ 36 #include "k5-platform.h" 37 #include "k5-utf8.h" 48 #define L(x) 0 52 * len is 0 for invalid encoding prefixes (KRB5_UTF8_CHARLEN2() partially 54 * byte. It doesn't check whether bit 6 is 0, though, and doesn't catch the 57 * ucs is 0 for invalid encodings (including ones with valid prefixes according 71 { "\x7f", 0x0000007f, 1 }, /* Lowest 1-byte encoding */ 72 { "\xc0\x80", 0x00000000, 0 }, /* Invalid 2-byte encoding */ [all …]
|
| /freebsd/lib/libc/locale/ |
| H A D | utf8.5 | 36 .Nd "UTF-8, a transformation format of ISO 10646" 39 .Qq UTF-8 42 .Nm UTF-8 43 encoding represents UCS-4 characters as a sequence of octets, using 47 so 0x00-0x7f refer to the 51 .No non- Ns Tn ASCII 56 .Bd -literal 57 [0x00000000 - 0x0000007f] [00000000.0bbbbbbb] -> 0bbbbbbb 58 [0x00000080 - 0x000007ff] [00000bbb.bbbbbbbb] -> 110bbbbb, 10bbbbbb 59 [0x00000800 - 0x0000ffff] [bbbbbbbb.bbbbbbbb] -> [all …]
|
| /freebsd/sys/crypto/openssl/powerpc/ |
| H A D | poly1305-ppc.S | 1 /* Do not modify. This file is auto-generated from poly1305-ppc.pl. */ 8 xor 0,0,0 9 stw 0,0(3) 10 stw 0,4(3) 11 stw 0,8(3) 12 stw 0,12(3) 13 stw 0,16(3) 14 stw 0,24(3) 16 .long 0x7c040040 17 beq- .Lno_key [all …]
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | siena_nic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2016 Solarflare Communications Inc. 60 if (req.emr_rc != 0) { in siena_nic_get_partn_mask() 72 return (0); in siena_nic_get_partn_mask() 88 efx_nic_cfg_t *encp = &(enp->en_nic_cfg); in siena_board_cfg() 97 encp->enc_vi_window_shift = EFX_VI_WINDOW_SHIFT_8K; in siena_board_cfg() 99 /* External port identifier using one-based port numbering */ in siena_board_cfg() 100 encp->enc_external_port = (uint8_t)enp->en_mcdi.em_emip.emi_port; in siena_board_cfg() 104 &capabilities, mac_addr)) != 0) in siena_board_cfg() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am335x-nano.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013 Newflow Ltd - https://www.newflow.co.uk/ 5 /dts-v1/; 14 cpu@0 { 15 cpu0-supply = <&dcdc2_reg>; 21 reg = <0x80000000 0x10000000>; /* 256 MB */ 25 compatible = "gpio-leds"; 29 gpios = <&gpio1 5 0>; 30 default-state = "off"; 36 pinctrl-names = "default"; [all …]
|
| /freebsd/sys/arm/arm/ |
| H A D | disassem.c | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 71 * 2 - print Operand 2 of a data processing instruction 72 * d - destination register (bits 12-15) 73 * n - n register (bits 16-19) 74 * s - s register (bits 8-11) 75 * o - indirect register rn (bits 16-19) (used by swap) 76 * m - m register (bits 0-3) 77 * a - address operand of ldr/str instruction 78 * l - register list for ldm/stm instruction [all …]
|
| H A D | machdep_ptrace.c | 1 /*- 3 * Copyright (c) 1994-1998 Mark Brinicombe. 42 if (proc_readmem(td, td->td_proc, addr, v, sizeof(*v)) != sizeof(*v)) in ptrace_read_int() 44 return (0); in ptrace_read_int() 51 if (proc_writemem(td, td->td_proc, addr, &v, sizeof(v)) != sizeof(v)) in ptrace_write_int() 53 return (0); in ptrace_write_int() 62 KASSERT(((reg >= 0) && (reg <= ARM_REG_NUM_PC)), in ptrace_get_usr_reg() 67 ret = td->td_frame->tf_pc; in ptrace_get_usr_reg() 70 ret = td->td_frame->tf_usr_lr; in ptrace_get_usr_reg() 73 ret = td->td_frame->tf_usr_sp; in ptrace_get_usr_reg() [all …]
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sahwreg.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 34 /* Message Unit Registers - BAR0(0x10), BAR0(win) */ 36 /* i2o=1 space register offsets - MU_I2O_ENABLE */ 38 #define MSGU_IBDB_SET 0x20 39 #define MSGU_HOST_INT_STATUS 0x30 40 #define MSGU_HOST_INT_MASK 0x34 41 #define MSGU_IOPIB_INT_STATUS 0x40 42 #define MSGU_IOPIB_INT_MASK 0x44 43 #define MSGU_IBDB_CLEAR 0x70 44 #define MSGU_MSGU_CONTROL 0x74 [all …]
|
| /freebsd/contrib/opencsd/decoder/source/i_dec/ |
| H A D | trc_idec_arminst.cpp | 48 if ((inst & 0xf0000000) == 0xf0000000) { in inst_ARM_is_direct_branch() 50 if ((inst & 0xfe000000) == 0xfa000000){ in inst_ARM_is_direct_branch() 53 is_direct_branch = 0; in inst_ARM_is_direct_branch() 55 } else if ((inst & 0x0e000000) == 0x0a000000) { in inst_ARM_is_direct_branch() 58 is_direct_branch = 0; in inst_ARM_is_direct_branch() 65 if ( ((inst & 0xf0000000) != 0xf0000000) && in inst_ARM_wfiwfe() 66 ((inst & 0x0ffffffe) == 0x0320f002) in inst_ARM_wfiwfe() 70 return 0; in inst_ARM_wfiwfe() 76 if ((inst & 0xf0000000) == 0xf0000000) { in inst_ARM_is_indirect_branch() 78 if ((inst & 0xfe500000) == 0xf8100000) { in inst_ARM_is_indirect_branch() [all …]
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_nb_regs.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 60 /* [0x0] */ 62 /* [0x4] */ 64 /* [0x8] Force init reset. */ 66 /* [0xc] Force init reset per DECEI mode. */ 68 /* [0x10] */ 70 /* [0x14] */ 72 /* [0x18] */ 74 /* [0x1c] */ [all …]
|
| /freebsd/sys/dev/ispfw/ |
| H A D | asm_2800.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (C) 2005-2023 by Qlogic, Inc. 38 0x0501f078, 0x00124000, 0x00100000, 0x00017380, 39 0x00000009, 0x0000000c, 0x00000001, 0x785ad0d5, 40 0x00000080, 0x0001f626, 0x20434f50, 0x59524947, 41 0x48542032, 0x30323320, 0x514c4f47, 0x49432043, 42 0x4f52504f, 0x52415449, 0x4f4e2020, 0x20495350, 43 0x32387878, 0x20466972, 0x6d776172, 0x65202020, 44 0x56657273, 0x696f6e20, 0x2020392e, 0x31322e30, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | sam9x60.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * sam9x60.dtsi - Device Tree Include file for Microchip SAM9X60 SoC 10 #include <dt-bindings/dma/at91.h> 11 #include <dt-bindings/pinctrl/at91.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/clock/at91.h> 15 #include <dt-bindings/mfd/at91-usart.h> 16 #include <dt-bindings/mfd/atmel-flexcom.h> 19 #address-cells = <1>; [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_cab.c | 1 /*- 2 * Copyright (c) 2010-2012 Michihiro NAKAJIMA 134 #define SLOT_MAX 21/*->25*/ 150 #define CFHEADER_signature 0 165 #define CFFOLDER_coffCabStart 0 171 #define CFFILE_cbFile 0 178 #define CFDATA_csum 0 215 #define COMPTYPE_NONE 0x0000 216 #define COMPTYPE_MSZIP 0x0001 217 #define COMPTYPE_QUANTUM 0x0002 [all …]
|
| H A D | archive_read_support_format_rar.c | 1 /*- 2 * Copyright (c) 2003-2007 Tim Kientzle 53 #define MARK_HEAD 0x72 54 #define MAIN_HEAD 0x73 55 #define FILE_HEAD 0x74 56 #define COMM_HEAD 0x75 57 #define AV_HEAD 0x76 58 #define SUB_HEAD 0x77 59 #define PROTECT_HEAD 0x78 60 #define SIGN_HEAD 0x79 [all …]
|