Searched +full:0 +full:x34b (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | dmc-520.yaml | 58 reg = <0x200000 0x80000>; 59 interrupts = <0x0 0x349 0x4>, <0x0 0x34B 0x4>;
|
/freebsd/tools/test/stress2/misc/ |
H A D | split.sh | 32 # fsync: giving up on dirty 0xc9659438: tag devfs, type VCHR 33 # usecount 1, writecount 0, refcount 41 mountedhere 0xc96a2000 35 # v_object 0xc9824aa0 ref 0 pages 355 cleanbuf 37 dirtybuf 2 36 # lock type devfs: EXCL by thread 0xccbca6a0 (pid 42225, dd, tid 100234) 37 # #0 0xc0c26533 at __lockmgr_args+0xae3 38 # #1 0xc0d06cc3 at vop_stdlock+0x53 39 # #2 0xc1212cc0 at VOP_LOCK1_APV+0xe0 40 # #3 0xc0d2b24a at _vn_lock+0xba 41 # #4 0xc0f3f22b at ffs_sync+0x34b 42 # #5 0xc0f22343 at softdep_ast_cleanup_proc+0x213 [all …]
|
H A D | write.sh | 32 # 0xc9172168: tag devfs, type VCHR 33 # usecount 1, writecount 0, refcount 31 mountedhere 0xc96bd300 35 # v_object 0xc96e55a0 ref 0 pages 983 cleanbuf 27 dirtybuf 2 36 # lock type devfs: EXCL by thread 0xcbedf340 (pid 58752, write, tid 100254) 37 # #0 0xc0c23f33 at __lockmgr_args+0xae3 38 # #1 0xc0cff943 at vop_stdlock+0x53 39 # #2 0xc12027c8 at VOP_LOCK1_APV+0x118 40 # #3 0xc0d2400a at _vn_lock+0xba 41 # #4 0xc0f3288b at ffs_sync+0x34b 42 # #5 0xc0f16cc5 at softdep_ast_cleanup_proc+0x205 [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | eeprom.h | 15 MT_EE_CHIP_ID = 0x000, 16 MT_EE_VERSION = 0x002, 17 MT_EE_MAC_ADDR = 0x004, 18 MT_EE_MAC_ADDR2 = 0x00a, 19 MT_EE_DDIE_FT_VERSION = 0x050, 20 MT_EE_DO_PRE_CAL = 0x062, 21 MT_EE_WIFI_CONF = 0x190, 22 MT_EE_DO_PRE_CAL_V2 = 0x19a, 23 MT_EE_RATE_DELTA_2G = 0x252, 24 MT_EE_RATE_DELTA_5G = 0x29d, [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | combining_table.c | 9 {0x300, 230}, /* Mn */ 10 {0x301, 230}, /* Mn */ 11 {0x302, 230}, /* Mn */ 12 {0x303, 230}, /* Mn */ 13 {0x304, 230}, /* Mn */ 14 {0x305, 230}, /* Mn */ 15 {0x306, 230}, /* Mn */ 16 {0x307, 230}, /* Mn */ 17 {0x308, 230}, /* Mn */ 18 {0x309, 230}, /* Mn */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 30 // Privilege Access: Read and Write = 0, 1, 2; Read-Only = 3. 31 // Privilege Mode: User = 0, System = 1 or Machine = 3. 37 // bits<6> Number = op{5 - 0}; 39 bit isRV32Only = 0; 78 def SysRegFFLAGS : SysReg<"fflags", 0x001>; 79 def SysRegFRM : SysReg<"frm", 0x002>; 80 def SysRegFCSR : SysReg<"fcsr", 0x003>; 85 def CYCLE : SysReg<"cycle", 0xC00>; 86 def TIME : SysReg<"time", 0xC01>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOP3Instructions.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 14 let HasExtVOP3DPP = 0; 15 let HasExtDPP = 0; 28 let HasExtVOP3DPP = 0; 29 let HasExtDPP = 0; 44 let HasExtVOP3DPP = 0; 45 let HasExtDPP = 0; 49 let HasExtVOP3DPP = 0; 50 let HasExtDPP = 0; 60 let mayRaiseFPException = 0; [all …]
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.h | 34 #define MASKBYTE0 0xff 35 #define MASKBYTE1 0xff00 36 #define MASKBYTE2 0xff0000 37 #define MASKBYTE3 0xff000000 38 #define MASKBYTE4 0xff00000000ULL 39 #define MASKHWORD 0xffff0000 40 #define MASKLWORD 0x0000ffff 41 #define MASKDWORD 0xffffffff 42 #define RFREG_MASK 0xfffff 43 #define INV_RF_DATA 0xfffffff [all...] |