Searched refs:x12 (Results 1 - 25 of 774) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/bktr/
H A Dbktr_audio.c232 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0000, 0x0000); /* volume to MUTE */
235 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0000, 0x7300); /* 0 db volume */
240 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0000, 0x7300); /* 0 db volume */
241 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x000d, 0x1900); /* scart prescale */
242 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0008, 0x0220); /* SCART | STEREO */
243 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0013, 0x0000); /* DSP In = SC1_IN_L/R */
248 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0000, 0x7300); /* 0 db volume */
249 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x000d, 0x1900); /* scart prescale */
250 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0008, 0x0220); /* SCART | STEREO */
251 msp_dpl_write(bktr, bktr->msp_addr, 0x12,
[all...]
/freebsd-12-stable/sys/dev/mii/
H A Dtlphyreg.h50 #define MII_TLPHY_ST 0x12 /* Status register */
H A Dtruephyreg.h47 #define TRUEPHY_CTRL 0x12
/freebsd-12-stable/sys/powerpc/powermac/
H A Dmacgpiovar.h37 #define GPIO_EXTINT_COUNT 0x12
/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/pmu/
H A Dexynos_ppmu.h19 #define PPMU_RO_LATENCY 0x12
/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbusreg.h46 #define CARDBUS_EXROM_DATA_DATA_REV 0x12 /* Revision Level of Code/Data */
/freebsd-12-stable/sys/contrib/dev/ral/
H A Dmicrocode.h27 0x02, 0x1c, 0x12, 0x02, 0x13, 0xcb, 0xc2, 0x8c, 0x22, 0x22, 0x00,
29 0x8a, 0x93, 0xd2, 0xaf, 0x22, 0x02, 0x18, 0xda, 0x12, 0x1b, 0xe8,
31 0x90, 0x00, 0x03, 0xe0, 0x12, 0x08, 0x25, 0x00, 0xb0, 0x00, 0x00,
36 0xe5, 0x03, 0x30, 0x07, 0x03, 0xd2, 0x08, 0x22, 0x12, 0x17, 0xa5,
43 0x12, 0x11, 0x31, 0x90, 0x21, 0x00, 0xe0, 0xf5, 0x31, 0x60, 0x05,
44 0x12, 0x1b, 0x8a, 0x80, 0x03, 0x12, 0x1b, 0x3d, 0xe4, 0x90, 0x21,
45 0x03, 0xf0, 0xaf, 0x2d, 0x12, 0x1c, 0x62, 0x22, 0x75, 0x31, 0xff,
48 0xf0, 0x90, 0x21, 0x03, 0xf0, 0xaf, 0x2d, 0x12, 0x1c, 0x62, 0x22,
49 0x7e, 0x2b, 0x7f, 0x80, 0x7d, 0x03, 0x12,
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c23 x9, x10, x11, x12, x13, x14, x15; local
42 x12 = LOAD32_LE(k + 20);
51 x4 ^= ROTL32(x0 + x12, 7);
53 x12 ^= ROTL32(x8 + x4, 13);
54 x0 ^= ROTL32(x12 + x8, 18);
79 x12 ^= ROTL32(x15 + x14, 7);
80 x13 ^= ROTL32(x12 + x15, 9);
81 x14 ^= ROTL32(x13 + x12, 13);
/freebsd-12-stable/sbin/ping/tests/
H A Din_cksum_test.c46 {0x12, 0x34, 0x56, 0x78};
57 {0x12, 0x34, 0x56, 0x78, 0x9a};
68 {0x34, 0x12, 0x78, 0x56};
79 {0x34, 0x12, 0x78, 0x56, 0x00, 0x9a};
90 {0x00, 0x12, 0x34, 0x56, 0x78};
101 {0x00, 0x12, 0x34, 0x56, 0x78, 0x9a};
112 {0x00, 0x34, 0x12, 0x78, 0x56};
123 {0x00, 0x34, 0x12, 0x78, 0x56, 0x00, 0x9a};
/freebsd-12-stable/sys/dev/ctau/
H A Dlxt318.h28 #define LX_EQGAIN 0x12 /* CS61318 */
/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Dpoly1305-armv8.S49 adr x12,poly1305_blocks
54 csel x12,x12,x7,eq
60 stp x12,x13,[x2]
91 mul x12,x4,x7 // h0*r0
98 adds x12,x12,x10
119 adds x4,x12,x10
139 adds x12,x4,#5 // compare to modulus
145 csel x4,x4,x12,e
[all...]
H A Darmv8-mont.S37 // (*) mul x12,x13,x15 // np[0]*m1
40 // (*) adds x12,x12,x6 // discarded
62 adds x12,x16,x13
67 adds x12,x12,x6
71 str x12,[x22],#8 // tp[j-1]
79 adds x12,x16,x13
83 adds x12,x12,x
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c22 uint32_t x8, x9, x10, x11, x12, x13, x14, x15; local
43 x12 = LOAD32_LE(in + 0);
49 QUARTERROUND(x0, x4, x8, x12);
54 QUARTERROUND(x1, x6, x11, x12);
63 STORE32_LE(out + 16, x12);
/freebsd-12-stable/sys/arm64/arm64/
H A Dlocore.S438 * x11, x12 and x13 are trashed
449 mov x12, #L0_TABLE
453 1: orr x13, x12, x9, lsl #PAGE_SHIFT
474 * x11, x12 and x13 are trashed
485 mov x12, #L1_TABLE
489 orr x13, x12, x9, lsl #PAGE_SHIFT
503 * x11, x12 and x13 are trashed
514 lsl x12, x7, #2
515 orr x12, x12, #L1_BLOC
[all...]
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl265 and x12,$h0,#0x03ffffff // base 2^64 -> base 2^26
317 lsr $h1,x12,#12
318 adds $h0,$h0,x12,lsl#52
351 extr x12,$h1,$h0,#52
352 and x12,x12,#0x03ffffff
395 extr x12,$h1,$h0,#52
396 and x12,x12,#0x03ffffff
407 fmov ${H2},x12
[all...]
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rumfw.h26 0x02, 0x13, 0x25, 0x12, 0x10, 0xd9, 0x02, 0x12, 0x58, 0x02, 0x13,
27 0x58, 0x02, 0x13, 0x5a, 0xc0, 0xd0, 0x75, 0xd0, 0x18, 0x12, 0x13,
47 0x02, 0x12, 0x57, 0xc2, 0x09, 0x90, 0x02, 0x00, 0xe0, 0x44, 0x04,
48 0xf0, 0x74, 0x04, 0x12, 0x0c, 0x3a, 0xc2, 0x04, 0xc2, 0x07, 0x90,
50 0x26, 0xe0, 0x20, 0xe2, 0x03, 0x02, 0x12, 0x57, 0x90, 0x02, 0x08,
51 0xe0, 0x70, 0x1b, 0x20, 0x07, 0x03, 0x02, 0x12, 0x57, 0x90, 0x03,
52 0x12, 0xe0, 0x64, 0x22, 0x60, 0x03, 0x02, 0x12, 0x57, 0xd2, 0x09,
53 0xc2, 0x07, 0x74, 0x02, 0x12,
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h42 NZ = 0x12 // Low 4-bits = NE
/freebsd-12-stable/sys/contrib/edk2/Include/Guid/
H A DWinCertificate.h59 {0xa7717414, 0xc616, 0x4977, {0x94, 0x20, 0x84, 0x47, 0x12, 0xa7, 0x35, 0xbf } }
/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/dma/
H A Dx1000-dma.h21 #define X1000_DMA_UART1_TX 0x12
H A Dx1830-dma.h19 #define X1830_DMA_UART1_TX 0x12
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local
36 j12 = x12 = LOAD32_LE(k + 20);
46 x4 ^= ROTL32(x0 + x12, 7);
48 x12 ^= ROTL32(x8 + x4, 13);
49 x0 ^= ROTL32(x12 + x8, 18);
74 x12 ^= ROTL32(x15 + x14, 7);
75 x13 ^= ROTL32(x12 + x15, 9);
76 x14 ^= ROTL32(x13 + x12, 13);
91 STORE32_LE(out + 48, x12 + j12);
/freebsd-12-stable/contrib/ntp/include/
H A Dicom.h21 #define IC375 0x12
72 #define V_SANT 0x12 /* select antenna */
/freebsd-12-stable/sys/dev/advansys/
H A Dadwmcode.c38 0x00, 0xe0, 0x00, 0x02, 0x48, 0x02, 0x80, 0x08, 0x12, 0x30, 0xe4,
39 0x3c, 0x00, 0x4e, 0x01, 0x64, 0x12, 0x80, 0x00, 0x9c, 0x15, 0xbb,
40 0x00, 0x00, 0x4e, 0x01, 0x01, 0x01, 0xea, 0x04, 0x12, 0x9e, 0x0f,
54 0xf0, 0xbd, 0x56, 0xcc, 0x12, 0xec, 0x17, 0xee, 0x0f, 0xf0, 0x00,
57 0x06, 0x12, 0x0a, 0x10, 0x0b, 0xf0, 0x0c, 0x10, 0x0c, 0xf0, 0x12,
64 0xf0, 0x07, 0x00, 0x0a, 0x00, 0x0a, 0x12, 0x0a, 0xf0, 0x0c, 0x04,
65 0x0c, 0x12, 0x0c, 0x90, 0x10, 0x10, 0x10, 0x13, 0x12, 0x1c, 0x17,
66 0x00, 0x19, 0xe4, 0x1a, 0x10, 0x1c, 0x00, 0x1c, 0x12,
[all...]
/freebsd-12-stable/contrib/unbound/compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
135 x12 = j12;
140 QUARTERROUND( x0, x4, x8,x12)
145 QUARTERROUND( x1, x6,x11,x12)
161 x12 = PLUS(x12,j12);
179 x12 = XOR(x12,U8TO32_LITTLE(m + 48));
203 U32TO8_LITTLE(c + 48,x12);
/freebsd-12-stable/sys/crypto/chacha20/
H A Dchacha.c96 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
140 x12 = j12;
145 QUARTERROUND( x0, x4, x8,x12)
150 QUARTERROUND( x1, x6,x11,x12)
166 x12 = PLUS(x12,j12);
184 x12 = XOR(x12,U8TO32_LITTLE(m + 48));
208 U32TO8_LITTLE(c + 48,x12);

Completed in 570 milliseconds

1234567891011>>