/Linux-v6.6/tools/perf/arch/x86/tests/ |
D | insn-x86-dat-64.c | 8 {{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 …]
|
D | insn-x86-dat-32.c | 8 {{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-v6.6/crypto/ |
D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 273 "\x61\xAD\xBD\x3A\x8A\x7E\x99\x1C\x5C\x05\x56\xA9\x4C\x31\x46\xA7" 280 "\x9E\x2E\x0F\x96\x56\xE6\x98\xEA\x36\x66\xED\xFB\x25\x79\x80\x39" 309 "\x59\x9F\x45\xE8\x5D\x1A\x45\x76\x04\x56\x05\xA1\xD0\x1B\x8C\x77" 340 "\xC9\x9B\x52\x34\x30\x1D\xCF\xFE\xCF\x3C\x56\x68\x6E\xEF\xE7\x6C" 343 "\xAF\xE2\x75\x36\x04\xAC\x56\xA0\xAB\x52\xDE\xCE\xDD\x2C\x28\x77" 347 "\x40\x96\x2F\xE5\x87\xEA\xF3\xA5\x77\x11\x67\x3C\x8D\x56\x08\xA7" 362 "\x56\xF4\xF3\xF8\x27\x0A\x7B\x42\x0D\x92\x70\x47\xE7\x42\x51\xA9" 378 "\xB1\x04\x5A\xC4\x6D\x56\x1C\xD9\x64\xE7\x85\x7F\x88\x91\xC9\x60" [all …]
|
D | dh.c | 27 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, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 132 val = mpi_alloc(0); in dh_is_pubkey_valid() 159 if (ret != 0) in dh_is_pubkey_valid() [all …]
|
/Linux-v6.6/drivers/mfd/ |
D | aat2870-core.c | 23 { 0, 1, 0x00 }, /* 0x00 AAT2870_BL_CH_EN */ 24 { 0, 1, 0x16 }, /* 0x01 AAT2870_BLM */ 25 { 0, 1, 0x16 }, /* 0x02 AAT2870_BLS */ 26 { 0, 1, 0x56 }, /* 0x03 AAT2870_BL1 */ 27 { 0, 1, 0x56 }, /* 0x04 AAT2870_BL2 */ 28 { 0, 1, 0x56 }, /* 0x05 AAT2870_BL3 */ 29 { 0, 1, 0x56 }, /* 0x06 AAT2870_BL4 */ 30 { 0, 1, 0x56 }, /* 0x07 AAT2870_BL5 */ 31 { 0, 1, 0x56 }, /* 0x08 AAT2870_BL6 */ 32 { 0, 1, 0x56 }, /* 0x09 AAT2870_BL7 */ [all …]
|
/Linux-v6.6/lib/crypto/ |
D | aesgcm.c | 43 * 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() 101 while (len > 0) { in aesgcm_crypt() 279 "\xcc\xda\x27\x10\xac\xad\xe2\x56" 304 "\x52\x2d\xc1\xf0\x99\x56\x7d\x07" 309 "\xa7\xb0\x8b\x10\x56\x82\x88\x38" 326 "\x52\x2d\xc1\xf0\x99\x56\x7d\x07" 331 "\xa7\xb0\x8b\x10\x56\x82\x88\x38" 389 "\x56\x4d\x00\xc2\x3b\x1f\xc8\xb9" [all …]
|
D | blake2s-selftest.c | 28 * 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 …]
|
D | curve25519-fiat32.c | 18 * entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 41 h[0] = a0&((1<<26)-1); /* 26 used, 32-26 left. 26 */ in fe_frombytes_impl() 104 t = -!!t; /* all set if nonzero, 0 if 0 */ in cmovznz32() 119 { const u32 x2 = in1[0]; in fe_freeze() 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() 121 { u32 x23; u8/*bool*/ x24 = subborrow_u25(x21, x4, 0x1ffffff, &x23); in fe_freeze() 122 { u32 x26; u8/*bool*/ x27 = subborrow_u26(x24, x6, 0x3ffffff, &x26); in fe_freeze() 123 { u32 x29; u8/*bool*/ x30 = subborrow_u25(x27, x8, 0x1ffffff, &x29); in fe_freeze() 124 { u32 x32; u8/*bool*/ x33 = subborrow_u26(x30, x10, 0x3ffffff, &x32); in fe_freeze() 125 { u32 x35; u8/*bool*/ x36 = subborrow_u25(x33, x12, 0x1ffffff, &x35); in fe_freeze() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/leds/ |
D | leds-el15203000.txt | 9 Vending area LED encoded with symbol 'V' (hex code 0x56). 13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern. 15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and 26 - #size-cells : must be 0 42 led-controller@0 { 44 reg = <0>; 47 #size-cells = <0>; 51 reg = <0x50>; 58 reg = <0x53>; 65 reg = <0x56>;
|
/Linux-v6.6/net/wireless/certs/ |
D | sforshee.hex | 2 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 …]
|
/Linux-v6.6/crypto/asymmetric_keys/ |
D | selftest.c | 85 "\x68\xe6\xe4\x7b\xd0\x28\xf7\x6d\xe7\x3f\x50\xfc\x91\x7c\x91\x56" 108 "\xad\x5a\xf5\xb3\xdb\x69\x21\x04\xfd\xd3\x1c\xdf\x94\x9d\x56\xb0" 110 "\x02\xfc\x9e\x5f\x56\x42\x39\x05\xb3" 145 "\xb5\x56\x4f\xef\xf4\x72\x07\x58\x65\xa9\xeb\x1f\x75\x1c\x5f\x0c" 151 "\xcb\xa4\xfa\x77\xbb\x50\x24\x0b\x8b\x88\x99\x15\x56\xa9\x1e\x92" 198 if (ret < 0) in fips_signature_selftest() 201 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest() 212 if (ret < 0) in fips_signature_selftest() 216 if (ret < 0) in fips_signature_selftest() 223 return 0; in fips_signature_selftest()
|
/Linux-v6.6/drivers/video/fbdev/sis/ |
D | initextlfb.c | 40 unsigned short ModeIdIndex = 0, ClockIndex = 0; in sisfb_mode_rate_to_dclock() 41 unsigned short RRTI = 0; in sisfb_mode_rate_to_dclock() 46 if(rateindex > 0) rateindex--; in sisfb_mode_rate_to_dclock() 50 case 0x5a: ModeNo = 0x50; break; in sisfb_mode_rate_to_dclock() 51 case 0x5b: ModeNo = 0x56; in sisfb_mode_rate_to_dclock() 85 unsigned short ModeIdIndex = 0, index = 0, RRTI = 0; in sisfb_mode_rate_to_ddata() 88 if(!SiSInitPtr(SiS_Pr)) return 0; in sisfb_mode_rate_to_ddata() 90 if(rateindex > 0) rateindex--; in sisfb_mode_rate_to_ddata() 94 case 0x5a: ModeNo = 0x50; break; in sisfb_mode_rate_to_ddata() 95 case 0x5b: ModeNo = 0x56; in sisfb_mode_rate_to_ddata() [all …]
|
/Linux-v6.6/arch/m68k/68000/ |
D | screen.h | 6 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/Linux-v6.6/drivers/media/usb/gspca/ |
D | nw80x.c | 159 * - 3rd byte: data length (=0 for end of sequence) 162 #define I2C0 0xff 165 0x04, 0x05, 0x01, 0x61, 166 0x04, 0x04, 0x01, 0x01, 167 0x04, 0x06, 0x01, 0x04, 168 0x04, 0x04, 0x03, 0x00, 0x00, 0x00, 169 0x05, 0x05, 0x01, 0x00, 170 0, 0, 0 173 0x04, 0x06, 0x01, 0xc0, 174 0x00, 0x00, 0x40, 0x10, 0x43, 0x00, 0xb4, 0x01, 0x10, 0x00, 0x4f, [all …]
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx1-pinfunc.h | 15 * function: 0 - Primary function 18 * direction: 0 - Input 20 * gpio_oconf: 0 - A_IN 24 * gpio_iconfa/b: 0 - GPIO_IN 26 * 2 - 0 29 * 'pin' is an integer between 0 and 0xbf. i.MX1 has 4 ports with 32 31 * the pin number on the specific port (between 0 and 31). 34 #define MX1_PAD_A24__A24 0x00 0x004 35 #define MX1_PAD_A24__GPIO1_0 0x00 0x032 36 #define MX1_PAD_A24__SPI2_CLK 0x00 0x006 [all …]
|
/Linux-v6.6/lib/ |
D | crc7.c | 18 0x00, 0x12, 0x24, 0x36, 0x48, 0x5a, 0x6c, 0x7e, 19 0x90, 0x82, 0xb4, 0xa6, 0xd8, 0xca, 0xfc, 0xee, 20 0x32, 0x20, 0x16, 0x04, 0x7a, 0x68, 0x5e, 0x4c, 21 0xa2, 0xb0, 0x86, 0x94, 0xea, 0xf8, 0xce, 0xdc, 22 0x64, 0x76, 0x40, 0x52, 0x2c, 0x3e, 0x08, 0x1a, 23 0xf4, 0xe6, 0xd0, 0xc2, 0xbc, 0xae, 0x98, 0x8a, 24 0x56, 0x44, 0x72, 0x60, 0x1e, 0x0c, 0x3a, 0x28, 25 0xc6, 0xd4, 0xe2, 0xf0, 0x8e, 0x9c, 0xaa, 0xb8, 26 0xc8, 0xda, 0xec, 0xfe, 0x80, 0x92, 0xa4, 0xb6, 27 0x58, 0x4a, 0x7c, 0x6e, 0x10, 0x02, 0x34, 0x26, [all …]
|
/Linux-v6.6/drivers/usb/storage/ |
D | option_ms.c | 19 #define ZCD_FORCE_MODEM 0x01 20 #define ZCD_ALLOW_MS 0x02 32 0x55, 0x53, 0x42, 0x43, 0x78, 0x56, 0x34, 0x12, in option_rezero() 33 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x06, 0x01, in option_rezero() 34 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in option_rezero() 35 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 in option_rezero() 78 0x55, 0x53, 0x42, 0x43, 0x12, 0x34, 0x56, 0x78, in option_inquiry() 79 0x24, 0x00, 0x00, 0x00, 0x80, 0x00, 0x06, 0x12, in option_inquiry() 80 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x00, in option_inquiry() 81 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 in option_inquiry() [all …]
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | gt200.c | 28 { 0x407008, (const struct nvkm_specmux[]) { 29 { 0xf, 0, "sel0", true }, 30 { 0x1f, 16, "sel1", true }, 38 { 0x408750, (const struct nvkm_specmux[]) { 39 { 0x3f, 0, "sel", true }, 47 { 0x408508, (const struct nvkm_specmux[]) { 48 { 0xfffff, 0, "unk0" }, 56 { 0x20, (const struct nvkm_specsig[]) { 59 { 0xf0, (const struct nvkm_specsig[]) { 60 { 0xc9, "pc01_gr_idle" }, [all …]
|
/Linux-v6.6/Documentation/misc-devices/ |
D | eeprom.rst | 11 Addresses scanned: I2C 0x50 - 0x57 28 24C01 1K 0x50 (shadows at 0x51 - 0x57) 29 24C01A 1K 0x50 - 0x57 (Typical device on DIMMs) 30 24C02 2K 0x50 - 0x57 31 24C04 4K 0x50, 0x52, 0x54, 0x56 32 (additional data at 0x51, 0x53, 0x55, 0x57) 33 24C08 8K 0x50, 0x54 (additional data at 0x51, 0x52, 34 0x53, 0x55, 0x56, 0x57) 35 24C16 16K 0x50 (additional data at 0x51 - 0x57) 36 Sony 2K 0x57 [all …]
|
/Linux-v6.6/drivers/phy/hisilicon/ |
D | phy-hix5hd2-sata.c | 16 #define SATA_PHY0_CTLL 0xa0 18 #define MPLL_MULTIPLIER_MASK 0xfe 19 #define MPLL_MULTIPLIER_50M 0x3c 20 #define MPLL_MULTIPLIER_100M 0x1e 21 #define PHY_RESET BIT(0) 26 #define SATA_PORT_PHYCTL 0x174 27 #define SPEED_MODE_MASK 0x6f0000 33 #define SATA_PORT_PHYCTL1 0x148 34 #define AMPLITUDE_MASK 0x3ffffe 35 #define AMPLITUDE_GEN3 0x68 [all …]
|
/Linux-v6.6/drivers/net/wireless/broadcom/b43/ |
D | radio_2056.h | 9 #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-v6.6/sound/pci/ice1712/ |
D | wtm.h | 7 #define VT1724_SUBDEVICE_WTM 0x36495345 /* WT192M ver1.0 */ 13 #define AK4114_ADDR 0x20 /*S/PDIF receiver*/ 14 #define STAC9460_I2C_ADDR 0x54 /* ADC*2 | DAC*6 */ 15 #define STAC9460_2_I2C_ADDR 0x56 /* ADC|DAC *2 */
|
/Linux-v6.6/arch/arm/include/asm/ |
D | therm.h | 10 #define CMD_SET_THERMOSTATE 0x53 11 #define CMD_GET_THERMOSTATE 0x54 12 #define CMD_GET_STATUS 0x56 13 #define CMD_GET_TEMPERATURE 0x57 14 #define CMD_SET_THERMOSTATE2 0x58 15 #define CMD_GET_THERMOSTATE2 0x59 16 #define CMD_GET_TEMPERATURE2 0x5a 17 #define CMD_GET_FAN 0x5b 18 #define CMD_SET_FAN 0x5c 20 #define FAN_OFF 0
|
/Linux-v6.6/fs/nls/ |
D | nls_ascii.c | 17 /* 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-v6.6/fs/xfs/ |
D | xfs_dahash_test.c | 20 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 …]
|