Home
last modified time | relevance | path

Searched +full:0 +full:x90 (Results 1 – 25 of 1049) sorted by relevance

12345678910>>...42

/kernel/linux/linux-4.19/drivers/media/usb/gspca/gl860/
Dgl860-mi2020.c24 static u8 dat_wbal1[] = {0x8c, 0xa2, 0x0c};
26 static u8 dat_bright1[] = {0x8c, 0xa2, 0x06};
27 static u8 dat_bright3[] = {0x8c, 0xa1, 0x02};
28 static u8 dat_bright4[] = {0x90, 0x00, 0x0f};
29 static u8 dat_bright5[] = {0x8c, 0xa1, 0x03};
30 static u8 dat_bright6[] = {0x90, 0x00, 0x05};
32 static u8 dat_hvflip1[] = {0x8c, 0x27, 0x19};
33 static u8 dat_hvflip3[] = {0x8c, 0x27, 0x3b};
34 static u8 dat_hvflip5[] = {0x8c, 0xa1, 0x03};
35 static u8 dat_hvflip6[] = {0x90, 0x00, 0x06};
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/gl860/
Dgl860-mi2020.c12 static u8 dat_wbal1[] = {0x8c, 0xa2, 0x0c};
14 static u8 dat_bright1[] = {0x8c, 0xa2, 0x06};
15 static u8 dat_bright3[] = {0x8c, 0xa1, 0x02};
16 static u8 dat_bright4[] = {0x90, 0x00, 0x0f};
17 static u8 dat_bright5[] = {0x8c, 0xa1, 0x03};
18 static u8 dat_bright6[] = {0x90, 0x00, 0x05};
20 static u8 dat_hvflip1[] = {0x8c, 0x27, 0x19};
21 static u8 dat_hvflip3[] = {0x8c, 0x27, 0x3b};
22 static u8 dat_hvflip5[] = {0x8c, 0xa1, 0x03};
23 static u8 dat_hvflip6[] = {0x90, 0x00, 0x06};
[all …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Dvs6624.c62 0x8104, 0x03,
63 0x8105, 0x01,
64 0xc900, 0x03,
65 0xc904, 0x47,
66 0xc905, 0x10,
67 0xc906, 0x80,
68 0xc907, 0x3a,
69 0x903a, 0x02,
70 0x903b, 0x47,
71 0x903c, 0x15,
[all …]
/kernel/linux/linux-4.19/drivers/media/i2c/
Dvs6624.c70 0x8104, 0x03,
71 0x8105, 0x01,
72 0xc900, 0x03,
73 0xc904, 0x47,
74 0xc905, 0x10,
75 0xc906, 0x80,
76 0xc907, 0x3a,
77 0x903a, 0x02,
78 0x903b, 0x47,
79 0x903c, 0x15,
[all …]
/kernel/linux/linux-4.19/lib/
Dtest-string_helpers.c70 int i, p = 0, q_test = 0; in test_string_unescape()
75 for (i = 0; i < ARRAY_SIZE(strings); i++) { in test_string_unescape()
91 in[p++] = '\0'; in test_string_unescape()
155 .in = "\eb \\C\007\"\x90\r]",
157 .out = "\eb \\C\007\"\x90\\r]",
160 .out = "\\eb \\\\C\\a\"\x90\r]",
163 .out = "\\eb \\\\C\\a\"\x90\\r]",
178 .out = "\eb \\C\007\"\x90\r]",
181 .out = "\eb \\C\007\"\x90\\r]",
184 .out = "\\eb \\C\\a\"\x90\r]",
[all …]
/kernel/linux/linux-5.10/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
190 "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5"
197 "\xC2\xCD\x2D\xFF\x43\x40\x98\xCD\x20\xD8\xA1\x38\xD0\x90\xBF\x64"
290 "\x90\x09\xCA\xEC\x0C\xDC\xF9\x2C\xD7\xEB\xAE\xA3\xA4\x47\xD7\x33"
307 "\x0e\xa1\x87\x88\xb9\x2c\x90\xa6\x53\x5e\xe9\xef\xc4\xe2\x4d\xdd"
314 "\x90\xf1\x60\xf2\x65\xdd\x30\xa5\x66\xce\x62\x7b\xd0\xf8\x2d\x3d"
349 "\x0e\xa1\x87\x88\xb9\x2c\x90\xa6\x53\x5e\xe9\xef\xc4\xe2\x4d\xdd"
356 "\x90\xf1\x60\xf2\x65\xdd\x30\xa5\x66\xce\x62\x7b\xd0\xf8\x2d\x3d"
399 "\x9B\x98\x0B\x06\x5D\x0C\x5B\xEE\xF3\xD5\xCC\x57\xC9\x71\x2F\x90"
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsockopt_multi.c31 return 0; in prog_attach()
54 return 0; in prog_detach()
64 /* Set IP_TOS to the expected value (0x80). */ in run_getsockopt_test()
66 buf = 0x80; in run_getsockopt_test()
68 if (err < 0) { in run_getsockopt_test()
73 buf = 0x00; in run_getsockopt_test()
81 if (buf != 0x80) { in run_getsockopt_test()
82 log_err("Unexpected getsockopt 0x%x != 0x80 without BPF", buf); in run_getsockopt_test()
88 * - kernel: -> 0x80 in run_getsockopt_test()
89 * - child: 0x80 -> 0x90 in run_getsockopt_test()
[all …]
/kernel/linux/linux-5.10/lib/
Dtest-string_helpers.c70 int i, p = 0, q_test = 0; in test_string_unescape()
75 for (i = 0; i < ARRAY_SIZE(strings); i++) { in test_string_unescape()
91 in[p++] = '\0'; in test_string_unescape()
155 .in = "\eb \\C\007\"\x90\r]",
157 .out = "\eb \\C\007\"\x90\\r]",
160 .out = "\\eb \\\\C\\a\"\x90\r]",
163 .out = "\\eb \\\\C\\a\"\x90\\r]",
178 .out = "\eb \\C\007\"\x90\r]",
181 .out = "\eb \\C\007\"\x90\\r]",
184 .out = "\\eb \\C\\a\"\x90\r]",
[all …]
/kernel/linux/linux-4.19/crypto/
Dtestmgr.h165 "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5"
172 "\xC2\xCD\x2D\xFF\x43\x40\x98\xCD\x20\xD8\xA1\x38\xD0\x90\xBF\x64"
265 "\x90\x09\xCA\xEC\x0C\xDC\xF9\x2C\xD7\xEB\xAE\xA3\xA4\x47\xD7\x33"
282 "\x0e\xa1\x87\x88\xb9\x2c\x90\xa6\x53\x5e\xe9\xef\xc4\xe2\x4d\xdd"
289 "\x90\xf1\x60\xf2\x65\xdd\x30\xa5\x66\xce\x62\x7b\xd0\xf8\x2d\x3d"
324 "\x0e\xa1\x87\x88\xb9\x2c\x90\xa6\x53\x5e\xe9\xef\xc4\xe2\x4d\xdd"
331 "\x90\xf1\x60\xf2\x65\xdd\x30\xa5\x66\xce\x62\x7b\xd0\xf8\x2d\x3d"
374 "\x9B\x98\x0B\x06\x5D\x0C\x5B\xEE\xF3\xD5\xCC\x57\xC9\x71\x2F\x90"
429 "\x42\xB1\x02\xDA\x9E\xE3\x84\x90\xB4\x2D\xC3\xCE\x13\xC9\x12\x7D"
447 "\x68\x90\x33\x12\x0B\x14\x82\xAB\x90\x1A\xD4\x49\x32\x9C\xBD\xAA"
[all …]
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-renesas-h8s.c18 0x03, 0x02, 0x01, 0x00, 0x13, 0x12, 0x11, 0x10, /* 16 - 23 */
19 0x23, 0x22, 0x21, 0x20, 0x33, 0x32, 0x31, 0x30, /* 24 - 31 */
20 0x43, 0x42, 0x41, 0x40, 0x53, 0x53, 0x52, 0x52, /* 32 - 39 */
21 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, /* 40 - 47 */
22 0x50, 0x50, 0x50, 0x50, 0x63, 0x63, 0x63, 0x63, /* 48 - 55 */
23 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, /* 56 - 63 */
24 0x61, 0x61, 0x61, 0x61, 0x60, 0x60, 0x60, 0x60, /* 64 - 71 */
25 0x73, 0x73, 0x73, 0x73, 0x72, 0x72, 0x72, 0x72, /* 72 - 79 */
26 0x71, 0x71, 0x71, 0x71, 0x70, 0x83, 0x82, 0x81, /* 80 - 87 */
27 0x80, 0x80, 0x80, 0x80, 0x93, 0x93, 0x93, 0x93, /* 88 - 95 */
[all …]
/kernel/linux/linux-4.19/drivers/irqchip/
Dirq-renesas-h8s.c18 0x03, 0x02, 0x01, 0x00, 0x13, 0x12, 0x11, 0x10, /* 16 - 23 */
19 0x23, 0x22, 0x21, 0x20, 0x33, 0x32, 0x31, 0x30, /* 24 - 31 */
20 0x43, 0x42, 0x41, 0x40, 0x53, 0x53, 0x52, 0x52, /* 32 - 39 */
21 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, /* 40 - 47 */
22 0x50, 0x50, 0x50, 0x50, 0x63, 0x63, 0x63, 0x63, /* 48 - 55 */
23 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, /* 56 - 63 */
24 0x61, 0x61, 0x61, 0x61, 0x60, 0x60, 0x60, 0x60, /* 64 - 71 */
25 0x73, 0x73, 0x73, 0x73, 0x72, 0x72, 0x72, 0x72, /* 72 - 79 */
26 0x71, 0x71, 0x71, 0x71, 0x70, 0x83, 0x82, 0x81, /* 80 - 87 */
27 0x80, 0x80, 0x80, 0x80, 0x93, 0x93, 0x93, 0x93, /* 88 - 95 */
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/panel/
Dpanel-samsung-s6e8aa0.c34 #define PANELCTL_SS_1_800 (0 << 5)
41 #define PANELCTL_CLK1_000 (0 << 3)
43 #define PANELCTL_CLK2_CON_MASK (7 << 0)
44 #define PANELCTL_CLK2_000 (0 << 0)
45 #define PANELCTL_CLK2_001 (1 << 0)
48 #define PANELCTL_INT1_000 (0 << 3)
50 #define PANELCTL_INT2_CON_MASK (7 << 0)
51 #define PANELCTL_INT2_000 (0 << 0)
52 #define PANELCTL_INT2_001 (1 << 0)
55 #define PANELCTL_BICTL_000 (0 << 3)
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
Dpanel-samsung-s6e8aa0.c34 #define PANELCTL_SS_1_800 (0 << 5)
41 #define PANELCTL_CLK1_000 (0 << 3)
43 #define PANELCTL_CLK2_CON_MASK (7 << 0)
44 #define PANELCTL_CLK2_000 (0 << 0)
45 #define PANELCTL_CLK2_001 (1 << 0)
48 #define PANELCTL_INT1_000 (0 << 3)
50 #define PANELCTL_INT2_CON_MASK (7 << 0)
51 #define PANELCTL_INT2_000 (0 << 0)
52 #define PANELCTL_INT2_001 (1 << 0)
55 #define PANELCTL_BICTL_000 (0 << 3)
[all …]
/kernel/linux/linux-5.10/fs/unicode/
Dutf8-selftest.c23 #define latest_rev 0
34 } while (0)
54 .str = {0xc2, 0xbc, 0x00},
55 .dec = {0xc2, 0xbc, 0x00},
60 .str = {0xc3, 0xa4, 0x00},
61 .dec = {0x61, 0xcc, 0x88, 0x00},
66 .str = {0xC7, 0x89, 0x00},
67 .dec = {0xC7, 0x89, 0x00},
71 .str = {0xCE, 0x87, 0x00},
72 .dec = {0xC2, 0xB7, 0x00}
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c39 { "HISI00B1", 0 },
40 { "HISI00B2", 0 },
50 u32 reset_offset = 0; in hns_dsaf_get_cfg()
51 u32 res_idx = 0; in hns_dsaf_get_cfg()
64 if (acpi_dev_found(hns_dsaf_acpi_match[0].id)) in hns_dsaf_get_cfg()
80 for (i = 0; i < DSAF_MODE_MAX; i++) { in hns_dsaf_get_cfg()
106 np_temp = of_parse_phandle(np, "subctrl-syscon", 0); in hns_dsaf_get_cfg()
169 if (ret < 0 || desc_num < HNS_DSAF_MIN_DESC_CNT || in hns_dsaf_get_cfg()
179 if (ret < 0) { in hns_dsaf_get_cfg()
186 if (ret < 0) { in hns_dsaf_get_cfg()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c35 { "HISI00B1", 0 },
36 { "HISI00B2", 0 },
46 u32 reset_offset = 0; in hns_dsaf_get_cfg()
47 u32 res_idx = 0; in hns_dsaf_get_cfg()
60 if (acpi_dev_found(hns_dsaf_acpi_match[0].id)) in hns_dsaf_get_cfg()
76 for (i = 0; i < DSAF_MODE_MAX; i++) { in hns_dsaf_get_cfg()
102 np_temp = of_parse_phandle(np, "subctrl-syscon", 0); in hns_dsaf_get_cfg()
165 if (ret < 0 || desc_num < HNS_DSAF_MIN_DESC_CNT || in hns_dsaf_get_cfg()
175 if (ret < 0) { in hns_dsaf_get_cfg()
182 if (ret < 0) { in hns_dsaf_get_cfg()
[all …]
/kernel/linux/linux-5.10/include/dt-bindings/clock/
Ddra7.h8 #define DRA7_CLKCTRL_OFFSET 0x20
14 #define DRA7_MPU_CLKCTRL DRA7_CLKCTRL_INDEX(0x20)
17 #define _DRA7_IPU_CLKCTRL_OFFSET 0x40
19 #define DRA7_MCASP1_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x50)
20 #define DRA7_TIMER5_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x58)
21 #define DRA7_TIMER6_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x60)
22 #define DRA7_TIMER7_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x68)
23 #define DRA7_TIMER8_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x70)
24 #define DRA7_I2C5_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x78)
25 #define DRA7_UART6_CLKCTRL _DRA7_IPU_CLKCTRL_INDEX(0x80)
[all …]
/kernel/linux/linux-5.10/drivers/block/paride/
Dfit3.c32 #define j44(a,b) (((a>>3)&0x0f)|((b<<1)&0xf0))
35 #define r7() (in_p(7) & 0xff)
37 /* cont = 0 - access the IDE register file
48 case 0: in fit3_write_regr()
49 case 1: w2(0xc); w0(regr); w2(0x8); w2(0xc); in fit3_write_regr()
50 w0(val); w2(0xd); in fit3_write_regr()
51 w0(0); w2(0xc); in fit3_write_regr()
54 case 2: w2(0xc); w0(regr); w2(0x8); w2(0xc); in fit3_write_regr()
55 w4(val); w4(0); in fit3_write_regr()
56 w2(0xc); in fit3_write_regr()
[all …]
/kernel/linux/linux-4.19/drivers/block/paride/
Dfit3.c32 #define j44(a,b) (((a>>3)&0x0f)|((b<<1)&0xf0))
35 #define r7() (in_p(7) & 0xff)
37 /* cont = 0 - access the IDE register file
48 case 0: in fit3_write_regr()
49 case 1: w2(0xc); w0(regr); w2(0x8); w2(0xc); in fit3_write_regr()
50 w0(val); w2(0xd); in fit3_write_regr()
51 w0(0); w2(0xc); in fit3_write_regr()
54 case 2: w2(0xc); w0(regr); w2(0x8); w2(0xc); in fit3_write_regr()
55 w4(val); w4(0); in fit3_write_regr()
56 w2(0xc); in fit3_write_regr()
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-f7188x.c22 #define SIO_LDSEL 0x07 /* Logical device select */
23 #define SIO_DEVID 0x20 /* Device ID (2 bytes) */
24 #define SIO_DEVREV 0x22 /* Device revision */
25 #define SIO_MANID 0x23 /* Fintek ID (2 bytes) */
27 #define SIO_LD_GPIO 0x06 /* GPIO logical device */
28 #define SIO_UNLOCK_KEY 0x87 /* Key to enable Super-I/O */
29 #define SIO_LOCK_KEY 0xAA /* Key to disable Super-I/O */
31 #define SIO_FINTEK_ID 0x1934 /* Manufacturer ID */
32 #define SIO_F71869_ID 0x0814 /* F71869 chipset ID */
33 #define SIO_F71869A_ID 0x1007 /* F71869A chipset ID */
[all …]
/kernel/linux/linux-4.19/fs/nls/
Dnls_cp936.c17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */
18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
25 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */
26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */
[all …]
/kernel/linux/linux-5.10/fs/nls/
Dnls_cp936.c17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */
18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
25 0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */
26 0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */
[all …]
Dnls_cp932.c17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */
18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
25 0x3000,0x3001,0x3002,0xFF0C,0xFF0E,0x30FB,0xFF1A,0xFF1B,/* 0x40-0x47 */
26 0xFF1F,0xFF01,0x309B,0x309C,0x00B4,0xFF40,0x00A8,0xFF3E,/* 0x48-0x4F */
[all …]
/kernel/linux/linux-4.19/drivers/net/wan/
Dwanxlfw.inc_shipped2 0x60,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0xB9,0x40,0x00,0x00,0x00,0x00,0x00,
4 0x10,0x14,0x42,0x80,0x4A,0xB0,0x09,0xB0,0x00,0x00,0x10,0x04,0x67,0x00,0x00,0x0E,
5 0x06,0xB0,0x40,0x00,0x00,0x00,0x09,0xB0,0x00,0x00,0x10,0x04,0x58,0x80,0x0C,0x80,
6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C,
7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78,
8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70,
9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00,
10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC,
11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40,
[all …]
/kernel/linux/linux-5.10/drivers/net/wan/
Dwanxlfw.inc_shipped2 0x60,0x00,0x00,0x16,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
3 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0xB9,0x40,0x00,0x00,0x00,0x00,0x00,
4 0x10,0x14,0x42,0x80,0x4A,0xB0,0x09,0xB0,0x00,0x00,0x10,0x04,0x67,0x00,0x00,0x0E,
5 0x06,0xB0,0x40,0x00,0x00,0x00,0x09,0xB0,0x00,0x00,0x10,0x04,0x58,0x80,0x0C,0x80,
6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C,
7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78,
8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70,
9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00,
10 0x23,0xFC,0x78,0x00,0x00,0x00,0xFF,0xFC,0x15,0x48,0x33,0xFC,0x04,0x80,0xFF,0xFC,
11 0x10,0x26,0x33,0xFC,0x01,0x10,0xFF,0xFC,0x10,0x2A,0x23,0xFC,0x00,0xD4,0x9F,0x40,
[all …]

12345678910>>...42