Home
last modified time | relevance | path

Searched +full:0 +full:xc8 (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86-dat-64.c8 {{0x0f, 0x31, }, 2, 0, "", "",
9 "0f 31 \trdtsc ",},
10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "",
12 {{0x48, 0x0f, 0x41, 0xd8, }, 4, 0, "", "",
13 "48 0f 41 d8 \tcmovno %rax,%rbx",},
14 {{0x48, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
15 "48 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%rax),%rcx",},
16 {{0x66, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "",
17 "66 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%rax),%cx",},
18 {{0x48, 0x0f, 0x44, 0xd8, }, 4, 0, "", "",
[all …]
H A 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 …]
/linux/drivers/mtd/spi-nor/
H A Dgigadevice.c29 return 0; in gd25q256_post_bfpt()
38 .id = SNOR_ID(0xc8, 0x40, 0x15),
44 .id = SNOR_ID(0xc8, 0x40, 0x16),
50 .id = SNOR_ID(0xc8, 0x40, 0x17),
56 .id = SNOR_ID(0xc8, 0x40, 0x18),
62 .id = SNOR_ID(0xc8, 0x40, 0x19),
68 .id = SNOR_ID(0xc8, 0x60, 0x16),
74 .id = SNOR_ID(0xc8, 0x60, 0x17),
80 .id = SNOR_ID(0xc8, 0x60, 0x18),
/linux/drivers/scsi/aic7xxx/
H A 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 …]
/linux/drivers/scsi/
H A Da100u2w.c93 0x01, /* 0x00: Sub System Vendor ID 0 */
94 0x11, /* 0x01: Sub System Vendor ID 1 */
95 0x60, /* 0x02: Sub System ID 0 */
96 0x10, /* 0x03: Sub System ID 1 */
97 0x00, /* 0x04: SubClass */
98 0x01, /* 0x05: Vendor ID 0 */
99 0x11, /* 0x06: Vendor ID 1 */
100 0x60, /* 0x07: Device ID 0 */
101 0x10, /* 0x08: Device ID 1 */
102 0x00, /* 0x09: Reserved */
[all …]
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-sgmii-eth.c18 #define QSERDES_QMP_PLL 0x0
19 #define QSERDES_RX 0x600
20 #define QSERDES_TX 0x400
21 #define QSERDES_PCS 0xc00
23 #define QSERDES_COM_C_READY BIT(0)
24 #define QSERDES_PCS_READY BIT(0)
36 regmap_write(regmap, QSERDES_PCS + QPHY_PCS_SW_RESET, 0x01); in qcom_dwmac_sgmii_phy_init_1g()
37 regmap_write(regmap, QSERDES_PCS + QPHY_PCS_POWER_DOWN_CONTROL, 0x01); in qcom_dwmac_sgmii_phy_init_1g()
39 regmap_write(regmap, QSERDES_QMP_PLL + QSERDES_V5_COM_PLL_IVCO, 0x0F); in qcom_dwmac_sgmii_phy_init_1g()
40 regmap_write(regmap, QSERDES_QMP_PLL + QSERDES_V5_COM_CP_CTRL_MODE0, 0x06); in qcom_dwmac_sgmii_phy_init_1g()
[all …]
/linux/lib/crypto/
H A Daescfb.c48 while (len > 0) { in aescfb_encrypt()
76 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
78 for (int i = 0; len > 0; i ^= 1) { in aescfb_decrypt()
128 "\x30\xc8\x1c\x46\xa3\x5c\xe4\x11"
134 "\xc8\xa6\x45\x37\xa0\xb3\xa9\x3f"
143 "\xc8\x10\xf3\x2b\x80\x90\x79\xe5"
152 "\x30\xc8\x1c\x46\xa3\x5c\xe4\x11"
156 .ctext = "\xcd\xc8\x0d\x6f\xdd\xf1\x8c\xab"
161 "\xc8\xe6\x0f\xed\x1e\xfa\xc4\xc9"
177 "\x30\xc8\x1c\x46\xa3\x5c\xe4\x11"
[all …]
/linux/crypto/
H A Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
252 "\xAF\x94\x28\xC2\xB7\xB8\x88\x3F\xE4\x46\x3A\x4B\xC8\x5B\x1C\xB3"
391 "\xfc\xf2\x10\x92\xf3\xc1\xbf\x84\x7f\xfd\x2c\xae\xc8\xb5\xf6\x41"
433 "\xfc\xf2\x10\x92\xf3\xc1\xbf\x84\x7f\xfd\x2c\xae\xc8\xb5\xf6\x41"
490 "\x11\x40\x19\xE3\x21\x13\xC8\xB3\x7E\xDC\xD7\x65\x40\x4C\x2D\xD6"
503 "\x79\x84\xCE\x06\x96\x69\x29\x49\x82\x1C\x71\x4A\xA1\x66\xC8\x2F"
505 "\x87\xCB\x46\xDE\x97\xA7\xB3\xA2\x54\x5B\xD7\xAF\xAB\xEB\xC8\xF3"
510 "\xA2\xC8\x39\x3E\xD5\x51\xBC\x0A\xBE\x6D\xA8\xA0\xF6\x88\x06\x79"
523 "\x51\xF3\xC8\x61\xF5\x77\x22\x48\x10\x87\x4C\xD5\xA4\xD5\xAE\x2D"
[all …]
H A Ddh.c27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx()
50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length()
52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length()
68 return 0; in dh_set_params()
80 if (crypto_dh_decode_key(buf, len, &params) < 0) in dh_set_secret()
83 if (dh_set_params(ctx, &params) < 0) in dh_set_secret()
90 return 0; in dh_set_secret()
113 return 0; in dh_is_pubkey_valid()
126 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid()
134 val = mpi_alloc(0); in dh_is_pubkey_valid()
[all …]
/linux/tools/perf/pmu-events/arch/x86/sierraforest/
H A Dfloating-point.json4 "Counter": "0,1,2,3,4,5,6,7",
6 "EventCode": "0xcd",
9 "UMask": "0x2"
13 "Counter": "0,1,2,3,4,5,6,7",
14 "EventCode": "0xc8",
17 "UMask": "0x3"
21 "Counter": "0,1,2,3,4,5,6,7",
23 "EventCode": "0xc8",
26 "UMask": "0x1"
30 "Counter": "0,1,2,3,4,5,6,7",
[all …]
/linux/tools/perf/pmu-events/arch/x86/grandridge/
H A Dfloating-point.json4 "Counter": "0,1,2,3,4,5,6,7",
6 "EventCode": "0xcd",
9 "UMask": "0x2"
13 "Counter": "0,1,2,3,4,5,6,7",
14 "EventCode": "0xc8",
17 "UMask": "0x3"
21 "Counter": "0,1,2,3,4,5,6,7",
23 "EventCode": "0xc8",
26 "UMask": "0x1"
30 "Counter": "0,1,2,3,4,5,6,7",
[all …]
/linux/drivers/char/agp/
H A Dintel-agp.h9 #define INTEL_APSIZE 0xb4
10 #define INTEL_ATTBASE 0xb8
11 #define INTEL_AGPCTRL 0xb0
12 #define INTEL_NBXCFG 0x50
13 #define INTEL_ERRSTS 0x91
16 #define I830_GMCH_CTRL 0x52
17 #define I830_GMCH_ENABLED 0x4
18 #define I830_GMCH_MEM_MASK 0x1
19 #define I830_GMCH_MEM_64M 0x1
20 #define I830_GMCH_MEM_128M 0
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-boe-himax8279d.c59 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios()
60 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios()
61 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios()
67 unsigned int i = 0; in send_mipi_cmds()
70 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds()
74 if (err < 0) in send_mipi_cmds()
78 return 0; in send_mipi_cmds()
87 if (err < 0) { in boe_panel_disable()
92 return 0; in boe_panel_disable()
101 if (err < 0) in boe_panel_unprepare()
[all …]
/linux/drivers/video/fbdev/i810/
H A Di810_dvt.c21 { 25000, 0x0013, 0x0003, 0x40, 0x5F, 0x4F, 0x50, 0x82, 0x51, 0x9D,
22 0x0B, 0x10, 0x40, 0xE9, 0x0B, 0xDF, 0x50, 0xE7, 0x04, 0x02,
23 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22006000,
24 0x22002000, 0x22004000, 0x22006000, 0xC0 },
27 { 28000, 0x0053, 0x0010, 0x40, 0x61, 0x4F, 0x4F, 0x85, 0x52, 0x9A,
28 0xF2, 0x10, 0x40, 0xE0, 0x03, 0xDF, 0x50, 0xDF, 0xF3, 0x01,
29 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22005000,
30 0x22002000, 0x22004000, 0x22005000, 0xC0 },
33 { 31000, 0x0013, 0x0002, 0x40, 0x63, 0x4F, 0x4F, 0x87, 0x52, 0x97,
34 0x06, 0x0F, 0x40, 0xE8, 0x0B, 0xDF, 0x50, 0xDF, 0x07, 0x02,
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Dmemory.json4 "Counter": "0,1,2,3",
5 "EventCode": "0xc8",
10 "UMask": "0x4"
14 "Counter": "0,1,2,3",
15 "EventCode": "0xc8",
19 "UMask": "0x8"
23 "Counter": "0,1,2,3",
24 "EventCode": "0xc8",
28 "UMask": "0x10"
32 "Counter": "0,1,2,3",
[all …]
/linux/sound/drivers/opl4/
H A Dyrw801.c40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect()
43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect()
44 if (buf[0] != 0x01) in snd_yrw801_detect()
46 dev_dbg(opl4->card->dev, "YRW801 ROM version %02x.%02x\n", buf[0], buf[1]); in snd_yrw801_detect()
47 return 0; in snd_yrw801_detect()
58 {0x14, 0x27, {0x12c,7474,100, 0,
[all...]
/linux/drivers/media/dvb-frontends/
H A Dm88ds3103_priv.h23 #define M88RS6000_CHIP_ID 0x74
24 #define M88DS3103_CHIP_ID 0x70
26 #define M88DS3103_CHIPTYPE_3103 0
60 {0x23, 0x07},
61 {0x08, 0x03},
62 {0x0c, 0x02},
63 {0x21, 0x54},
64 {0x25, 0x8a},
65 {0x27, 0x31},
66 {0x30, 0x08},
[all …]
/linux/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst30 AMD Zen, generations 1-4. That is, all families 0x17 and 0x19. Older
118 thread, depending on the microarchitecture (not necessary on fam 0x19)
191 # perf stat -e cpu/event=0xc8,umask=0/k -e cpu/event=0xc9,umask=0/k sleep 10s
196 …nt: ~/kernel/linux/tools/perf> ./perf stat -e cpu/event=0xc8,umask=0/k -e cpu/event=0xc9,umask=0/k…
200 137,167 cpu/event=0xc8,umask=0/k
201 137,173 cpu/event=0xc9,umask=0/k
213 …nt: ~/kernel/linux/tools/perf> ./perf stat -e cpu/event=0xc8,umask=0/k -e cpu/event=0xc9,umask=0/k…
217 201,627 cpu/event=0xc8,umask=0/k
218 4,074 cpu/event=0xc9,umask=0/k
/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Dmemory.json4 "Counter": "0,1,2,3",
5 "EventCode": "0xc8",
9 "UMask": "0x4"
13 "Counter": "0,1,2,3",
14 "EventCode": "0xc8",
17 "UMask": "0x8"
21 "Counter": "0,1,2,3",
22 "EventCode": "0xc8",
25 "UMask": "0x10"
29 "Counter": "0,1,2,3",
[all …]
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst56 The RadioTrack (base) ioport is configurable for 0x30c or 0x20c. Only one
78 0 0 audio mute
79 0 1 volume + (some delay required)
80 1 0 volume - (some delay required)
87 0 No Detect
93 0xff ==> no stereo detected, 0xfd ==> stereo detected.
98 0 Disable path (silence)
105 0 0 "zero" bit phase 1
106 0 1 "zero" bit phase 2
107 1 0 "one" bit phase 1
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Dmemory.json4 "Counter": "0,1,2,3",
5 "EventCode": "0xc8",
10 "UMask": "0x4"
14 "Counter": "0,1,2,3",
15 "EventCode": "0xc8",
19 "UMask": "0x8"
23 "Counter": "0,1,2,3",
24 "EventCode": "0xc8",
28 "UMask": "0x10"
32 "Counter": "0,1,2,3",
[all …]
/linux/fs/nls/
H A 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 …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Dmemory.json4 "Counter": "0,1,2,3",
5 "EventCode": "0xc8",
9 "UMask": "0x4"
13 "Counter": "0,1,2,3",
14 "EventCode": "0xc8",
17 "UMask": "0x8"
21 "Counter": "0,1,2,3",
22 "EventCode": "0xc8",
25 "UMask": "0x10"
29 "Counter": "0,1,2,3",
[all …]
/linux/tools/testing/selftests/bpf/
H A Dip_check_defrag_frags.h10 0x45, 0x0, 0x0, 0x2c, 0x0, 0x1, 0x20, 0x0, 0x40, 0x11,
11 0xac, 0xe8, 0x0, 0x0, 0x0, 0x0, 0xac, 0x10, 0x1, 0xc8,
12 0xbe, 0xee, 0xbe, 0xef, 0x0, 0x3a, 0x0, 0x0, 0x54, 0x48,
13 0x49, 0x53, 0x20, 0x49, 0x53, 0x20, 0x54, 0x48, 0x45, 0x20,
14 0x4f, 0x52, 0x49, 0x47,
17 0x45, 0x0, 0x0, 0x2c, 0x0, 0x1, 0x20, 0x3, 0x40, 0x11,
18 0xac, 0xe5, 0x0, 0x0, 0x0, 0x0, 0xac, 0x10, 0x1, 0xc8,
19 0x49, 0x4e, 0x41, 0x4c, 0x20, 0x4d, 0x45, 0x53, 0x53, 0x41,
20 0x47, 0x45, 0x2c, 0x20, 0x50, 0x4c, 0x45, 0x41, 0x53, 0x45,
21 0x20, 0x52, 0x45, 0x41,
[all …]
/linux/drivers/staging/fbtft/
H A Dfb_hx8357d.h20 #define HX8357D 0xD
21 #define HX8357B 0xB
26 #define HX8357_SETOSC 0xB0
27 #define HX8357_SETPWR1 0xB1
28 #define HX8357B_SETDISPLAY 0xB2
29 #define HX8357_SETRGB 0xB3
30 #define HX8357D_SETCOM 0xB6
32 #define HX8357B_SETDISPMODE 0xB4
33 #define HX8357D_SETCYC 0xB4
34 #define HX8357B_SETOTP 0xB7
[all …]

12345678910>>...33