Home
last modified time | relevance | path

Searched +full:0 +full:x3d (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c15 #define SIZE_WORKSPACE 0x1ee000
22 #define WORKSPACE_BUF_OFFSET 0x1000000
25 #define CMD_MASK GENMASK(7, 0)
43 #define PIC_STRUCT_MASK GENMASK(2, 0)
44 #define BUF_IDX_MASK GENMASK(4, 0)
47 #define OFFSET_MASK GENMASK(15, 0)
51 #define MB_TOTAL_MASK GENMASK(15, 0)
52 #define MB_WIDTH_MASK GENMASK(7, 0)
54 #define MAX_REF_MASK GENMASK(6, 0)
56 #define AR_IDC_MASK GENMASK(7, 0)
[all …]
/linux/drivers/media/dvb-frontends/
H A Dstv0900_init.h24 { 0, 11101 }, /*C/N=-0dB*/
83 { -5, 0xCAA1 }, /*-5dBm*/
84 { -10, 0xC229 }, /*-10dBm*/
85 { -15, 0xBB08 }, /*-15dBm*/
86 { -20, 0xB4BC }, /*-20dBm*/
87 { -25, 0xAD5A }, /*-25dBm*/
88 { -30, 0xA298 }, /*-30dBm*/
89 { -35, 0x98A8 }, /*-35dBm*/
90 { -40, 0x8389 }, /*-40dBm*/
91 { -45, 0x59BE }, /*-45dBm*/
[all …]
H A Dstv090x.c111 { 0, 8917 }, /* 0.0dB */
168 { -20, 12640 }, /* -2d.0B */
170 { 0, 11101 }, /* -0.0dB */
226 { -5, 0xcaa1 }, /* -5dBm */
227 { -10, 0xc229 }, /* -10dBm */
228 { -15, 0xbb08 }, /* -15dBm */
229 { -20, 0xb4bc }, /* -20dBm */
230 { -25, 0xad5a }, /* -25dBm */
231 { -30, 0xa298 }, /* -30dBm */
232 { -35, 0x98a8 }, /* -35dBm */
[all …]
/linux/lib/crypto/
H A Daesgcm.c42 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values
59 return 0; in aesgcm_expandkey()
66 while (len > 0) { in aesgcm_ghash()
113 while (len > 0) { in aesgcm_crypt()
223 "\x2e\x4c\x30\x3d\x8a\x31\x8a\x72"
237 "\x3d\x58\xe0\x91\x47\x3f\x59\x85"
245 "\x2e\x4c\x30\x3d\x8a\x31\x8a\x72"
259 "\x3d\x58\xe0\x91"
277 "\x2e\x4c\x30\x3d\x8a\x31\x8a\x72"
288 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25"
[all …]
H A Daescfb.c47 while (len > 0) { in aescfb_encrypt()
75 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
77 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt()
124 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
148 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
158 "\x96\x1a\x2b\x70\x17\x1d\x3d\x7a"
165 .key = "\x60\x3d\xeb\x10\x15\xca\x71\xbe"
173 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
187 "\x20\x31\x62\x3d\x55\xb1\xe4\x71",
196 "\xe9\x3d\x7e\x11\x73\x93\x17\x2a"
[all …]
H A Dblake2s-selftest.c28 * for (i = 0; i < len; i++) {
29 * if (i && (i % 12) == 0)
31 * printf("0x%02x, ", vec[i]);
43 * key[0] = key[1] = 1;
47 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i)
52 * for (i = 0; i < BLAKE2S_TESTVEC_COUNT; ++i) {
62 * return 0;
66 { 0xa1, },
67 { 0x7c, 0x89, },
68 { 0x74, 0x0e, 0xd4, },
[all …]
H A Dchacha20poly1305-selftest.c31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74,
32 0x2d, 0x4
[all...]
/linux/drivers/hid/
H A Dhid-uclogic-core-test.c22 .event = { 0xA1, 0xB2, 0xC3, 0xD4 },
26 .event = { 0x1F, 0x2E, 0x3D, 0x4C, 0x5B, 0x6A },
33 .event = { 0xA1, 0xB2, 0xC3, 0xD4 },
38 .event = { 0x1F, 0x2E, 0x3D, 0x4C, 0x5B, 0x6A },
43 .event = { 0xA1, 0xB2, 0xC3 },
48 .event = { 0xA1, 0xB2, 0xC3, 0xD4, 0x00 },
53 .event = { 0x2E, 0x3D, 0x4C, 0x5B, 0x6A, 0x1F },
66 struct uclogic_params p = {0, }; in hid_test_uclogic_exec_event_hook_test()
76 for (n = 0; n < ARRAY_SIZE(hook_events); n++) { in hid_test_uclogic_exec_event_hook_test()
83 memcpy(filter->event, &hook_events[n].event[0], filter->size); in hid_test_uclogic_exec_event_hook_test()
[all …]
/linux/arch/x86/kernel/cpu/microcode/
H A Damd_shas.c3 { 0x8001227, {
4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b,
5 0x1a,0x5f,0x1d,0x83,0xa1,0x6c,0xc4,0x46,
6 0xe2,0x6c,0xda,0x73,0xfb,0x2d,0x23,0xa8,
7 0x77,0xdc,0x15,0x31,0x33,0x4a,0x46,0x18,
10 { 0x8001250, {
11 0xc0,0x0b,0x6b,0x19,0xfd,0x5c,0x39,0x60,
12 0xd5,0xc3,0x57,0x46,0x54,0xe4,0xd1,0xaa,
13 0xa8,0xf7,0x1f,0xa8,0x6a,0x60,0x3e,0xe3,
14 0x27,0x39,0x8e,0x53,0x30,0xf8,0x49,0x19,
[all …]
/linux/kernel/bpf/preload/iterators/
H A Diterators.lskel-little-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach()
29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach()
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach()
40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach()
48 int ret = 0; in iterators_bpf__attach()
50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach()
51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach()
52 return ret < 0 ? ret : 0; in iterators_bpf__attach()
96 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
97 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
[all …]
H A Diterators.lskel-big-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach()
29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach()
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach()
40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach()
48 int ret = 0; in iterators_bpf__attach()
50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach()
51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach()
52 return ret < 0 ? ret : 0; in iterators_bpf__attach()
93 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
94 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
[all …]
/linux/lib/crypto/tests/
H A Dpoly1305-testvecs.h9 .data_len = 0,
11 0xe8, 0x2d, 0x67, 0x2c, 0x01, 0x48, 0xf9, 0xb7,
12 0x87, 0x85, 0x3f, 0xcf, 0x18, 0x66, 0x8c, 0xd3,
18 0xb8, 0xad, 0xca, 0x6b, 0x32, 0xba, 0x34, 0x42,
19 0x54, 0x10, 0x28, 0xf5, 0x0f, 0x7e, 0x8e, 0xe3,
25 0xb8, 0xf7, 0xf4, 0xc2, 0x85, 0x33, 0x80, 0x63,
26 0xd1, 0x45, 0xda, 0xf8, 0x7c, 0x79, 0x42, 0xd1,
32 0xf3, 0x73, 0x7b, 0x60, 0x24, 0xcc, 0x5d, 0x3e,
33 0xd1, 0x95, 0x86, 0xce, 0x89, 0x0a, 0x33, 0xba,
39 0x0a, 0x1a, 0x2d, 0x39, 0xea, 0x49, 0x8f, 0xb7,
[all …]
/linux/include/video/
H A Dmipi_display.h15 MIPI_DSI_V_SYNC_START = 0x01,
16 MIPI_DSI_V_SYNC_END = 0x11,
17 MIPI_DSI_H_SYNC_START = 0x21,
18 MIPI_DSI_H_SYNC_END = 0x31,
20 MIPI_DSI_COMPRESSION_MODE = 0x07,
21 MIPI_DSI_END_OF_TRANSMISSION = 0x08,
23 MIPI_DSI_COLOR_MODE_OFF = 0x02,
24 MIPI_DSI_COLOR_MODE_ON = 0x12,
25 MIPI_DSI_SHUTDOWN_PERIPHERAL = 0x22,
26 MIPI_DSI_TURN_ON_PERIPHERAL = 0x32,
[all …]
/linux/sound/pci/nm256/
H A Dnm256_coef.c2 #define NM_TOTAL_COEFF_COUNT 0x3158
5 0xFF, 0xFF, 0x2F, 0x00, 0x4B, 0xFF, 0xA5, 0x01, 0xEF, 0xFC, 0x21,
6 0x05, 0x87, 0xF7, 0x62, 0x11, 0xE9, 0x45, 0x5E, 0xF9, 0xB5, 0x01,
7 0xDE, 0xFF, 0xA4, 0xFF, 0x60, 0x00, 0xCA, 0xFF, 0x0D, 0x00, 0xFD,
8 0xFF, 0x36, 0x00, 0x36, 0xFF, 0xE6, 0x01, 0x3D, 0xFC, 0xD6, 0x06,
9 0x4C, 0xF3, 0xED, 0x20, 0x3D, 0x3D, 0x4A, 0xF3, 0x4E, 0x05, 0xB1,
10 0xFD, 0xE1, 0x00, 0xC3, 0xFF, 0x05, 0x00, 0x02, 0x00, 0xFD, 0xFF,
11 0x2A, 0x00, 0x5C, 0xFF, 0xAA, 0x01, 0x71, 0xFC, 0x07, 0x07, 0x7E,
12 0xF1, 0x44, 0x30, 0x44, 0x30, 0x7E, 0xF1, 0x07, 0x07, 0x71, 0xFC,
13 0xAA, 0x01, 0x5C, 0xFF, 0x2A, 0x00, 0xFD, 0xFF, 0x02, 0x00, 0x05,
[all …]
/linux/drivers/net/ethernet/davicom/
H A Ddm9051.h14 #define DM9051_ID 0x9051
16 #define DM9051_NCR 0x00
17 #define DM9051_NSR 0x01
18 #define DM9051_TCR 0x02
19 #define DM9051_RCR 0x05
20 #define DM9051_BPTR 0x08
21 #define DM9051_FCR 0x0A
22 #define DM9051_EPCR 0x0B
23 #define DM9051_EPAR 0x0C
24 #define DM9051_EPDRL 0x0D
[all …]
/linux/fs/xfs/
H A Dxfs_dahash_test.c20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30,
21 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4,
22 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60,
23 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c,
24 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4,
25 0xe9, 0x70, 0x51, 0x8c, 0x7f, 0x95, 0x6f, 0x1a,
26 0x56, 0xa1, 0x5c, 0x27, 0x03, 0x67, 0x9f, 0x3a,
27 0xe2, 0x31, 0x11, 0x29, 0x6b, 0x98, 0xfc, 0xc4,
28 0x53, 0x24, 0xc5, 0x8b, 0xce, 0x47, 0xb2, 0xb9,
29 0x32, 0xcb, 0xc1, 0xd0, 0x03, 0x57, 0x4e, 0xd4,
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2056.h9 #define B2056_SYN (0x0 << 12)
10 #define B2056_TX0 (0x2 << 12)
11 #define B2056_TX1 (0x3 << 12)
12 #define B2056_RX0 (0x6 << 12)
13 #define B2056_RX1 (0x7 << 12)
14 #define B2056_ALLTX (0xE << 12)
15 #define B2056_ALLRX (0xF << 12)
17 #define B2056_SYN_RESERVED_ADDR0 0x00
18 #define B2056_SYN_IDCODE 0x01
19 #define B2056_SYN_RESERVED_ADDR2 0x02
[all …]
/linux/drivers/media/usb/gspca/gl860/
H A Dgl860-ov9655.c12 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1},
13 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d},
15 {0x0040, 0x0000},
19 {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0063, 0x0006}, {0x006a, 0x000d},
20 {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1}, {0x0041, 0x00c2},
21 {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058}, {0x0040, 0x0000},
22 {0x00f3, 0x0006}, {0x0058, 0x0000}, {0x0048, 0x0000}, {0x0061, 0x0000},
29 0x00, 0x40, 0x07, 0x6a, 0x06, 0xf3, 0x0d, 0x6a,
30 0x10, 0x10, 0xc1, 0x01
32 0x12, 0x80, 0x00, 0x00, 0x01, 0x98, 0x02, 0x80,
[all …]
/linux/drivers/platform/mips/
H A Drs780e-acpi.c11 #define ACPI_PM_EVT_BLK (acpi_iobase + 0x00) /* 4 bytes */
12 #define ACPI_PM_CNT_BLK (acpi_iobase + 0x04) /* 2 bytes */
13 #define ACPI_PMA_CNT_BLK (acpi_iobase + 0x0F) /* 1 byte */
14 #define ACPI_PM_TMR_BLK (acpi_iobase + 0x18) /* 4 bytes */
15 #define ACPI_GPE0_BLK (acpi_iobase + 0x10) /* 8 bytes */
16 #define ACPI_END (acpi_iobase + 0x80)
18 #define PM_INDEX 0xCD6
19 #define PM_DATA 0xCD7
20 #define PM2_INDEX 0xCD0
21 #define PM2_DATA 0xCD1
[all …]
/linux/crypto/
H A Dhkdf.c41 * Returns 0 on success with the pseudorandom key stored in @prk,
71 * Returns 0 on success with output keying material stored in @okm,
90 for (i = 0; i < okmlen; i += hashlen) { in hkdf_expand()
122 err = 0; in hkdf_expand()
174 "\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x3a\x3b\x3c\x3d\x3e\x3f"
205 .salt_size = 0,
207 .info_size = 0,
227 "\xd1\x4a\x7e\xe8\x3a\xa0\x57\xa9\x3d\x59\xb0\xa1\x31\x7f\xf0\x9d"
239 .info_size = 0,
273 "\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x3a\x3b\x3c\x3d\x3e\x3f"
[all …]
/linux/include/linux/mfd/
H A Drohm-bd718x7.h11 BD718XX_BUCK1 = 0,
30 #define BD718XX_DVS_BUCK_VOLTAGE_NUM 0x3D
31 #define BD718XX_4TH_NODVS_BUCK_VOLTAGE_NUM 0x3D
33 #define BD718XX_LDO1_VOLTAGE_NUM 0x08
34 #define BD718XX_LDO2_VOLTAGE_NUM 0x02
35 #define BD718XX_LDO3_VOLTAGE_NUM 0x10
36 #define BD718XX_LDO4_VOLTAGE_NUM 0x0A
37 #define BD718XX_LDO6_VOLTAGE_NUM 0x0A
40 #define BD71837_BUCK5_VOLTAGE_NUM 0x10
41 #define BD71837_BUCK6_VOLTAGE_NUM 0x04
[all …]
/linux/fs/nls/
H A Dnls_ascii.c17 /* 0x00*/
18 0x0000, 0x0001, 0x0002, 0x0003,
19 0x0004, 0x0005, 0x0006, 0x0007,
20 0x0008, 0x0009, 0x000a, 0x000b,
21 0x000c, 0x000d, 0x000e, 0x000f,
22 /* 0x10*/
23 0x0010, 0x0011, 0x0012, 0x0013,
24 0x0014, 0x0015, 0x0016, 0x0017,
25 0x0018, 0x0019, 0x001a, 0x001b,
26 0x001c, 0x001d, 0x001e, 0x001f,
[all …]
/linux/drivers/atm/
H A Dsuni.h17 #define SUNI_MRI 0x00 /* Master Reset and Identity / Load
19 #define SUNI_MC 0x01 /* Master Configuration */
20 #define SUNI_MIS 0x02 /* Master Interrupt Status */
21 /* no 0x03 */
22 #define SUNI_MCM 0x04 /* Master Clock Monitor */
23 #define SUNI_MCT 0x05 /* Master Control */
24 #define SUNI_CSCS 0x06 /* Clock Synthesis Control and Status */
25 #define SUNI_CRCS 0x07 /* Clock Recovery Control and Status */
26 /* 0x08-0x0F reserved */
27 #define SUNI_RSOP_CIE 0x10 /* RSOP Control/Interrupt Enable */
[all …]
/linux/include/dt-bindings/memory/
H A Dtegra186-mc.h5 #define TEGRA186_SID_INVALID 0x00
6 #define TEGRA186_SID_PASSTHROUGH 0x7f
9 #define TEGRA186_SID_HOST1X 0x01
10 #define TEGRA186_SID_CSI 0x02
11 #define TEGRA186_SID_VIC 0x03
12 #define TEGRA186_SID_VI 0x04
13 #define TEGRA186_SID_ISP 0x05
14 #define TEGRA186_SID_NVDEC 0x06
15 #define TEGRA186_SID_NVENC 0x07
16 #define TEGRA186_SID_NVJPG 0x08
[all …]
/linux/drivers/gpu/drm/amd/include/asic_reg/oss/
H A Doss_3_0_enum.h28 DC_IH_SRC_ID_START = 0x1,
29 DC_IH_SRC_ID_END = 0x1f,
30 VGA_IH_SRC_ID_START = 0x20,
31 VGA_IH_SRC_ID_END = 0x27,
32 CAP_IH_SRC_ID_START = 0x28,
33 CAP_IH_SRC_ID_END = 0x2f,
34 VIP_IH_SRC_ID_START = 0x30,
35 VIP_IH_SRC_ID_END = 0x3f,
36 ROM_IH_SRC_ID_START = 0x40,
37 ROM_IH_SRC_ID_END = 0x5d,
[all …]

12345678910>>...31