Searched +full:- +full:0 +full:x29a (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/lyaml/spec/ |
| H A D | lib_lyaml_spec.yaml | 2 # Copyright (C) 2013-2022 Gary V. Vaughan 7 -- Always use the new multi-doc capable API. 12 - describe dumping: 13 - context streams: 14 - it writes an empty stream: 17 - context documents: 18 - it writes an empty document: 19 expect (lyaml.dump {""}).to_match "^%-%-%-%s*''\n%.%.%.%s*$" 20 - it writes consecutive documents: 22 to_match "^%-%-%-%s+one%s*\n%.%.%.%s*\n%-%-%-%s+two%s*\n%.%.%.%s*$" [all …]
|
| /freebsd/sys/powerpc/booke/ |
| H A D | spe.c | 1 /*- 59 pcb = td->td_pcb; in save_vec_int() 62 * Temporarily re-enable the vector unit during the save in save_vec_int() 70 #define EVSTDW(n) __asm ("evstdw %1,0(%0)" \ in save_vec_int() 71 :: "b"(pcb->pcb_vec.vr[n]), "n"(n)); in save_vec_int() 72 EVSTDW(0); EVSTDW(1); EVSTDW(2); EVSTDW(3); in save_vec_int() 82 __asm ( "evxor 0,0,0\n" in save_vec_int() 83 "evmwumiaa 0,0,0\n" in save_vec_int() 84 "evstdd 0,0(%0)" :: "b"(&pcb->pcb_vec.spare[0])); in save_vec_int() 85 pcb->pcb_vec.vscr = mfspr(SPR_SPEFSCR); in save_vec_int() [all …]
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 6 * This file is not only included from C-code but also from devicetree source 9 * Copyright (c) 1999-2002 Vojtech Pavlik 23 #define INPUT_PROP_POINTER 0x00 /* needs a pointer */ 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ 25 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ 26 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */ 27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ 28 #define INPUT_PROP_POINTING_STICK 0x05 /* is a pointing stick */ 29 #define INPUT_PROP_ACCELEROMETER 0x06 /* has accelerometer */ [all …]
|
| /freebsd/sys/dev/evdev/ |
| H A D | input-event-codes.h | 1 /*- 3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org> 35 #define INPUT_PROP_POINTER 0x00 /* needs a pointer */ 36 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ 37 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ 38 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */ 39 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ 40 #define INPUT_PROP_POINTING_STICK 0x05 /* is a pointing stick */ 41 #define INPUT_PROP_ACCELEROMETER 0x06 /* has accelerometer */ 43 #define INPUT_PROP_MAX 0x1f [all …]
|
| /freebsd/sys/dev/qlxgb/ |
| H A D | qla_misc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2011-2013 Qlogic Corporation 54 #define Q8_ADDR_UNDEFINED 0xFFFFFFFF 57 * The index to this table is Bits 20-27 of the indirect register address 61 Q8_ADDR_UNDEFINED, /* 0x00 */ 62 0x77300000, /* 0x01 */ 63 0x29500000, /* 0x02 */ 64 0x2A500000, /* 0x03 */ 65 Q8_ADDR_UNDEFINED, /* 0x04 */ [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 12 0x00 Undefined 13 0x01 Pointer 14 0x02 Mouse 15 0x03 Reserved 16 0x04 Joystick 17 0x05 Game Pad 18 0x06 Keyboard 19 0x07 Keypad [all …]
|
| /freebsd/sys/dev/otus/ |
| H A D | if_otusreg.h | 3 /*- 5 * Copyright (c) 2007-2008 Atheros Communications, Inc. 30 #define AR_FW_DOWNLOAD 0x30 31 #define AR_FW_DOWNLOAD_COMPLETE 0x31 36 #define AR_FW_INIT_ADDR 0x102800 37 #define AR_FW_MAIN_ADDR 0x200000 38 #define AR_USB_MODE_CTRL 0x1e1108 43 #define AR_MAC_REG_BASE 0x1c3000 44 #define AR_MAC_REG_DMA_TRIGGER (AR_MAC_REG_BASE + 0xd30) 45 #define AR_MAC_REG_MAC_ADDR_L (AR_MAC_REG_BASE + 0x610) [all …]
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_regs.h | 22 Boston, MA 02110-1301, USA. 32 /* N-PHY registers. */ 34 #define BWN_NPHY_BBCFG BWN_PHY_N(0x001) /* BB config */ 35 #define BWN_NPHY_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 36 #define BWN_NPHY_BBCFG_RSTRX 0x8000 /* Reset RX */ 37 #define BWN_NPHY_CHANNEL BWN_PHY_N(0x005) /* Channel */ 38 #define BWN_NPHY_TXERR BWN_PHY_N(0x007) /* TX error */ 39 #define BWN_NPHY_BANDCTL BWN_PHY_N(0x009) /* Band control */ 40 #define BWN_NPHY_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ 41 #define BWN_NPHY_4WI_ADDR BWN_PHY_N(0x00B) /* Four-wire bus address */ [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3Instructions.td | 1 //===-- VOP3Instructions.td - Vector Instruction Definitions --------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 let HasExtVOP3DPP = 0; 15 let HasExtDPP = 0; 28 let HasExtVOP3DPP = 0; 29 let HasExtDPP = 0; 44 let HasExtVOP3DPP = 0; 45 let HasExtDPP = 0; [all …]
|
| /freebsd/lib/lib80211/ |
| H A D | regdomain.xml | 1 <!-- 2 Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 24 --> 26 <regulatory-data> 28 <!-- Regdomain/SKU definitions --> 30 <regulatory-domains> 32 <!-- 37 --> 40 <sku>0x1ff</sku> 45 <sku>0x10</sku> [all …]
|