/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_seq.h_shipped | 9 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-6.12.1/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 245 "\x00\xA5\xDA\xFC\x53\x41\xFA\xF2\x89\xC4\xB9\x88\xDB\x30\xC1\xCD" 248 "\xD6\x87\x0D\xA2\xC0\x82\xA9\x39\xE3\x7F\xDC\xB8\x2E\xC9\x3E\xDA" 275 "\x1B\x99\xA4\x95\x84\x98\x07\xFE\x39\xF9\x24\x5A\x98\x36\xDA\x3D" 277 "\x00\xB0\x6C\x4F\xDA\xBB\x63\x01\x19\x8D\x26\x5B\xDB\xAE\x94\x23" 291 "\xcc\x5e\xa4\x6c\xc3\x4d\x28\xef\xda\xaf\xec\x14\x92\xfc\xa3\x75" 302 "\x13\xC7\x88\xDA\x70\x6B\x54\xF1\xE8\x27\xDC\xC3\x0F\x99\x6A\xFA" 315 "\x6A\x5E\xB9\x9A\xC7\xC4\x5B\x63\xDA\xA3\x3F\x5E\x92\x7A\x81\x5E" 319 "\x52\x41\xF4\xDA\x7B\xB7\x59\x55\xCA\xD4\x2F\x0F\x3A\xCB\xA4\x0D" [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() 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.12.1/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() 114 while (len > 0) { in aesgcm_crypt() 215 "\x03\x88\xda\xce\x60\xb6\xa3\x92" 223 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 245 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 277 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 292 "\xcc\xda\x27\x10\xac\xad\xe2\x56" 309 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" [all …]
|
D | chacha20poly1305-selftest.c | 31 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 …]
|
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-selftest.c | 16 .private = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, 0x7d, 17 0x3c, 0x16, 0xc1, 0x72, 0x51, 0xb2, 0x66, 0x45, 18 0xdf, 0x4c, 0x2f, 0x87, 0xeb, 0xc0, 0x99, 0x2a, 19 0xb1, 0x77, 0xfb, 0xa5, 0x1d, 0xb9, 0x2c, 0x2a }, 20 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 21 0xd3, 0x5b, 0x61, 0xc2, 0xec, 0xe4, 0x35, 0x37, 22 0x3f, 0x83, 0x43, 0xc8, 0x5b, 0x78, 0x67, 0x4d, 23 0xad, 0xfc, 0x7e, 0x14, 0x6f, 0x88, 0x2b, 0x4f }, 24 .result = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, 0xe1, 25 0x72, 0x8e, 0x3b, 0xf4, 0x80, 0x35, 0x0f, 0x25, [all …]
|
/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx_sds.h | 17 #define FLASH_MANUF_ID_AMD 0x01 18 #define FLASH_MANUF_ID_ST 0x20 19 #define FLASH_MANUF_ID_FUJITSU 0x04 20 #define FLASH_MANUF_ID_MACRONIX 0xC2 21 #define FLASH_MANUF_ID_INTEL 0x89 22 #define FLASH_MANUF_ID_UNKNOWN 0xFF 24 #define FLASH_DEV_ID_AM29LV008BT 0x3E 25 #define FLASH_DEV_ID_AM29LV800DT 0xDA 26 #define FLASH_DEV_ID_STM29W800DT 0xD7 27 #define FLASH_DEV_ID_STM29LV640 0xDE [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | bt856.c | 32 module_param(debug, int, 0); 33 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 38 #define BT856_REG_OFFSET 0xDA 67 (value ? (1 << bit) : 0)); in bt856_setbit() 75 for (i = 0; i < BT856_NR_REG; i += 2) in bt856_dump() 88 bt856_write(encoder, 0xdc, 0x18); in bt856_init() 89 bt856_write(encoder, 0xda, 0); in bt856_init() 90 bt856_write(encoder, 0xde, 0); in bt856_init() 92 bt856_setbit(encoder, 0xdc, 3, 1); in bt856_init() 93 /*bt856_setbit(encoder, 0xdc, 6, 0);*/ in bt856_init() [all …]
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fb_sh1106.c | 38 write_reg(par, 0xAE); in init_display() 41 write_reg(par, 0xD5, 0x80); in init_display() 44 write_reg(par, 0xA8, par->info->var.yres - 1); in init_display() 47 write_reg(par, 0xD3, 0x00); in init_display() 50 write_reg(par, 0x40 | 0x0); in init_display() 54 write_reg(par, 0xA0 | 0x1); in init_display() 58 write_reg(par, 0xC8); in init_display() 63 write_reg(par, 0xDA, 0x12); in init_display() 66 write_reg(par, 0xDA, 0x12); in init_display() 68 /* A[4]=0b, Sequential COM pin configuration */ in init_display() [all …]
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | topro.c | 22 0xff, 0xd8, /* jpeg */ 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 26 0, 28 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e, 29 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28, 30 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25, 31 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33, 32 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44, 33 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57, 34 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71, [all …]
|
D | jpeg.h | 20 0xff, 0xd8, /* jpeg */ 23 0xff, 0xdb, 0x00, 0x84, /* DQT */ 24 0, 26 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e, 27 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28, 28 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25, 29 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33, 30 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44, 31 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57, 32 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71, [all …]
|
/linux-6.12.1/drivers/media/pci/solo6x10/ |
D | solo6x10-jpeg.h | 16 0xff, 0xd8, 0xff, 0xfe, 0x00, 0x0d, 0x42, 0x6c, 17 0x75, 0x65, 0x63, 0x68, 0x65, 0x72, 0x72, 0x79, 18 0x20, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x20, 0x16, 19 0x18, 0x1c, 0x18, 0x14, 0x20, 0x1c, 0x1a, 0x1c, 20 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30, 21 0x2c, 0x2c, 0x30, 0x62, 0x46, 0x4a, 0x3a, 0x50, 22 0x74, 0x66, 0x7a, 0x78, 0x72, 0x66, 0x70, 0x6e, 23 0x80, 0x90, 0xb8, 0x9c, 0x80, 0x88, 0xae, 0x8a, 24 0x6e, 0x70, 0xa0, 0xda, 0xa2, 0xae, 0xbe, 0xc4, 25 0xce, 0xd0, 0xce, 0x7c, 0x9a, 0xe2, 0xf2, 0xe0, [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-magnachip-d53e6ea8966.c | 74 #define MCS_ELVSS_ON 0xb1 75 #define MCS_TEMP_SWIRE 0xb2 76 #define MCS_PASSWORD_0 0xf0 77 #define MCS_PASSWORD_1 0xf1 78 #define MCS_ANALOG_PWR_CTL_0 0xf4 79 #define MCS_ANALOG_PWR_CTL_1 0xf5 80 #define MCS_GTCON_SET 0xf7 81 #define MCS_GATELESS_SIGNAL_SET 0xf8 82 #define MCS_SET_GAMMA 0xf9 91 {0x01, 0x79, 0x78, 0x8d, 0xd9, 0xdf, 0xd5, 0xcb, 0xcf, 0xc5, [all …]
|
/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/platform/chrome/ |
D | cros_ec_i2c.c | 21 * byte 0 0xda (EC_COMMAND_PROTOCOL_3) 26 /* Always 0xda to backward compatible with v2 struct */ 34 * byte 0 result code 69 i2c_msg[0].addr = client->addr; in cros_ec_pkt_xfer_i2c() 70 i2c_msg[0].flags = 0; in cros_ec_pkt_xfer_i2c() 89 i2c_msg[0].len = packet_len; in cros_ec_pkt_xfer_i2c() 90 i2c_msg[0].buf = (char *) out_buf; in cros_ec_pkt_xfer_i2c() 98 if (ret < 0) in cros_ec_pkt_xfer_i2c() 104 if (ret < 0) { in cros_ec_pkt_xfer_i2c() 122 dev_dbg(ec_dev->dev, "command 0x%02x in progress\n", in cros_ec_pkt_xfer_i2c() [all …]
|
/linux-6.12.1/include/media/ |
D | jpeg.h | 7 #define JPEG_MARKER_TEM 0x01 8 #define JPEG_MARKER_SOF0 0xc0 9 #define JPEG_MARKER_DHT 0xc4 10 #define JPEG_MARKER_RST 0xd0 11 #define JPEG_MARKER_SOI 0xd8 12 #define JPEG_MARKER_EOI 0xd9 13 #define JPEG_MARKER_SOS 0xda 14 #define JPEG_MARKER_DQT 0xdb 15 #define JPEG_MARKER_DRI 0xdd 16 #define JPEG_MARKER_DHP 0xde [all …]
|
/linux-6.12.1/fs/nls/ |
D | nls_cp936.c | 17 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 …]
|
D | nls_cp950.c | 17 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,0xFF0C,0x3001,0x3002,0xFF0E,0x2027,0xFF1B,0xFF1A,/* 0x40-0x47 */ 26 0xFF1F,0xFF01,0xFE30,0x2026,0x2025,0xFE50,0xFE51,0xFE52,/* 0x48-0x4F */ [all …]
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | tm.h | 7 * the failure is persistent. PAPR saves 0xff-0xe0 for the hypervisor. 9 #define TM_CAUSE_PERSISTENT 0x01 10 #define TM_CAUSE_KVM_RESCHED 0xe0 /* From PAPR */ 11 #define TM_CAUSE_KVM_FAC_UNAV 0xe2 /* From PAPR */ 12 #define TM_CAUSE_RESCHED 0xde 13 #define TM_CAUSE_TLBI 0xdc 14 #define TM_CAUSE_FAC_UNAV 0xda 15 #define TM_CAUSE_SYSCALL 0xd8 16 #define TM_CAUSE_MISC 0xd6 /* future use */ 17 #define TM_CAUSE_SIGNAL 0xd4 [all …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/drivers/regulator/ |
D | da9211-regulator.h | 12 #define DA9211_REG_PAGE_CON 0x00 15 #define DA9211_REG_STATUS_A 0x50 16 #define DA9211_REG_STATUS_B 0x51 17 #define DA9211_REG_EVENT_A 0x52 18 #define DA9211_REG_EVENT_B 0x53 19 #define DA9211_REG_MASK_A 0x54 20 #define DA9211_REG_MASK_B 0x55 21 #define DA9211_REG_CONTROL_A 0x56 24 #define DA9211_REG_GPIO_0_1 0x58 25 #define DA9211_REG_GPIO_2_3 0x59 [all …]
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | dma.h | 31 #define MAX_DMA_ADDRESS (~0UL) 41 #define DMA_MODE_READ 0x44 /* I/O to memory, no autoinit, increment, single mode */ 42 #define DMA_MODE_WRITE 0x48 /* memory to I/O, no autoinit, increment, single mode */ 43 #define DMA_MODE_CASCADE 0xC0 /* pass thru DREQ->HRQ, DACK<-HLDA only */ 45 #define DMA_AUTOINIT 0x10 48 #define IO_DMA1_BASE 0x00 /* 8 bit slave DMA, channels 0..3 */ 49 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ 52 #define DMA1_CMD_REG 0x08 /* command register (w) */ 53 #define DMA1_STAT_REG 0x08 /* status register (r) */ 54 #define DMA1_REQ_REG 0x09 /* request register (w) */ [all …]
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | apb.h | 11 #define APB_TICK_REGISTER 0xb0 12 #define APB_INT_ACK 0xb8 13 #define APB_PRIMARY_MASTER_RETRY_LIMIT 0xc0 14 #define APB_DMA_ASFR 0xc8 15 #define APB_DMA_AFAR 0xd0 16 #define APB_PIO_TARGET_RETRY_LIMIT 0xd8 17 #define APB_PIO_TARGET_LATENCY_TIMER 0xd9 18 #define APB_DMA_TARGET_RETRY_LIMIT 0xda 19 #define APB_DMA_TARGET_LATENCY_TIMER 0xdb 20 #define APB_SECONDARY_MASTER_RETRY_LIMIT 0xdc [all …]
|