/linux/drivers/scsi/aic7xxx/ |
H A 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 …]
|
H A D | aic79xx_seq.h_shipped | 9 0xff, 0x02, 0x06, 0x78, 10 0x00, 0xea, 0x6e, 0x59, 11 0x01, 0xea, 0x04, 0x30, 12 0xff, 0x04, 0x0c, 0x78, 13 0x19, 0xea, 0x6e, 0x59, 14 0x19, 0xea, 0x04, 0x00, 15 0x33, 0xea, 0x68, 0x59, 16 0x33, 0xea, 0x00, 0x00, 17 0x60, 0x3a, 0x3a, 0x68, 18 0x04, 0x4d, 0x35, 0x78, [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-smegw01.dts | 31 reg = <0x80000000 0x20000000>; 37 pinctrl-0 = <&pinctrl_lte_on>; 49 pinctrl-0 = <&pinctrl_lte_nreset>; 63 pinctrl-0 = <&pinctrl_wifi>; 72 pinctrl-0 = <&pinctrl_rfkill>; 84 pinctrl-0 = <&pinctrl_usbotg1_pwr_gpio>; 95 pinctrl-0 = <&pinctrl_ecspi1>; 99 sram@0 { 101 reg = <0>; 108 pinctrl-0 = <&pinctrl_enet1>; [all …]
|
H A D | imx7-mba7.dtsi | 27 gpios = <&pca9555 0 GPIO_ACTIVE_HIGH>; 43 button-0 { 86 io-channels = <&adc1 0>, <&adc1 1>, <&adc1 2>, <&adc1 3>, 87 <&adc2 0>, <&adc2 1>, <&adc2 2>, <&adc2 3>; 226 pinctrl-0 = <&pinctrl_ecspi1>, <&pinctrl_ecspi1_ss0>; 227 cs-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>, <&gpio4 1 GPIO_ACTIVE_LOW>, 234 pinctrl-0 = <&pinctrl_ecspi2>; 240 pinctrl-0 = <&pinctrl_enet1>; 249 #size-cells = <0>; 251 ethphy1_0: ethernet-phy@0 { [all …]
|
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/arch/arm64/boot/dts/qcom/ |
H A D | sm8150-microsoft-surface-duo.dts | 64 regulators-0 { 368 reg = <0x55>; 373 reg = <0x4a>; 376 pinctrl-0 = <&da7280_intr_default>; 389 0x06 0x08 0x10 0x11 0x12 0x13 0x14 0x15 0x1c 0x2a 390 0x33 0x3c 0x42 0x4b 0x4c 0x4e 0x17 0x19 0x27 0x29 391 0x17 0x19 0x03 0x84 0x5e 0x04 0x08 0x84 0x5d 0x01 392 0x84 0x5e 0x02 0x00 0xa4 0x5d 0x03 0x84 0x5e 0x06 393 0x08 0x84 0x5d 0x05 0x84 0x5d 0x06 0x84 0x5e 0x08 394 0x84 0x5e 0x05 0x8c 0x5e 0x24 0x84 0x5f 0x10 0x84 [all …]
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-samsung-db7430.c | 24 #define DB7430_ACCESS_PROT_OFF 0xb0 25 #define DB7430_UNKNOWN_B4 0xb4 26 #define DB7430_USER_SELECT 0xb5 27 #define DB7430_UNKNOWN_B7 0xb7 28 #define DB7430_UNKNOWN_B8 0xb8 29 #define DB7430_PANEL_DRIVING 0xc0 30 #define DB7430_SOURCE_CONTROL 0xc1 31 #define DB7430_GATE_INTERFACE 0xc4 32 #define DB7430_DISPLAY_H_TIMING 0xc5 33 #define DB7430_RGB_SYNC_OPTION 0xc6 [all …]
|
/linux/crypto/ |
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 | 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 …]
|
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 …]
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-minerva.dts | 36 reg = <0x80000000 0x80000000>; 41 io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>, <&adc0 3>, 49 led-0 { 84 #size-cells = <0>; 90 cs-gpios = <&gpio0 ASPEED_GPIO(Z, 0) GPIO_ACTIVE_LOW>; 92 tpm@0 { 95 reg = <0>; 107 pinctrl-0 = <&pinctrl_wdtrst1_default>; 119 pinctrl-0 = <&pinctrl_rmii4_default>; 132 flash@0 { [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/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/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 …]
|
H A 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/Documentation/devicetree/bindings/spi/ |
H A D | spi-orion.txt | 19 chip-select lines 0 through 7 respectively. 37 #size-cells = <0>; 38 cell-index = <0>; 39 reg = <0x10600 0x28>; 47 #size-cells = <0>; 48 cell-index = <0>; 49 reg = <MBUS_ID(0xf0, 0x01) 0x10600 0x28>, /* control */ 50 <MBUS_ID(0x01, 0x1e) 0 0xffffffff>, /* CS0 */ 51 <MBUS_ID(0x01, 0x5e) 0 0xffffffff>, /* CS1 */ 52 <MBUS_ID(0x01, 0x9e) 0 0xffffffff>, /* CS2 */ [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/drivers/net/ethernet/davicom/ |
H A D | dm9051.h | 14 #define DM9051_ID 0x9051 16 #define DM9051_NCR 0x00 17 #define DM9051_NSR 0x01 18 #define DM9051_TCR 0x02 19 #define DM9051_RCR 0x05 20 #define DM9051_BPTR 0x08 21 #define DM9051_FCR 0x0A 22 #define DM9051_EPCR 0x0B 23 #define DM9051_EPAR 0x0C 24 #define DM9051_EPDRL 0x0D [all …]
|
/linux/drivers/net/wireless/broadcom/b43/ |
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/fs/nls/ |
H A 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/drivers/media/pci/solo6x10/ |
H A 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/drivers/regulator/ |
H A 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/arch/s390/kernel/ |
H A D | ebcdic.c | 22 0x00, 0x01, 0x02, 0x03, 0x37, 0x2D, 0x2E, 0x2F, 25 0x16, 0x05, 0x15, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 27 0x10, 0x11, 0x12, 0x13, 0x3C, 0x3D, 0x32, 0x26, 30 0x18, 0x19, 0x3F, 0x27, 0x22, 0x1D, 0x1E, 0x1F, 32 0x40, 0x5A, 0x7F, 0x7B, 0x5B, 0x6C, 0x50, 0x7D, 34 0x4D, 0x5D, 0x5C, 0x4E, 0x6B, 0x60, 0x4B, 0x61, 35 /*30 0 1 2 3 4 5 6 7 */ 36 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, 38 0xF8, 0xF9, 0x7A, 0x5E, 0x4C, 0x7E, 0x6E, 0x6F, 40 0x7C, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, [all …]
|
/linux/drivers/video/fbdev/via/ |
H A D | share.h | 14 #define BIT0 0x01 15 #define BIT1 0x02 16 #define BIT2 0x04 17 #define BIT3 0x08 18 #define BIT4 0x10 19 #define BIT5 0x20 20 #define BIT6 0x40 21 #define BIT7 0x80 24 #define VIDEO_MEMORY_SIZE_16M 0x1000000 29 #define StdCR 0x19 [all …]
|
/linux/include/linux/mfd/ |
H A D | intel_soc_pmic_bxtwc.h | 12 #define BXTWC_DEVICE1_ADDR 0x4E 13 #define BXTWC_DEVICE2_ADDR 0x4F 14 #define BXTWC_DEVICE3_ADDR 0x5E 17 #define BXTWC_CHIPID 0x4E00 18 #define BXTWC_CHIPVER 0x4E01 20 #define BXTWC_SCHGRIRQ0_ADDR 0x5E1A 21 #define BXTWC_CHGRCTRL0_ADDR 0x5E16 22 #define BXTWC_CHGRCTRL1_ADDR 0x5E17 23 #define BXTWC_CHGRCTRL2_ADDR 0x5E18 24 #define BXTWC_CHGRSTATUS_ADDR 0x5E19 [all …]
|