Home
last modified time | relevance | path

Searched +full:0 +full:x66 (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/kernel/linux/linux-5.10/lib/fonts/
Dfont_acorn_8x8.c9 { 0, 0, FONTDATAMAX, 0 }, {
10 /* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* ^@ */
11 /* 01 */ 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, /* ^A */
12 /* 02 */ 0x7e, 0xff, 0xbd, 0xff, 0xc3, 0xe7, 0xff, 0x7e, /* ^B */
13 /* 03 */ 0x6c, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^C */
14 /* 04 */ 0x10, 0x38, 0x7c, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^D */
15 /* 05 */ 0x00, 0x18, 0x3c, 0xe7, 0xe7, 0x3c, 0x18, 0x00, /* ^E */
16 /* 06 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00,
17 /* 07 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00,
18 /* 08 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00,
[all …]
Dfont_sun8x16.c7 { 0, 0, FONTDATAMAX, 0 }, {
8 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
9 /* */ 0x00,0x00,0x7e,0x81,0xa5,0x81,0x81,0xbd,0x99,0x81,0x81,0x7e,0x00,0x00,0x00,0x00,
10 /* */ 0x00,0x00,0x7e,0xff,0xdb,0xff,0xff,0xc3,0xe7,0xff,0xff,0x7e,0x00,0x00,0x00,0x00,
11 /* */ 0x00,0x00,0x00,0x00,0x6c,0xfe,0xfe,0xfe,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00,
12 /* */ 0x00,0x00,0x00,0x00,0x10,0x38,0x7c,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00,0x00,
13 /* */ 0x00,0x00,0x00,0x18,0x3c,0x3c,0xe7,0xe7,0xe7,0x18,0x18,0x3c,0x00,0x00,0x00,0x00,
14 /* */ 0x00,0x00,0x00,0x18,0x3c,0x7e,0xff,0xff,0x7e,0x18,0x18,0x3c,0x00,0x00,0x00,0x00,
15 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x3c,0x3c,0x18,0x00,0x00,0x00,0x00,0x00,0x00,
16 /* */ 0xff,0xff,0xff,0xff,0xff,0xff,0xe7,0xc3,0xc3,0xe7,0xff,0xff,0xff,0xff,0xff,0xff,
[all …]
Dfont_8x8.c13 { 0, 0, FONTDATAMAX, 0 }, {
14 /* 0 0x00 '^@' */
15 0x00, /* 00000000 */
16 0x00, /* 00000000 */
17 0x00, /* 00000000 */
18 0x00, /* 00000000 */
19 0x00, /* 00000000 */
20 0x00, /* 00000000 */
21 0x00, /* 00000000 */
22 0x00, /* 00000000 */
[all …]
Dfont_mini_4x6.c18 s{((0x)?[0-9a-fA-F]+)(.*\[([\*\ ]{4})\])}{
22 $bits =~ s/([^\s0])|(.)/ defined($1) + 0 /ge;
26 $num = sprintf("0x%.2x", $num);
37 to bottom, character 0 to character 255, six bytes per character. Each
47 { 0, 0, FONTDATAMAX, 0 }, {
49 /* Char 0: ' ' */
50 0xee, /*= [*** ] */
51 0xee, /*= [*** ] */
52 0xee, /*= [*** ] */
53 0xee, /*= [*** ] */
[all …]
Dfont_8x16.c14 { 0, 0, FONTDATAMAX, 0 }, {
15 /* 0 0x00 '^@' */
16 0x00, /* 00000000 */
17 0x00, /* 00000000 */
18 0x00, /* 00000000 */
19 0x00, /* 00000000 */
20 0x00, /* 00000000 */
21 0x00, /* 00000000 */
22 0x00, /* 00000000 */
23 0x00, /* 00000000 */
[all …]
Dfont_pearl_8x8.c18 { 0, 0, FONTDATAMAX, 0 }, {
19 /* 0 0x00 '^@' */
20 0x00, /* 00000000 */
21 0x00, /* 00000000 */
22 0x00, /* 00000000 */
23 0x00, /* 00000000 */
24 0x00, /* 00000000 */
25 0x00, /* 00000000 */
26 0x00, /* 00000000 */
27 0x00, /* 00000000 */
[all …]
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.skel.h124 s->maps[0].name = "iterator.rodata"; in iterators_bpf__create_skeleton()
125 s->maps[0].map = &obj->maps.rodata; in iterators_bpf__create_skeleton()
126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
135 s->progs[0].name = "dump_bpf_map"; in iterators_bpf__create_skeleton()
136 s->progs[0].prog = &obj->progs.dump_bpf_map; in iterators_bpf__create_skeleton()
137 s->progs[0].link = &obj->links.dump_bpf_map; in iterators_bpf__create_skeleton()
145 \x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\ in iterators_bpf__create_skeleton()
146 \0\0\0\0\0\0\0\0\0\0\0\x48\x18\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x0f\0\ in iterators_bpf__create_skeleton()
147 \x0e\0\x79\x12\0\0\0\0\0\0\x79\x26\0\0\0\0\0\0\x79\x17\x08\0\0\0\0\0\x15\x07\ in iterators_bpf__create_skeleton()
148 \x1a\0\0\0\0\0\x79\x21\x10\0\0\0\0\0\x55\x01\x08\0\0\0\0\0\xbf\xa4\0\0\0\0\0\0\ in iterators_bpf__create_skeleton()
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dbtext.c46 unsigned long address = 0; in btext_initialize()
49 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize()
51 if (prom_getproperty(node, "height", (char *)&height, 4) < 0) in btext_initialize()
53 if (prom_getproperty(node, "depth", (char *)&depth, 4) < 0) in btext_initialize()
57 if (prom_getproperty(node, "linebytes", (char *)&prop, 4) >= 0 && in btext_initialize()
58 prop != 0xffffffffu) in btext_initialize()
62 pitch = 0x1000; in btext_initialize()
64 if (prom_getproperty(node, "address", (char *)&prop, 4) >= 0) in btext_initialize()
70 if (address == 0) in btext_initialize()
73 g_loc_X = 0; in btext_initialize()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dbtext.c42 unsigned long disp_BAT[2] __initdata = {0, 0};
48 int boot_text_mapped __force_data = 0;
49 int force_printk_to_btext = 0;
76 * The display is mapped to virtual address 0xD0000000, rather
78 * in the region starting at 0xC0000000 (PAGE_OFFSET).
89 unsigned long vaddr = PAGE_OFFSET + 0x10000000; in btext_prepare_BAT()
95 boot_text_mapped = 0; in btext_prepare_BAT()
98 lowbits = addr & ~0xFF000000UL; in btext_prepare_BAT()
99 addr &= 0xFF000000UL; in btext_prepare_BAT()
100 disp_BAT[0] = vaddr | (BL_16M<<2) | 2; in btext_prepare_BAT()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
Dpanel-samsung-s6e63m0.c25 #define MCS_ELVSS_ON 0xb1
26 #define MCS_MIECTL1 0xc0
27 #define MCS_BCMODE 0xc1
28 #define MCS_ERROR_CHECK 0xd5
29 #define MCS_READ_ID1 0xda
30 #define MCS_READ_ID2 0xdb
31 #define MCS_READ_ID3 0xdc
32 #define MCS_LEVEL_2_KEY 0xf0
33 #define MCS_MTP_KEY 0xf1
34 #define MCS_DISCTL 0xf2
[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 …]
/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
289 "\x19\xB8\x73\xA2\xAC\x4B\x1E\x66\x48\xD8\x72\x1F\xAC\xF6\xCB\xBC"
314 "\x90\xf1\x60\xf2\x65\xdd\x30\xa5\x66\xce\x62\x7b\xd0\xf8\x2d\x3d"
316 "\x33\xb7\x66\x92\xd1\xf2\x8e\x6f\xe5\x75\x0c\xad\x36\xfb\x4e\xd0"
317 "\x66\x61\xbd\x49\xfe\xf4\x1a\xa2\x2b\x49\xfe\x03\x4c\x74\x47\x8d"
318 "\x9a\x66\xb2\x49\x46\x4d\x77\xea\x33\x4d\x6b\x3c\xb4\x49\x4a\xc6"
356 "\x90\xf1\x60\xf2\x65\xdd\x30\xa5\x66\xce\x62\x7b\xd0\xf8\x2d\x3d"
358 "\x33\xb7\x66\x92\xd1\xf2\x8e\x6f\xe5\x75\x0c\xad\x36\xfb\x4e\xd0"
359 "\x66\x61\xbd\x49\xfe\xf4\x1a\xa2\x2b\x49\xfe\x03\x4c\x74\x47\x8d"
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dnops.h11 #define NOP_DS_PREFIX 0x3e
18 3: leal 0x00(%esi),%esi
19 4: leal 0x00(,%esi,1),%esi
20 6: leal 0x00000000(%esi),%esi
21 7: leal 0x00000000(,%esi,1),%esi
23 #define GENERIC_NOP1 0x90
24 #define GENERIC_NOP2 0x89,0xf6
25 #define GENERIC_NOP3 0x8d,0x76,0x00
26 #define GENERIC_NOP4 0x8d,0x74,0x26,0x00
28 #define GENERIC_NOP6 0x8d,0xb6,0x00,0x00,0x00,0x00
[all …]
Dspecial_insns.h22 #define __FORCE_ORDER "m"(*(unsigned int *)0x1000UL)
29 asm volatile("mov %%cr0,%0\n\t" : "=r" (val) : __FORCE_ORDER); in native_read_cr0()
36 asm volatile("mov %%cr2,%0\n\t" : "=r" (val) : __FORCE_ORDER); in native_read_cr2()
42 asm volatile("mov %0,%%cr2": : "r" (val) : "memory"); in native_write_cr2()
48 asm volatile("mov %%cr3,%0\n\t" : "=r" (val) : __FORCE_ORDER); in __native_read_cr3()
54 asm volatile("mov %0,%%cr3": : "r" (val) : "memory"); in native_write_cr3()
63 * is functionally equivalent to CR4 == 0. Keep it simple and pretend in native_read_cr4()
64 * that CR4 == 0 on CPUs that don't have CR4. in native_read_cr4()
66 asm volatile("1: mov %%cr4, %0\n" in native_read_cr4()
69 : "=r" (val) : "0" (0), __FORCE_ORDER); in native_read_cr4()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
Dtm6000-core.c38 pipe = usb_rcvctrlpipe(dev->udev, 0); in tm6000_read_write_usb()
40 pipe = usb_sndctrlpipe(dev->udev, 0); in tm6000_read_write_usb()
49 req_type, req, value&0xff, value>>8, index&0xff, in tm6000_read_write_usb()
50 index>>8, len&0xff, len>>8); in tm6000_read_write_usb()
54 for (i = 0; i < len; i++) in tm6000_read_write_usb()
67 if (ret < 0) { in tm6000_read_write_usb()
74 for (i = 0; i < len; i++) in tm6000_read_write_usb()
83 delay = 0; in tm6000_read_write_usb()
104 req, value, index, NULL, 0); in tm6000_set_reg()
116 if (rc < 0) in tm6000_get_reg()
[all …]
/kernel/linux/linux-5.10/net/wireless/certs/
Dsforshee.hex2 0x30, 0x82, 0x02, 0xa4, 0x30, 0x82, 0x01, 0x8c,
3 0x02, 0x09, 0x00, 0xb2, 0x8d, 0xdf, 0x47, 0xae,
4 0xf9, 0xce, 0xa7, 0x30, 0x0d, 0x06, 0x09, 0x2a,
5 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b,
6 0x05, 0x00, 0x30, 0x13, 0x31, 0x11, 0x30, 0x0f,
7 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x08, 0x73,
8 0x66, 0x6f, 0x72, 0x73, 0x68, 0x65, 0x65, 0x30,
9 0x20, 0x17, 0x0d, 0x31, 0x37, 0x31, 0x30, 0x30,
10 0x36, 0x31, 0x39, 0x34, 0x30, 0x33, 0x35, 0x5a,
11 0x18, 0x0f, 0x32, 0x31, 0x31, 0x37, 0x30, 0x39,
[all …]
/kernel/linux/linux-5.10/drivers/staging/vt6656/
Drf.c36 {0x03, 0xf7, 0x90},
37 {0x03, 0x33, 0x31},
38 {0x01, 0xb8, 0x02},
39 {0x00, 0xff, 0xf3},
40 {0x00, 0x05, 0xa4},
41 {0x0f, 0x4d, 0xc5},
42 {0x08, 0x05, 0xb6},
43 {0x01, 0x47, 0xc7},
44 {0x00, 0x06, 0x88},
45 {0x04, 0x03, 0xb9},
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dda7213.h23 #define DA7213_STATUS1 0x02
24 #define DA7213_PLL_STATUS 0x03
25 #define DA7213_AUX_L_GAIN_STATUS 0x04
26 #define DA7213_AUX_R_GAIN_STATUS 0x05
27 #define DA7213_MIC_1_GAIN_STATUS 0x06
28 #define DA7213_MIC_2_GAIN_STATUS 0x07
29 #define DA7213_MIXIN_L_GAIN_STATUS 0x08
30 #define DA7213_MIXIN_R_GAIN_STATUS 0x09
31 #define DA7213_ADC_L_GAIN_STATUS 0x0A
32 #define DA7213_ADC_R_GAIN_STATUS 0x0B
[all …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx_seq.h_shipped9 0xb2, 0x00, 0x00, 0x08,
10 0xf7, 0x11, 0x22, 0x08,
11 0x00, 0x65, 0xee, 0x59,
12 0xf7, 0x01, 0x02, 0x08,
13 0xff, 0x6a, 0x24, 0x08,
14 0x40, 0x00, 0x40, 0x68,
15 0x08, 0x1f, 0x3e, 0x10,
16 0x40, 0x00, 0x40, 0x68,
17 0xff, 0x40, 0x3c, 0x60,
18 0x08, 0x1f, 0x3e, 0x10,
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
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 …]
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
Dinsn-x86-dat-32.c8 {{0x0f, 0x31, }, 2, 0, "", "",
9 "0f 31 \trdtsc ",},
10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "",
12 {{0x62, 0x81, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
13 "62 81 78 56 34 12 \tbound %eax,0x12345678(%ecx)",},
14 {{0x62, 0x88, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
15 "62 88 78 56 34 12 \tbound %ecx,0x12345678(%eax)",},
16 {{0x62, 0x90, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
17 "62 90 78 56 34 12 \tbound %edx,0x12345678(%eax)",},
18 {{0x62, 0x98, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "",
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmax8998.txt14 as well. It is accessible at I2C address 0x66.
20 - reg: Specifies the i2c slave address of the pmic block. It should be 0x66.
34 property should be 0, 1, 2 or 3. If not specified or out of range,
35 a default value of 0 is taken.
38 property should be 0 or 1. If not specified or out of range, a default
39 value of 0 is taken.
86 reg = <0x66>;
88 interrupts = <4 0>, <3 0>;
91 max8998,pmic-buck1-default-dvs-idx = <0>;
92 max8998,pmic-buck1-dvs-gpios = <&gpx0 0 1 0 0>, /* SET1 */
[all …]
/kernel/liteos_m/testsuites/unittest/xts/mem/
Dmem_api_test.c59 ICUNIT_ASSERT_EQUAL(err, 0, err);
60 failure = 0;
61 for (i = 0; i < len; i++) {
67 ICUNIT_ASSERT_EQUAL(failure, 0, failure);
68 return 0;
85 for (i = 0; i < len; i++) {
89 errno_t err = memcpy_s(dst, sizeof(dst) / sizeof(dst[0]), src, len);
90 ICUNIT_ASSERT_EQUAL(err, 0, err);
91 failure = 0;
92 for (i = 0; i < len; i++) {
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dpll-s3c2440-12000000.c21 { .frequency = 75000000, .driver_data = PLLVAL(0x75, 3, 3), }, /* FVco 600.000000 */
22 { .frequency = 80000000, .driver_data = PLLVAL(0x98, 4, 3), }, /* FVco 640.000000 */
23 { .frequency = 90000000, .driver_data = PLLVAL(0x70, 2, 3), }, /* FVco 720.000000 */
24 { .frequency = 100000000, .driver_data = PLLVAL(0x5c, 1, 3), }, /* FVco 800.000000 */
25 { .frequency = 110000000, .driver_data = PLLVAL(0x66, 1, 3), }, /* FVco 880.000000 */
26 { .frequency = 120000000, .driver_data = PLLVAL(0x70, 1, 3), }, /* FVco 960.000000 */
27 { .frequency = 150000000, .driver_data = PLLVAL(0x75, 3, 2), }, /* FVco 600.000000 */
28 { .frequency = 160000000, .driver_data = PLLVAL(0x98, 4, 2), }, /* FVco 640.000000 */
29 { .frequency = 170000000, .driver_data = PLLVAL(0x4d, 1, 2), }, /* FVco 680.000000 */
30 { .frequency = 180000000, .driver_data = PLLVAL(0x70, 2, 2), }, /* FVco 720.000000 */
[all …]
/kernel/linux/linux-5.10/lib/crypto/
Dchacha20poly1305-selftest.c31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74,
32 0x2d, 0x44, 0x72, 0x61, 0x66, 0x74, 0x73, 0x20,
33 0x61, 0x72, 0x65, 0x20, 0x64, 0x72, 0x61, 0x66,
34 0x74, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65,
35 0x6e, 0x74, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x69,
36 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20,
37 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20,
38 0x6f, 0x66, 0x20, 0x73, 0x69, 0x78, 0x20, 0x6d,
39 0x6f, 0x6e, 0x74, 0x68, 0x73, 0x20, 0x61, 0x6e,
40 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65,
[all …]

12345678910>>...32