/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | samsung,s6e8aa0.txt | 4 - compatible: "samsung,s6e8aa0" 5 - reg: the virtual channel number of a DSI peripheral 6 - vdd3-supply: core voltage supply 7 - vci-supply: voltage supply for analog circuits 8 - reset-gpios: a GPIO spec for the reset pin 9 - display-timings: timings for the connected panel as described by [1] 12 - power-on-delay: delay after turning regulators on [ms] 13 - reset-delay: delay after reset sequence [ms] 14 - init-delay: delay after initialization sequence [ms] 15 - panel-width-mm: physical panel width [mm] [all …]
|
H A D | samsung,s6e8aa0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrzej Hajda <a.hajda@samsung.com> 13 - $ref: panel-common.yaml# 20 reset-gpios: true 21 display-timings: true 23 vdd3-supply: 26 vci-supply: 29 power-on-delay: [all …]
|
H A D | ronbo,rb070d30.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR X11) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Maxime Ripard <mripard@kernel.org> 17 description: MIPI-DSI virtual channel 19 power-gpios: 23 reset-gpios: 27 shlr-gpios: 28 description: GPIO used for the shlr pin (horizontal flip) 31 updn-gpios: [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_crtc.h | 3 * Copyright © 2007-2008 Dave Airlie 4 * Copyright © 2007-2008 Intel Corporation 72 MODE_H_ILLEGAL, /* mode has illegal horizontal timings */ 73 MODE_V_ILLEGAL, /* mode has illegal horizontal timings */ 87 MODE_BAD_HVALUE, /* horizontal timing was out of range */ 90 MODE_HSYNC_NARROW, /* horizontal sync too narrow */ 91 MODE_HSYNC_WIDE, /* horizontal sync too wide */ 92 MODE_HBLANK_NARROW, /* horizontal blanking too narrow */ 93 MODE_HBLANK_WIDE, /* horizontal blanking too wide */ 104 MODE_UNVERIFIED = -3, /* mode needs to reverified */ [all …]
|
H A D | drm_crtc_helper.c | 2 * Copyright (c) 2006-2008 Intel Corporation 41 * drm_helper_move_panel_connectors_to_head() - move panels to the front in the 59 &dev->mode_config.connector_list, head) { in drm_helper_move_panel_connectors_to_head() 60 if (connector->connector_type == DRM_MODE_CONNECTOR_LVDS || in drm_helper_move_panel_connectors_to_head() 61 connector->connector_type == DRM_MODE_CONNECTOR_eDP) in drm_helper_move_panel_connectors_to_head() 62 list_move_tail(&connector->head, &panel_list); in drm_helper_move_panel_connectors_to_head() 65 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head() 80 list_for_each_entry(mode, &connector->modes, head) { in drm_mode_validate_flag() 81 if ((mode->flags & DRM_MODE_FLAG_INTERLACE) && in drm_mode_validate_flag() 83 mode->status = MODE_NO_INTERLACE; in drm_mode_validate_flag() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-galaxy-s3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include <dt-bindings/leds/common.h> 11 #include "exynos4412-midas.dtsi" 19 led-controller { 21 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>; 22 enset-gpios = <&gpj1 2 GPIO_ACTIVE_HIGH>; 24 pinctrl-name [all...] |
H A D | exynos4210-trats.dts | 1 // SPDX-License-Identifier: GPL-2.0 12 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 19 chassis-type = "handset"; 37 stdout-path = "serial2:115200n8"; 40 vemmc_reg: regulator-0 { 41 compatible = "regulator-fixed"; 42 regulator-nam [all...] |
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-07-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/contrib/file/src/ |
H A D | BNF | 8 ------------------------------------------------------------------------ 18 ------------------------------------------------------------------------ 41 byte = "B" | "b" | "C" | "c" ;; A one-byte value. 42 leshort = "s" | "h" ;; A two-byte little-endian value. 43 beshort = "S" | "H" ;; A two-byte big-endian value. 44 lelong = "l" ;; A four-byte little-endian value. 45 belong = "L" ;; A four-byte big-endian value. 46 melong = "m" ;; A four-byte middle-endian value. 48 op = [ invert ] ( "+" | "-" | "*" | "/" | "%" | "&" | "|" | "^" ) 50 invert = "~" ;; Flip the bits on result of the <op>. [all …]
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 1 Spleen 2.0.0 (2023-05-28) 3 - Add full support for CP437 (IBM PC) in the 8x16, 16x32, and 32x64 versions 4 - Add a cp437 directory with BDF files using the IBM Code page 437 encoding 5 - Add a DOS version, as a COM file (SPLEEN.COM) setting the font to Spleen 6 - Add various arrows and triangle-headed arrows in the 8x16, 16x32, and 8 - Shift bullet character at correct position (U+2022) in the 32x64 version 9 - Add union symbol in the 8x16, 16x32, and 32x64 versions 10 - Do not remove specimen.png in the clean target 14 Spleen 1.9.3 (2023-04-07) 16 - Add a 'fon' target to generate FON files for all sizes using FontForge [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 2 * qTip2 - Pretty powerful tooltips - v2.1.1 30 …peration for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ 32 ;// Munge the primitives - Paul Irish tip 50 FLIP = 'flip', 58 ATTR_HAS = 'data-hasqtip', 59 ATTR_ID = 'data-qtip-id', 60 WIDGET = ['ui-widget', 'ui-tooltip'], 64 CLASS_FIXED = NAMESPACE+'-fixed', 65 CLASS_DEFAULT = NAMESPACE + '-default', 66 CLASS_FOCUS = NAMESPACE + '-focus', [all …]
|
/freebsd/sys/dev/fb/ |
H A D | vga.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 5 * Copyright (c) 1992-1998 Søren Schmidt 68 /* XXX machine/pc/bios.h has got too much i386-specific stuff in it */ 83 error = (*sw->probe)(unit, &adp, NULL, flags); in vga_probe_unit() 100 error = (*sw->probe)(unit, &sc->adp, NULL, flags); in vga_attach_unit() 103 return (*sw->init)(unit, sc->adp, flags); in vga_attach_unit() 106 /* LOW-LEVEL */ 113 #define probe_done(adp) ((adp)->va_flags & V_ADP_PROBED) [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | poly1305-armv8.S | 1 /* Do not modify. This file is auto-generated from poly1305-armv8.pl. */ 34 rev x7,x7 // flip bytes 38 and x9,x9,#-4 61 .size poly1305_init,.-poly1305_init 70 ands x2,x2,#-16 115 and x10,x14,#-4 // final reduction 129 .size poly1305_blocks,.-poly1305_blocks 146 tst x14,#-4 // see if it's carried/borrowed 152 ror x10,x10,#32 // flip nonce words 158 rev x4,x4 // flip output bytes [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 2 # Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved. 23 # IALU/gcc-4.9 NEON 26 # Cortex-A53 2.69/+58% 1.47 27 # Cortex-A57 2.70/+7% 1.14 29 # X-Gene 2.13/+68% 2.27 44 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 45 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or 46 die "can't locate arm-xlate.pl"; 90 rev $r0,$r0 // flip bytes 94 and $s1,$s1,#-4 [all …]
|
H A D | poly1305-s390x.pl | 21 # ~6.6/2.3 cpb on z10/z196+, >2x improvement over compiler-generated 40 # it's sub-cycle, i.e. less than 1 cycle per processed byte, and it's 82 lghi ("%r1",-1); 93 lrvg ("%r2","0($inp)"); # load little-endian key 121 SIZE ("poly1305_init",".-poly1305_init"); 152 # non-64-bit ABI 156 &{$z? \&stg:\&st} ($ctx,"2*$SIZE_T($sp)"); # off-load $ctx 163 lrvg ($d0lo,"0($inp)"); # load little-endian input 172 mlgr ($d0hi,$r0); # h0*r0 -> $d0hi:$d0lo 174 mlgr ($d1hi,$s1); # h1*5*r1 -> $d1hi:$d1lo [all …]
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_diu.c | 1 /*- 84 #define DIU_HSYN_PARA 0x034 /* Horizontal Sync Parameter */ 121 #define DIU_CTRLDESCL(n, m) 0x200 + (0x40 * n) + 0x4 * (m - 1) 179 { -1, 0 } 205 reg = bus_read_4(sc->res[0], DIU_INT_STATUS); in diu_intr() 206 bus_write_4(sc->res[0], DIU_INT_STATUS, reg); in diu_intr() 225 /* adding freq/2 to round-to-closest */ in diu_set_pxclk() 243 panel = &sc->sc_panel; in diu_init() 246 reg = bus_read_4(sc->res[0], DIU_DIU_MODE); in diu_init() 248 bus_write_4(sc->res[0], DIU_DIU_MODE, reg); in diu_init() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | pipeline.json | 35 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 214 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.", 238 …"BriefDescription": "Miss-predicted near indirect branch instructions retired (excluding returns)", 245 …"PublicDescription": "Counts miss-predicted near indirect branch instructions retired excluding re… 281 …"PublicDescription": "This is a non-precise version (that is, does not use PEBS) of the event that… 286 …"BriefDescription": "Core clocks when the thread is in the C0.1 light-weight slower wakeup time bu… 292 …"PublicDescription": "Counts core clocks when the thread is in the C0.1 light-weight slower wakeup… 297 …"BriefDescription": "Core clocks when the thread is in the C0.2 light-weight faster wakeup time bu… 303 …"PublicDescription": "Counts core clocks when the thread is in the C0.2 light-weight faster wakeup… 367 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread … [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;; 46 002D;HYPHEN-MINUS;Pd;0;ES;;;;;N;;;;; 61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;; 63 003E;GREATER-THAN SIGN;Sm;0;ON;;;;;Y;;;;; 161 00A0;NO-BREAK SPACE;Zs;0;CS;<noBreak> 0020;;;;N;NON-BREAKING SPACE;;;; 172 00AB;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK;Pi;0;ON;;;;;Y;LEFT POINTING GUILLEMET;*;;; 178 00B1;PLUS-MINUS SIGN;Sm;0;ET;;;;;N;PLUS-OR-MINUS SIGN;;;; 188 00BB;RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK;Pf;0;ON;;;;;Y;RIGHT POINTING GUILLEMET;*;;; 645 029D;LATIN SMALL LETTER J WITH CROSSED-TAIL;Ll;0;L;;;;;N;LATIN SMALL LETTER CROSSED-TAIL J;;;; 717 02E5;MODIFIER LETTER EXTRA-HIGH TONE BAR;Sk;0;ON;;;;;N;;;;; [all …]
|
H A D | NormalizationTest.txt | 1 # NormalizationTest-4.0.0.txt 2 # Date: 2003-02-25,23:12:31 GMT [MD] 62 00A0;00A0;00A0;0020;0020; # ( ; ; ; ; ; ) NO-BREAK SPACE 515 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA 516 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA 1086 2004;2004;2004;0020;0020; # ( ; ; ; ; ; ) THREE-PER-EM SPACE 1087 2005;2005;2005;0020;0020; # ( ; ; ; ; ; ) FOUR-PER-EM SPACE 1088 2006;2006;2006;0020;0020; # ( ; ; ; ; ; ) SIX-PER-EM SPACE 1093 2011;2011;2011;2010;2010; # (‑; ‑; ‑; ‐; ‐; ) NON-BREAKING HYPHEN 1097 2026;2026;2026;002E 002E 002E;002E 002E 002E; # (…; …; …; ...; ...; ) HORIZONTAL ELLIPSIS [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 71 #define DEBUG_TYPE "x86-isel" 74 "x86-experimental-pref-innermost-loop-alignment", cl::init(4), 78 "alignment set by x86-experimental-pref-loop-alignment."), 82 "x86-br-merging-base-cost", cl::init(2), 88 "will be merged, and above which conditionals will be split. Set to -1 " 93 "x86-br-merging-ccmp-bias", cl::init(6), [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
/freebsd/share/dict/ |
H A D | web2 | 71054 flip 87468 horizontal 99810 Jean-Christophe 99811 Jean-Pierre
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|