/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | display-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/display-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 12 - Sam Ravnborg <sam@ravnborg.org> 17 The display-timings node makes it possible to specify the timings 18 and to specify the timing that is native for the display. 22 const: display-timings [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/ |
H A D | common-properties.txt | 5 ---------- 13 - big-endian: Boolean; force big endian register accesses 15 know the peripheral always needs to be accessed in big endian (BE) mode. 16 - little-endian: Boolean; force little endian register accesses 18 peripheral always needs to be accessed in little endian (LE) mode. 19 - native-endian: Boolean; always use register accesses matched to the 20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel, 21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps 22 will ever be performed. Use this if the hardware "self-adjusts" 27 In such cases, little-endian is the preferred default, but it is not [all …]
|
/freebsd-src/share/man/man4/ |
H A D | uep.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 48 .Bd -ragged -offset indent 60 Depending on compile-time kernel options it supports either native 64 .Xr X 7 Pq Pa ports/x11/xorg-docs 65 in native mode, install 66 .Pa ports/x11-drivers/xf86-input-egalax . 69 .Xr X 7 Pq Pa ports/x11/xorg-docs 70 in evdev mode, install 71 .Pa ports/x11-drivers/xf86-input-evdev . [all …]
|
H A D | netmap.4 | 1 .\" Copyright (c) 2011-2014 Matteo Landi, Luigi Rizzo, Universita` di Pisa 45 .Bl -tag -width XXXX 51 implementing a very fast and modular in-kernel software switch/dataplane; 65 (sockets, bpf, tun/tap interfaces, native switches, pipes). 72 35-40 Mpps on 40 Gbit/s NICs (limited by the hardware); 76 NICs without native 78 support can still use the API in emulated mode, 79 which uses unmodified device drivers and is 3-5 times faster than 85 mode an [all...] |
H A D | ppbus.4 | 42 system provides a uniform, modular and architecture-independent 48 .Bl -bullet -offset indent 50 architecture-independent macros or functions to access parallel ports 57 with kernel-in drivers. 61 and non-standard software: 63 .Bl -column "Driver" -compact 67 .It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface" 73 .Bl -column "Driver" -compact 100 .Bl -bullet -offset indent 102 compatible mode, also called Centronics mode [all …]
|
H A D | snd_atiixp.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 51 This driver supports 16bit playback and recording, and 32bit native playback 59 .Bl -tag -width ".Va dev.pcm.%d.polling" -offset indent 61 Experimental polling mode, where the driver operates by querying the device 73 .Bl -bullet -compact 98 32bit native recording is broken on some hardware.
|
/freebsd-src/sys/contrib/device-tree/Bindings/spi/ |
H A D | renesas,sh-msiof.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/spi/renesas,sh-msiof.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Geert Uytterhoeven <geert+renesas@glider.be> 13 - [all...] |
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/ |
H A D | libaio.ksh | 1 #! /bin/ksh -p 10 # or https://opensource.org/licenses/CDDL-1.0. 32 # Verify Linux native asynchronous IO. 35 # 1. Use fio(1) in verify mode to perform write, read, 42 command -v fio > /dev/null || log_unsupported "fio missing" 46 log_must rm -f "$mntpnt/rw*" 49 log_assert "Verify Linux native asynchronous IO" 53 ioengine="--ioengine=libaio" 55 dir="--directory=$mntpnt" 57 set -A fio_arg -- "--sync=0" "--sync=1" "--direct=0" "--direct=1" [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/display/tilcdc/ |
H A D | panel.txt | 1 Device-Tree bindings for tilcdc DRM generic panel output driver 4 - compatible: value should be "ti,tilcdc,panel". 5 - panel-info: configuration info to configure LCDC correctly for the panel 6 - ac-bias: AC Bias Pin Frequency 7 - ac-bias-intrpt: AC Bias Pin Transitions per Interrupt 8 - dma-burst-sz: DMA burst size 9 - bpp: Bits per pixel 10 - fdd: FIFO DMA Request Delay 11 - sync-edge: Horizontal and Vertical Sync Edge: 0=rising 1=falling 12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/regmap/ |
H A D | regmap.txt | 5 little-endian, 6 big-endian, 7 native-endian: See common-properties.txt for a definition 10 Regmap defaults to little-endian register access on MMIO based 12 architectures that typically run big-endian operating systems 13 (e.g. PowerPC), registers can be defined as big-endian and must 16 On SoCs that can be operated in both big-endian and little-endian 19 chips), "native-endian" is used to allow using the same device tree 23 Scenario 1 : a register set in big-endian mode. 27 big-endian;
|
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | intel,ixp4xx-expansion-bus-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/intel,ixp4xx-expansion-bus-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 15 - Linus Walleij <linus.walleij@linaro.org> 19 pattern: '^bus@[0-9a-f]+$' 23 - enum: 24 - intel,ixp42x-expansion-bus-controller 25 - intel,ixp43x-expansion-bus-controller [all …]
|
/freebsd-src/sys/dev/sound/pcm/ |
H A D | feeder_chain.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> 53 uint32_t afmt_ne; /* preferred native endian */ 54 int mode; /* chain mode */ member 82 /* 'Lean' mode, signe [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | snps,dw-pcie-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingoo Han <jingoohan1@gmail.com> 11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com> 23 Interface - DBI. In accordance with the reference manual the register 24 configuration space belongs to the Configuration-Dependent Module (CDM) 25 and is split up into several sub-parts Standard PCIe configuration 26 space, Port Logic Registers (PL), Shadow Config-space Registers, [all …]
|
H A D | snps,dw-pcie-ep.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-ep.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingo [all...] |
/freebsd-src/sys/arm/ti/am335x/ |
H A D | am335x_lcd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 176 #define LCD_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) 177 #define LCD_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) 178 #define LCD_LOCK_INIT(_sc) mtx_init(&(_sc)->sc_mtx, \ 179 device_get_nameunit(_sc->sc_dev), "am335x_lcd", MTX_DEF) 180 #define LCD_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx); 182 #define LCD_READ4(_sc, reg) bus_read_4((_sc)->sc_mem_res, reg); 184 bus_write_4((_sc)->sc_mem_res, reg, value); 190 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end) argument [all …]
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 2 * kmp_wrapper_malloc.h -- Wrappers for memory allocation routines 6 //===----------------------------------------------------------------------===// 10 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 12 //===----------------------------------------------------------------------===// 18 1. Declaring standard memory allocation routines in OS-independent way. 20 3. Enabling native memory debugging capabilities. 22 1. Declaring standard memory allocation routines in OS-independent way. 23 ----------------------------------------------------------------------- 36 in OS-independent way. It also enables memory tracking capabilities in debug 40 ------------------------------------------------------------------- [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A D | cpm.txt | 4 - compatible : compatible list, currently only "ibm,cpm" 5 - dcr-access-method : "native" 6 - dcr-reg : < DCR register range > 9 - er-offset : All 4xx SoCs with a CPM controller have 15 er-offset = <1>. 16 - unused-units : specifier consist of one cell. For each 20 - idle-doze : specifier consist of one cell. For each 24 - standby : specifier consist of one cell. For each 28 - suspend : specifier consist of one cell. For each 39 refresh mode and any additional power [all …]
|
/freebsd-src/crypto/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 5 EVP_PKEY - an internal description 32 internal key in the B<EVP_PKEY> is a pointer to the low-level key 43 =item provider-native origin 46 key data (see L<provider-keymgmt(7)>). The internal key in the 57 These two forms can never co-exist in the same B<EVP_PKEY>, the main 73 Internal provider native keys are also possible to be modified, if the 87 It's possible to flip the ECDH cofactor mode. 95 For provider native origin keys, this doesn't require any help from 101 of OpenSSL's built-in L<EVP_PKEY_ASN1_METHOD(3)> implement this 123 "provider native origin".> [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 1 //===- MinimalTypeDumper.cpp --------- 134 formatPointerMode(PointerMode Mode) formatPointerMode() argument 205 PointerMode Mode = Record.getMode(); formatPointerAttrs() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | BackendUtil.h | 1 //===--- BackendUtil.h - LLVM Backend Utilities -----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 36 Backend_EmitAssembly, ///< Emit native assembly files 38 Backend_EmitLL, ///< Emit human-readable LLVM assembly 39 Backend_EmitNothing, ///< Don't emit anything (benchmarking mode) 41 Backend_EmitObj ///< Emit native object files
|
/freebsd-src/sys/contrib/openzfs/man/man7/ |
H A D | zfsprops.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 34 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved. 38 .\" Copyright (c) 2019, Kjeld Schouten-Lebbing 47 .Nd native and user-defined properties of ZFS datasets 50 Properties are divided into two types, native properties and user-defined 55 Native properties either export internal statistics or control ZFS behavior. 56 In addition, native properties are either editable or read-onl [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/bus/ |
H A D | intel,ixp4xx-expansion-bus-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/bus/intel,ixp4xx-expansion-bus-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 15 - Linus Walleij <linus.walleij@linaro.org> 19 pattern: '^bus@[0-9a-f]+$' 23 - enum: 24 - intel,ixp42x-expansion-bus-controller 25 - intel,ixp43x-expansion-bus-controller [all …]
|
/freebsd-src/sys/contrib/x86emu/ |
H A D | x86emu.c | 8 * Copyright (C) 1996-1999 SciTech Software, Inc. 9 * Copyright (C) David Mosberger-Tang 179 if (emu->_x86emu_intrTab[intno]) { in x86emu_intr_dispatch() 180 (*emu->_x86emu_intrTab[intno]) (emu, intno); in x86emu_intr_dispatch() 182 push_word(emu, (uint16_t) emu->x86.R_FLG); in x86emu_intr_dispatch() 185 push_word(emu, emu->x86.R_CS); in x86emu_intr_dispatch() 186 emu->x86.R_CS = fetch_word(emu, 0, intno * 4 + 2); in x86emu_intr_dispatch() 187 push_word(emu, emu->x86.R_IP); in x86emu_intr_dispatch() 188 emu->x86.R_IP = fetch_word(emu, 0, intno * 4); in x86emu_intr_dispatch() 197 if (emu->x86.intr & INTR_SYNCH) { in x86emu_intr_handle() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/display/imx/ |
H A D | fsl,imx-fb.txt | 6 - compatible : "fsl,<chip>-fb", chip should be imx1 or imx21 7 - reg : Should contain 1 register ranges(address and length) 8 - interrupts : One interrupt of the fb dev 11 - display: Phandle to a display node as described in 12 Documentation/devicetree/bindings/display/panel/display-timing.txt 14 - bits-per-pixel: Bits per pixel 15 - fsl,pcr: LCDC PCR value 17 - fsl,aus-mode: boolean to enable AUS mode (only for imx21) 20 - lcd-supply: Regulator for LCD supply voltage. 21 - fsl,dmacr: DMA Control Register value. This is optional. By default, the [all …]
|
/freebsd-src/contrib/smbfs/ |
H A D | README | 6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD. 14 FreeBSD-current Everything available in the base system. 36 IOZONE: auto-test mode 45 IOZONE: auto-test mode
|