Home
last modified time | relevance | path

Searched +full:0 +full:x256 (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie_w_reg.h51 /* [0x0] */
53 /* [0x4] */
55 /* [0x8] */
58 /* [0x10] */
63 /* [0x0] */
65 /* [0x4] */
67 /* [0x8] */
70 /* [0x10] */
72 /* [0x14] */
74 /* [0x18] */
[all …]
H A Dal_hal_pcie_axi_reg.h53 /* [0x0] */
56 /* [0x8] */
58 /* [0xc] */
60 /* [0x10] */
62 /* [0x14] */
64 /* [0x18] */
66 /* [0x1c] */
68 /* [0x20] */
70 /* [0x24] */
72 /* [0x28] */
[all …]
/freebsd/bin/pax/tests/
H A Dlegacy_test.pl9 my $n = 0;
49 my $n = 0;
52 ok($? == 0, "Wrote 'ustar.ok' containing files with lengths @l");
59 ok($? == 0, "Restored 'ustar.ok' containing files with lengths @l");
62 ok($? == 0, "Restored files are identical");
68 push @paths, "$work94/x$x60/${x95}x256"; # 256 chars
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drenesas,rz-ssi.yaml65 bits[0:9] - Specifies MID/RID value of a SSI channel as below
66 MID/RID value of SSI rx0 = 0x256
67 MID/RID value of SSI tx0 = 0x255
68 MID/RID value of SSI rx1 = 0x25a
69 MID/RID value of SSI tx1 = 0x259
70 MID/RID value of SSI rt2 = 0x25f
71 MID/RID value of SSI rx3 = 0x262
72 MID/RID value of SSI tx3 = 0x261
75 bit[11] - LVL = 0, Detects based on the edge
77 bit[15] - TM = 0, Single transfer mode
[all …]
/freebsd/tools/test/stress2/misc/
H A Dmount.sh34 # Stopped at kdb_enter+0x2b: nop
36 # Tracing pid 69453 tid 100388 td 0xc4b5c1b0
37 # kdb_enter(c091d9db) at kdb_enter+0x2b
38 # panic(c0938fa0,deadc000,e6b44834,c06c650e,c0a57d20,...) at panic+0x14b
39 # vm_fault(c1869000,deadc000,1,0) at vm_fault+0x1e0
40 # trap_pfault(e6b4499c,0,deadc112) at trap_pfault+0x137
41 # trap(8,c0910028,28,deadc0de,deadc0de,...) at trap+0x3f5
42 # calltrap() at calltrap+0x5
43 # --- trap 0xc, eip = 0xc0667def, esp = 0xe6b449dc, ebp = 0xe6b44a00 ---
44 # g_io_request(c66d6bdc,c4a1d840,d7c99940,d7c99940,e6b44a34,...) at g_io_request+0x5f
[all …]
H A Daltbufferflushes.sh35 # Stopped at kdb_enter+0x2b: nop
37 # Tracing pid 2526 tid 100070 td 0xc46f8360
38 # kdb_enter(c094247f) at kdb_enter+0x2b
39 # panic(c09402b6,c46f8360,0,12,c06af5d9,...) at panic+0x14b
40 # _lockmgr(d864a748,202122,c479f788,c46f8360,c094b01c,12d) at _lockmgr+0x41a
41 # getblk(c479f6b8,5d51940,0,4000,0,...) at getblk+0x13c
42 # breadn(c479f6b8,5d51940,0,4000,0,...) at breadn+0x2f
43 # bread(c479f6b8,5d51940,0,4000,0,e6d13544,c4743eac,0,c095a185,56d) at bread+0x20
44 # ffs_alloccg(c47408c4,104,1754628,0,4000,c4743eac,1,c095a185,4d8) at ffs_alloccg+0x11d
45 # ffs_hashalloc(c47408c4,104,1754628,0,4000,...) at ffs_hashalloc+0x45
[all …]
/freebsd/sys/dev/safexcel/
H A Dsafexcel_reg.h30 #define SAFEXCEL_HIA_VERSION_LE 0x35ca
31 #define SAFEXCEL_HIA_VERSION_BE 0xca35
32 #define EIP201_VERSION_LE 0x36c9
33 #define SAFEXCEL_REG_LO16(_reg) ((_reg) & 0xffff)
34 #define SAFEXCEL_REG_HI16(_reg) (((_reg) >> 16) & 0xffff)
37 #define CDR_BASE_ADDR_LO(x) (0x0 + ((x) << 12))
38 #define CDR_BASE_ADDR_HI(x) (0x4 + ((x) << 12))
39 #define CDR_DATA_BASE_ADDR_LO(x) (0x8 + ((x) << 12))
40 #define CDR_DATA_BASE_ADDR_HI(x) (0xC + ((x) << 12))
41 #define CDR_ACD_BASE_ADDR_LO(x) (0x10 + ((x) << 12))
[all …]
/freebsd/sys/geom/eli/
H A Dg_eli_integrity.c67 * To output 4096 bytes of authenticated data we need 8x480 plus 1x256, so we
132 if (g_eli_crypto_rerun(crp) == 0) in g_eli_auth_read_done()
133 return (0); in g_eli_auth_read_done()
138 if (crp->crp_etype == 0) { in g_eli_auth_read_done()
165 if (bp->bio_error == 0 || bp->bio_error == EINTEGRITY) in g_eli_auth_read_done()
176 return (0); in g_eli_auth_read_done()
178 if (bp->bio_error == 0) { in g_eli_auth_read_done()
200 if ((i % lsec) == 0) in g_eli_auth_read_done()
226 corsize = 0; in g_eli_auth_read_done()
231 if ((i % lsec) == 0) in g_eli_auth_read_done()
[all …]
/freebsd/share/misc/
H A Dusb_hid_usages12 0x00 Undefined
13 0x01 Pointer
14 0x02 Mouse
15 0x03 Reserved
16 0x04 Joystick
17 0x05 Game Pad
18 0x06 Keyboard
19 0x07 Keypad
20 0x08 Multi-axis Controller
21 0x09 Tablet PC System Controls
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_regs.h34 #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 */
42 #define BWN_NPHY_4WI_DATAHI BWN_PHY_N(0x00C) /* Four-wire bus data high */
43 #define BWN_NPHY_4WI_DATALO BWN_PHY_N(0x00D) /* Four-wire bus data low */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP3Instructions.td3 // 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/crypto/openssl/test/
H A Dbntest.c29 #define HAVE_BN_SQRT 0
51 static int p0[] = { 163, 7, 6, 3, 0, -1 };
52 static int p1[] = { 193, 15, 0, -1 };
63 for ( ; --i >= 0; pp++) in findattr()
64 if (OPENSSL_strcasecmp(pp->key, key) == 0) in findattr()
117 int st = 0; in getint()
132 if (BN_cmp(expected, actual) == 0) in equalBN()
137 return 0; in equalBN()
145 static unsigned int neg = 0; in rand_neg()
146 static int sign[8] = { 0, 0, 0, 1, 1, 0, 1, 1 }; in rand_neg()
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c67 static SYSCTL_NODE(_hw_usb, OID_AUTO, urtw, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
70 int urtw_debug = 0;
71 SYSCTL_INT(_hw_usb_urtw, OID_AUTO, debug, CTLFLAG_RWTUN, &urtw_debug, 0,
74 URTW_DEBUG_XMIT = 0x00000001, /* basic xmit operation */
75 URTW_DEBUG_RECV = 0x00000002, /* basic recv operation */
76 URTW_DEBUG_RESET = 0x00000004, /* reset processing */
77 URTW_DEBUG_TX_PROC = 0x00000008, /* tx ISR proc */
78 URTW_DEBUG_RX_PROC = 0x00000010, /* rx ISR proc */
79 URTW_DEBUG_STATE = 0x00000020, /* 802.11 state transitions */
80 URTW_DEBUG_STAT = 0x00000040, /* statistic */
[all …]