/linux/tools/testing/selftests/bpf/ |
H A D | ip_check_defrag_frags.h | 10 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/crypto/ |
H A 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 193 "\xAD\xB3\x00\xA0\x28\x5E\x53\x01\x93\x0E\x0C\x70\xFB\x68\x76\x93" 207 "\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9" 224 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53" 239 "\x84\xEE\x6A\x64\x9D\x06\x09\x53\x74\x88\x34\xB2\x45\x45\x98\x39" 241 "\x7F\xE2\x53\x72\x98\xCA\x2A\x8F\x59\x46\xF8\xE5\xFD\x09\x1D\xBD" 245 "\x00\xA5\xDA\xFC\x53\x41\xFA\xF2\x89\xC4\xB9\x88\xDB\x30\xC1\xCD" 261 "\x00\xC9\x7F\xB1\xF0\x27\xF4\x53\xF6\x34\x12\x33\xEA\xAA\xD1\xD9" 278 "\xB3\x80\xF2\x71\xF7\x34\x53\x88\x50\x93\x07\x7F\xCD\x39\xE2\x11" [all …]
|
H A 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/lib/crypto/ |
H A 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() 223 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 225 "\x1c\x3c\x0c\x95\x95\x68\x09\x53" 245 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 247 "\x1c\x3c\x0c\x95\x95\x68\x09\x53" 277 "\x86\xa7\xa9\x53\x15\x34\xf7\xda" 279 "\x1c\x3c\x0c\x95\x95\x68\x09\x53" [all …]
|
H A 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 …]
|
H A 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 …]
|
/linux/drivers/hwmon/ |
H A D | nzxt-kraken3.c | 3 * hwmon driver for NZXT Kraken X53/X63/X73, Z53/Z63/Z73 and 2023/2023 Elite all in one coolers. 4 * X53 and Z53 in code refer to all models in their respective series (shortened for brevity). 22 #define USB_VENDOR_ID_NZXT 0x1e71 23 #define USB_PRODUCT_ID_X53 0x2007 24 #define USB_PRODUCT_ID_X53_SECOND 0x2014 25 #define USB_PRODUCT_ID_Z53 0x3008 26 #define USB_PRODUCT_ID_KRAKEN2023 0x300E 27 #define USB_PRODUCT_ID_KRAKEN2023_ELITE 0x300C 29 enum kinds { X53, Z53, KRAKEN2023 } __packed; enumerator 33 #define STATUS_REPORT_ID 0x75 [all …]
|
/linux/fs/unicode/ |
H A D | utf8data.c_shipped | 8 0, 9 0x10100, 10 0x20000, 11 0x20100, 12 0x30000, 13 0x30100, 14 0x30200, 15 0x40000, 16 0x40100, 17 0x50000, [all …]
|
/linux/drivers/media/tuners/ |
H A D | fc2580_priv.h | 23 {0x00, 0x00}, 24 {0x12, 0x86}, 25 {0x14, 0x5c}, 26 {0x16, 0x3c}, 27 {0x1f, 0xd2}, 28 {0x09, 0xd7}, 29 {0x0b, 0xd5}, 30 {0x0c, 0x32}, 31 {0x0e, 0x43}, 32 {0x21, 0x0a}, [all …]
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2057.c | 17 { 0x0E, 0x20 }, { 0x31, 0x00 }, { 0x32, 0x00 }, { 0x33, 0x00 }, 18 { 0x35, 0x26 }, { 0x3C, 0xff }, { 0x3D, 0xff }, { 0x3E, 0xff }, 19 { 0x3F, 0xff }, { 0x62, 0x33 }, { 0x8A, 0xf0 }, { 0x8B, 0x10 }, 20 { 0x8C, 0xf0 }, { 0x91, 0x3f }, { 0x92, 0x36 }, { 0xA4, 0x8c }, 21 { 0xA8, 0x55 }, { 0xAF, 0x01 }, { 0x10F, 0xf0 }, { 0x110, 0x10 }, 22 { 0x111, 0xf0 }, { 0x116, 0x3f }, { 0x117, 0x36 }, { 0x129, 0x8c }, 23 { 0x12D, 0x55 }, { 0x134, 0x01 }, { 0x15E, 0x00 }, { 0x15F, 0x00 }, 24 { 0x160, 0x00 }, { 0x161, 0x00 }, { 0x162, 0x00 }, { 0x163, 0x00 }, 25 { 0x169, 0x02 }, { 0x16A, 0x00 }, { 0x16B, 0x00 }, { 0x16C, 0x00 }, 26 { 0x1A4, 0x00 }, { 0x1A5, 0x00 }, { 0x1A6, 0x00 }, { 0x1AA, 0x00 }, [all …]
|
H A 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/Documentation/devicetree/bindings/iio/light/ |
H A D | liteon,ltr390.yaml | 11 single package with i2c address of 0x53. 48 #size-cells = <0>; 52 reg = <0x53>;
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9881c.c | 79 ILI9881C_COMMAND_INSTR(0x01, 0x00), 80 ILI9881C_COMMAND_INSTR(0x02, 0x00), 81 ILI9881C_COMMAND_INSTR(0x03, 0x73), 82 ILI9881C_COMMAND_INSTR(0x04, 0x03), 83 ILI9881C_COMMAND_INSTR(0x05, 0x00), 84 ILI9881C_COMMAND_INSTR(0x06, 0x06), 85 ILI9881C_COMMAND_INSTR(0x07, 0x06), 86 ILI9881C_COMMAND_INSTR(0x08, 0x00), 87 ILI9881C_COMMAND_INSTR(0x09, 0x18), 88 ILI9881C_COMMAND_INSTR(0x0a, 0x04), [all …]
|
/linux/net/wireless/certs/ |
H A D | wens.hex | 2 0x30, 0x82, 0x02, 0xa7, 0x30, 0x82, 0x01, 0x8f, 3 0x02, 0x14, 0x61, 0xc0, 0x38, 0x65, 0x1a, 0xab, 4 0xdc, 0xf9, 0x4b, 0xd0, 0xac, 0x7f, 0xf0, 0x6c, 5 0x72, 0x48, 0xdb, 0x18, 0xc6, 0x00, 0x30, 0x0d, 6 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 7 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x0f, 0x31, 8 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x03, 9 0x0c, 0x04, 0x77, 0x65, 0x6e, 0x73, 0x30, 0x20, 10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31, 11 0x30, 0x37, 0x34, 0x31, 0x31, 0x34, 0x5a, 0x18, [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
H A 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/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 37 .reserved = { 0 }, 55 { V4L2_DV_BT_CEA_720X480P59_94, 0x4a, 0x00 }, 56 { V4L2_DV_BT_CEA_720X576P50, 0x4b, 0x00 }, 57 { V4L2_DV_BT_CEA_1280X720P60, 0x53, 0x00 }, 58 { V4L2_DV_BT_CEA_1280X720P50, 0x53, 0x01 }, 59 { V4L2_DV_BT_CEA_1280X720P30, 0x53, 0x02 }, 60 { V4L2_DV_BT_CEA_1280X720P25, 0x53, 0x03 }, 61 { V4L2_DV_BT_CEA_1280X720P24, 0x53, 0x04 }, 62 { V4L2_DV_BT_CEA_1920X1080P60, 0x5e, 0x00 }, 63 { V4L2_DV_BT_CEA_1920X1080P50, 0x5e, 0x01 }, [all …]
|
/linux/drivers/ata/ |
H A D | pata_ali.c | 42 MODULE_PARM_DESC(atapi_dma, "Enable ATAPI DMA (0=disable, 1=enable)"); 71 if (pdev->subsystem_vendor == 0x10CF && pdev->subsystem_device == 0x10AF) in ali_cable_override() 74 if (pdev->subsystem_vendor == 0x1071 && pdev->subsystem_device == 0x8317) in ali_cable_override() 79 return 0; in ali_cable_override() 100 /* Host view cable detect 0x4A bit 0 primary bit 1 secondary in ali_c2_cable_detect() 102 pci_read_config_byte(pdev, 0x4A, &ata66); in ali_c2_cable_detect() 134 * @on: 0 for off 1 for on 144 int pio_fifo = 0x54 + ap->port_no; in ali_fifo_control() 148 /* ATA - FIFO on set nibble to 0x05, ATAPI - FIFO off, set nibble to in ali_fifo_control() 149 0x00. Not all the docs agree but the behaviour we now use is the in ali_fifo_control() [all …]
|
/linux/fs/xfs/ |
H A 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/drivers/media/usb/gspca/ |
H A D | spca505.c | 23 #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/drivers/media/dvb-frontends/ |
H A D | z0194a.h | 15 u8 aclk = 0; in sharp_z0194a_set_symbol_rate() 16 u8 bclk = 0; in sharp_z0194a_set_symbol_rate() 19 aclk = 0xb7; bclk = 0x47; } in sharp_z0194a_set_symbol_rate() 21 aclk = 0xb7; bclk = 0x4b; } in sharp_z0194a_set_symbol_rate() 23 aclk = 0xb7; bclk = 0x4f; } in sharp_z0194a_set_symbol_rate() 25 aclk = 0xb7; bclk = 0x53; } in sharp_z0194a_set_symbol_rate() 27 aclk = 0xb6; bclk = 0x53; } in sharp_z0194a_set_symbol_rate() 29 aclk = 0xb4; bclk = 0x51; } in sharp_z0194a_set_symbol_rate() 31 stv0299_writereg(fe, 0x13, aclk); in sharp_z0194a_set_symbol_rate() 32 stv0299_writereg(fe, 0x14, bclk); in sharp_z0194a_set_symbol_rate() [all …]
|
H A D | bsbe1.h | 12 0x01, 0x15, /* XTAL = 4MHz, VCO = 352 MHz */ 13 0x02, 0x30, /* MCLK = 88 MHz */ 14 0x03, 0x00, /* ACR output 0 */ 15 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */ 16 0x05, 0x05, /* I2CT = 0, SCLT = 1, SDAT = 1 */ 17 0x06, 0x00, /* DAC output 0 */ 18 0x08, 0x40, /* DiSEqC off, LNB power on OP2/LOCK pin on */ 19 0x09, 0x00, /* FIFO */ 20 0x0c, 0x51, /* OP1/OP0 normal, val = 1 (LNB power on) */ 21 0x0d, 0x82, /* DC offset compensation = on, beta_agc1 = 2 */ [all …]
|
H A D | m88ds3103_priv.h | 23 #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/tools/include/linux/ |
H A D | arm-smccc.h | 18 #define ARM_SMCCC_STD_CALL _AC(0,U) 22 #define ARM_SMCCC_SMC_32 0 26 #define ARM_SMCCC_OWNER_MASK 0x3F 29 #define ARM_SMCCC_FUNC_MASK 0xFFFF 45 #define ARM_SMCCC_OWNER_ARCH 0 57 #define ARM_SMCCC_FUNC_QUERY_CALL_UID 0xff01 59 #define ARM_SMCCC_QUIRK_NONE 0 62 #define ARM_SMCCC_VERSION_1_0 0x10000 63 #define ARM_SMCCC_VERSION_1_1 0x10001 64 #define ARM_SMCCC_VERSION_1_2 0x10002 [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A 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/lib/ |
H A D | crc32test.c | 15 * There are various incantations of crc32(). Some use a seed of 0 or ~0. 16 * Some xor at the end with ~0. The generic crc32() function takes 19 * drivers/net/smc9194.c uses seed ~0, doesn't xor with ~0. 20 * fs/jffs2 uses seed 0, doesn't xor with ~0. 21 * fs/partitions/efi.c uses seed ~0, xor's with ~0. 36 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 37 0xc7, 0x69, 0xd7, 0x30, 0x92, 0xde, 0x59, 0xe4, 38 0xc9, 0x6e, 0x8b, 0xdb, 0x98, 0x6b, 0xaa, 0x60, 39 0xa8, 0xb5, 0xbc, 0x6c, 0xa9, 0xb1, 0x5b, 0x2c, 40 0xea, 0xb4, 0x92, 0x6a, 0x3f, 0x79, 0x91, 0xe4, [all …]
|