Home
last modified time | relevance | path

Searched +full:0 +full:xc1 (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/linux-6.14.4/arch/s390/crypto/
Dchacha-s390.S20 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 # endian-neutral
21 .long 1,0,0,0
22 .long 2,0,0,0
23 .long 3,0,0,0
24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap
26 .long 0,1,2,3
27 .long 0x61707865,0x61707865,0x61707865,0x61707865 # smashed sigma
28 .long 0x3320646e,0x3320646e,0x3320646e,0x3320646e
29 .long 0x79622d32,0x79622d32,0x79622d32,0x79622d32
30 .long 0x6b206574,0x6b206574,0x6b206574,0x6b206574
[all …]
/linux-6.14.4/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 …]
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-6.14.4/crypto/
Dtestmgr.h34 * @ksize: Length of @key in bytes (0 if no key)
101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
231 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53"
247 "\x4E\xE0\xAA\xB1\x2D\x7B\x61\xA5\x1F\x52\x7A\x9A\x41\xF6\xC1\x68"
252 "\x00\xA5\xDA\xFC\x53\x41\xFA\xF2\x89\xC4\xB9\x88\xDB\x30\xC1\xCD"
260 "\xC1"
276 "\xD9\x49\x09\x75\xEA\xB7\x74\x14\xFF\x59\xC1\xF7\x69\x2E\x9A\x2E"
299 "\x13\xb4\xc1\xa1\x11\xfc\x40\x2f\x4c\x9d\xdf\x16\x76\x11\x20\x6b",
310 "\xC6\x67\xFF\x1D\x1E\x3C\x1D\xC1\xB5\x5F\x6C\xC0\xB2\x07\x3A\x6D"
327 "\x93\x6C\xCC\x9D\xC1\xB2\xFB\xFD\xAE\x40\x31\xAC\x69\x52\x21\x92"
[all …]
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-6.14.4/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-io.json4 "Counter": "0,1",
5 "EventCode": "0x83",
7 "FCMask": "0x07",
8 "Filter": "ch_mask=0x1f",
12 "PortMask": "0x01",
13 … device attached to the IIO unit which starts its use of the bus using lane 0 of the 16 lanes supp…
15 "UMask": "0x4",
20 "Counter": "0,1",
21 "EventCode": "0x83",
23 "FCMask": "0x07",
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-io.json4 "Counter": "0,1",
5 "EventCode": "0x83",
7 "FCMask": "0x07",
8 "Filter": "ch_mask=0x1f",
12 "PortMask": "0x01",
13 … device attached to the IIO unit which starts its use of the bus using lane 0 of the 16 lanes supp…
15 "UMask": "0x4",
20 "Counter": "0,1",
21 "EventCode": "0x83",
23 "FCMask": "0x07",
[all …]
/linux-6.14.4/lib/crypto/
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()
124 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
129 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef"
148 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
153 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef"
173 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
178 "\xe5\xfb\xc1\x19\x1a\x0a\x52\xef"
196 .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96"
[all …]
Daesgcm.c43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values
60 return 0; in aesgcm_expandkey()
67 while (len > 0) { in aesgcm_ghash()
114 while (len > 0) { in aesgcm_crypt()
234 "\x35\xc1\x7e\x23\x29\xac\xa1\x2e"
256 "\x35\xc1\x7e\x23\x29\xac\xa1\x2e"
289 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25"
317 "\x52\x2d\xc1\xf0\x99\x56\x7d\x07"
339 "\x52\x2d\xc1\xf0\x99\x56\x7d\x07"
365 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25"
[all …]
/linux-6.14.4/arch/arm64/boot/dts/freescale/
Dimx8mq-phanbell.dts21 reg = <0x00000000 0x40000000 0 0x40000000>;
26 #clock-cells = <0>;
42 gpio-fan,speed-map = <0 0>, <8600 1>;
46 pinctrl-0 = <&pinctrl_gpio_fan>;
98 <&A53_0 0 1>; /* Exclude highest OPP */
104 <&A53_0 0 2>; /* Exclude two highest OPPs */
109 cooling-device = <&fan 0 1>;
117 pinctrl-0 = <&pinctrl_i2c1>;
122 reg = <0x4b>;
124 pinctrl-0 = <&pinctrl_pmic>;
[all …]
Dimx8mq-kontron-pitx-imx8m.dts36 #clock-cells = <0>;
42 #clock-cells = <0>;
49 pinctrl-0 = <&pinctrl_reg_usdhc2>;
61 #size-cells = <0>;
63 pinctrl-0 = <&pinctrl_ecspi2 &pinctrl_ecspi2_cs>;
67 tpm@0 {
69 reg = <0>;
76 pinctrl-0 = <&pinctrl_fec1>;
84 #size-cells = <0>;
86 ethphy0: ethernet-phy@0 {
[all …]
Dimx8mq-tqma8mq-mba8mx.dts27 pinctrl-0 = <&pinctrl_usbcon0>;
34 pinctrl-0 = <&pinctrl_regotgvbus>;
66 reg = <0x25>;
71 pinctrl-0 = <&pinctrl_expander>;
79 gpios = <13 0>;
111 <&pcieclk 0>,
174 pinctrl-0 = <&pinctrl_wdog>;
181 fsl,pins = <MX8MQ_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK 0x0000004e>,
182 <MX8MQ_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI 0x0000004e>,
183 <MX8MQ_IOMUXC_ECSPI1_MISO_ECSPI1_MISO 0x0000004e>,
[all …]
Dimx8mq-hummingboard-pulse.dts22 pinctrl-0 = <&pinctrl_usdhc2_vmmc>;
40 pinctrl-0 = <&pinctrl_i2c2>;
46 reg = <0x50>;
48 pinctrl-0 = <&pinctrl_typec>;
83 pinctrl-0 = <&pinctrl_i2c3>;
89 reg = <0x57>;
95 reg = <0x69>;
103 pinctrl-0 = <&pinctrl_uart2>;
111 pinctrl-0 = <&pinctrl_uart3>;
122 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
[all …]
/linux-6.14.4/drivers/media/usb/gspca/gl860/
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-6.14.4/drivers/platform/x86/
Dmsi-ec.c50 .address = 0xef,
51 .offset_start = 0x8a,
52 .offset_end = 0x80,
53 .range_min = 0x8a,
54 .range_max = 0xe4,
57 .address = 0x2e,
58 .block_address = 0x2f,
62 .address = 0xbf,
66 .address = 0x98,
70 .address = 0xf2,
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/grandridge/
Duncore-io.json4 "Counter": "0,1,2,3",
5 "EventCode": "0x01",
8 "PortMask": "0x000",
13 "Counter": "0,1,2,3",
14 "EventCode": "0xC2",
17 "FCMask": "0x07",
19 "PortMask": "0x0FF",
20 "UMask": "0x70ff004",
25 "Counter": "0,1,2,3",
26 "EventCode": "0xC2",
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sierraforest/
Duncore-io.json4 "Counter": "0,1,2,3",
5 "EventCode": "0x01",
8 "PortMask": "0x000",
13 "Counter": "0,1,2,3",
14 "EventCode": "0xC2",
17 "FCMask": "0x07",
19 "PortMask": "0x0FF",
20 "UMask": "0x70ff004",
25 "Counter": "0,1,2,3",
26 "EventCode": "0xC2",
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/graniterapids/
Duncore-io.json4 "Counter": "0,1,2,3",
5 "EventCode": "0x01",
8 "PortMask": "0x000",
13 "Counter": "0,1,2,3",
14 "EventCode": "0xC2",
17 "FCMask": "0x07",
19 "PortMask": "0x0FF",
20 "UMask": "0x70ff004",
25 "Counter": "0,1,2,3",
26 "EventCode": "0xC2",
[all …]
/linux-6.14.4/drivers/media/usb/gspca/
Dspca505.c23 #define IntelPCCameraPro 0
52 .priv = 0},
57 #define SPCA50X_REG_USB 0x02 /* spca505 501 */
59 #define SPCA50X_USB_CTRL 0x00 /* spca505 */
60 #define SPCA50X_CUSB_ENABLE 0x01 /* spca505 */
62 #define SPCA50X_REG_GLOBAL 0x03 /* spca505 */
63 #define SPCA50X_GMISC0_IDSEL 0x01 /* Global control device ID select spca505 */
64 #define SPCA50X_GLOBAL_MISC0 0x00 /* Global control miscellaneous 0 spca505 */
66 #define SPCA50X_GLOBAL_MISC1 0x01 /* 505 */
67 #define SPCA50X_GLOBAL_MISC3 0x03 /* 505 */
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sandybridge/
Dfloating-point.json4 "Counter": "0,1,2,3",
6 "EventCode": "0xCA",
9 "UMask": "0x1e"
13 "Counter": "0,1,2,3",
14 "EventCode": "0xCA",
17 "UMask": "0x10"
21 "Counter": "0,1,2,3",
22 "EventCode": "0xCA",
25 "UMask": "0x8"
29 "Counter": "0,1,2,3",
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/jaketown/
Dfloating-point.json4 "Counter": "0,1,2,3",
6 "EventCode": "0xCA",
9 "UMask": "0x1e"
13 "Counter": "0,1,2,3",
14 "EventCode": "0xCA",
17 "UMask": "0x10"
21 "Counter": "0,1,2,3",
22 "EventCode": "0xCA",
25 "UMask": "0x8"
29 "Counter": "0,1,2,3",
[all …]
/linux-6.14.4/drivers/staging/fbtft/
Dfb_ili9340.c25 write_reg(par, 0xEF, 0x03, 0x80, 0x02); in init_display()
26 write_reg(par, 0xCF, 0x00, 0XC1, 0X30); in init_display()
27 write_reg(par, 0xED, 0x64, 0x03, 0X12, 0X81); in init_display()
28 write_reg(par, 0xE8, 0x85, 0x00, 0x78); in init_display()
29 write_reg(par, 0xCB, 0x39, 0x2C, 0x00, 0x34, 0x02); in init_display()
30 write_reg(par, 0xF7, 0x20); in init_display()
31 write_reg(par, 0xEA, 0x00, 0x00); in init_display()
34 write_reg(par, 0xC0, 0x23); in init_display()
37 write_reg(par, 0xC1, 0x10); in init_display()
40 write_reg(par, 0xC5, 0x3e, 0x28); in init_display()
[all …]
/linux-6.14.4/drivers/isdn/mISDN/
Ddsp_tones.c45 0x80, 0xab, 0x81, 0x6d, 0xfd, 0xdd, 0x5d, 0x9d,
46 0x4d, 0xd1, 0x89, 0x88, 0xd0, 0x4c, 0x9c, 0x5c,
47 0xdc, 0xfc, 0x6c,
48 0x80, 0xab, 0x81, 0x6d, 0xfd, 0xdd, 0x5d, 0x9d,
49 0x4d, 0xd1, 0x89, 0x88, 0xd0, 0x4c, 0x9c, 0x5c,
50 0xdc, 0xfc, 0x6c,
51 0x80, 0xab, 0x81, 0x6d, 0xfd, 0xdd, 0x5d, 0x9d,
52 0x4d, 0xd1, 0x89, 0x88, 0xd0, 0x4c, 0x9c, 0x5c,
53 0xdc, 0xfc, 0x6c,
54 0x80, 0xab, 0x81, 0x6d, 0xfd, 0xdd, 0x5d, 0x9d,
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/ivybridge/
Dfloating-point.json4 "Counter": "0,1,2,3",
6 "EventCode": "0xCA",
10 "UMask": "0x1e"
14 "Counter": "0,1,2,3",
15 "EventCode": "0xCA",
19 "UMask": "0x10"
23 "Counter": "0,1,2,3",
24 "EventCode": "0xCA",
28 "UMask": "0x8"
32 "Counter": "0,1,2,3",
[all …]
/linux-6.14.4/tools/perf/pmu-events/arch/x86/ivytown/
Dfloating-point.json4 "Counter": "0,1,2,3",
6 "EventCode": "0xCA",
10 "UMask": "0x1e"
14 "Counter": "0,1,2,3",
15 "EventCode": "0xCA",
19 "UMask": "0x10"
23 "Counter": "0,1,2,3",
24 "EventCode": "0xCA",
28 "UMask": "0x8"
32 "Counter": "0,1,2,3",
[all …]

12345678910>>...32