/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-nitrogen7.dts | 16 reg = <0x80000000 0x40000000>; 22 pinctrl-0 = <&pinctrl_backlight_j9>; 29 pwms = <&pwm1 0 5000000 0>; 30 brightness-levels = <0 4 8 16 32 64 128 255>; 117 assigned-clock-rates = <0>, <32768>; 130 pinctrl-0 = <&pinctrl_enet1>; 134 assigned-clock-rates = <0>, <100000000>; 142 #size-cells = <0>; 152 pinctrl-0 = <&pinctrl_flexcan2>; 159 pinctrl-0 = <&pinctrl_i2c1>; [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-ts5500.c | 96 TS5500_DIO_IN_OUT(vaddr, vbitfrom + 0, caddr, cbit), \ 107 * 0x7b 0 0x7a 0 x x DIO1_0 1 0 108 * 0x7b 1 0x7a 0 x x DIO1_1 3 1 109 * 0x7b 2 0x7a 0 x x DIO1_2 5 2 110 * 0x7b 3 0x7a 0 x x DIO1_3 7 3 111 * 0x7b 4 0x7a 1 x x DIO1_4 9 4 112 * 0x7b 5 0x7a 1 x x DIO1_5 11 5 113 * 0x7b 6 0x7a 1 x x DIO1_6 13 6 114 * 0x7b 7 0x7a 1 x x DIO1_7 15 7 115 * 0x7c 0 0x7a 5 x x DIO1_8 4 8 [all …]
|
/openbmc/pldm/fw-update/test/ |
H A D | package_parser_test.cpp | 13 0xF0, 0x18, 0x87, 0x8C, 0xCB, 0x7D, 0x49, 0x43, 0x98, 0x00, 0xA0, 0x2F, in TEST() 14 0x05, 0x9A, 0xCA, 0x02, 0x01, 0x8B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in TEST() 15 0x00, 0x00, 0x00, 0x19, 0x0C, 0xE5, 0x07, 0x00, 0x08, 0x00, 0x01, 0x0E, in TEST() 16 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x53, 0x74, 0x72, 0x69, 0x6E, in TEST() 17 0x67, 0x31, 0x01, 0x2E, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x01, 0x0E, in TEST() 18 0x00, 0x00, 0x01, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x53, 0x74, in TEST() 19 0x72, 0x69, 0x6E, 0x67, 0x32, 0x02, 0x00, 0x10, 0x00, 0x16, 0x20, 0x23, in TEST() 20 0xC9, 0x3E, 0xC5, 0x41, 0x15, 0x95, 0xF4, 0x48, 0x70, 0x1D, 0x49, 0xD6, in TEST() 21 0x75, 0x01, 0x00, 0x0A, 0x00, 0x64, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, in TEST() 22 0x00, 0x00, 0x00, 0x8B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x01, in TEST() [all …]
|
H A D | inventory_manager_test.cpp | 40 0x00, 0x00, 0x00, 0x00, 0x2b, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, in TEST_F() 41 0x04, 0x00, 0x0a, 0x0b, 0x0c, 0x0d, 0x02, 0x00, 0x10, 0x00, 0x12, in TEST_F() 42 0x44, 0xd2, 0x64, 0x8d, 0x7d, 0x47, 0x18, 0xa0, 0x30, 0xfc, 0x8a, in TEST_F() 43 0x56, 0x58, 0x7d, 0x5b, 0xFF, 0xFF, 0x0B, 0x00, 0x01, 0x07, 0x4f, in TEST_F() 44 0x70, 0x65, 0x6e, 0x42, 0x4d, 0x43, 0x01, 0x02}; in TEST_F() 51 {0x01, in TEST_F() 53 std::vector<uint8_t>{0x0a, 0x0b, 0x0c, 0xd}}, in TEST_F() 55 std::vector<uint8_t>{0x12, 0x44, 0xd2, 0x64, 0x8d, 0x7d, 0x47, 0x18, in TEST_F() 56 0xa0, 0x30, 0xfc, 0x8a, 0x56, 0x58, 0x7d, in TEST_F() 57 0x5b}}, in TEST_F() [all …]
|
/openbmc/libmctp/tests/ |
H A D | test_serial.c | 38 assert(rc >= 0); in mctp_binding_serial_pipe_tx() 87 * Adding data bytes (0x7e & 0x7d) for testing FCS calculation while the in main() 90 * Refer to DSP0253 chapter 7, data byte 0x7e / 0x7d should be replaced in main() 91 * to escape sequence 0x7d 0x5e / 0x7d 0x5d. in main() 93 * For sender, FCS calculation should count data byte (0x7e / 0x7d) only, in main() 98 * `serial: invalid fcs : 0xf5c1, expect 0x1d3e` will be observed. in main() 100 memset(&mctp_msg_src[0], 0x7e, 1); in main() 101 memset(&mctp_msg_src[1], 0x7d, 1); in main() 102 memset(&mctp_msg_src[2], 0x5a, MCTP_BTU - 2); in main() 103 memset(&mctp_msg_src[MCTP_BTU], 0xa5, MCTP_BTU); in main() [all …]
|
/openbmc/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 223 "\x7d\x24\xec\x83\xc3\x15\xe4\x7f\x73\x05\x34\xd1\xec\x22\xbb\x8a" 224 "\x5e\x32\x39\x6d\xc1\x1d\x7d\x50\x3b\x9f\x7a\xad\xf0\x2e\x25\x53" 290 "\x54\x34\xd1\xc4\x83\x09\xdf\x0f\x91\x5f\x7d\x91\x70\x2f\xd4\x13" 323 "\x65\x79\x97\x0D\x24\xF4\xF0\x67\x6E\x75\x2D\xBF\x10\x3D\xA8\x7D" 325 "\x98\x42\xF0\x02\x00\x25\x38\xC5\x85\x69\x8A\x7D\x2F\x95\x6C\x43" 329 "\x2F\x8A\xCA\xBC\x5E\xF0\x77\xE4\x97\x98\x97\xC7\x10\x91\x7D\x2A" 400 "\x7d\x3d\xb5\xb9\x56\x41\x15\x67\x0f\x94\x3c\x93\x65\x27\xe0\x21" 442 "\x7d\x3d\xb5\xb9\x56\x41\x15\x67\x0f\x94\x3c\x93\x65\x27\xe0\x21" [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() 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 …]
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | mscc.c | 18 #define PHY_ID_VSC8530 0x00070560 19 #define PHY_ID_VSC8531 0x00070570 20 #define PHY_ID_VSC8540 0x00070760 21 #define PHY_ID_VSC8541 0x00070770 22 #define PHY_ID_VSC8574 0x000704a0 23 #define PHY_ID_VSC8584 0x000707c0 27 #define MSCC_PHY_PAGE_STD 0x0000 /* Standard registers */ 28 #define MSCC_PHY_PAGE_EXT1 0x0001 /* Extended registers - page 1 */ 29 #define MSCC_PHY_PAGE_EXT2 0x0002 /* Extended registers - page 2 */ 30 #define MSCC_PHY_PAGE_EXT3 0x0003 /* Extended registers - page 3 */ [all …]
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/net/wireless/certs/ |
H A 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 …]
|
/openbmc/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 | bsru6.h | 12 0x01, 0x15, 13 0x02, 0x30, 14 0x03, 0x00, 15 0x04, 0x7d, /* F22FR = 0x7d, F22 = f_VCO / 128 / 0x7d = 22 kHz */ 16 0x05, 0x35, /* I2CT = 0, SCLT = 1, SDAT = 1 */ 17 0x06, 0x40, /* DAC not used, set to high impendance mode */ 18 0x07, 0x00, /* DAC LSB */ 19 0x08, 0x40, /* DiSEqC off, LNB power on OP2/LOCK pin on */ 20 0x09, 0x00, /* FIFO */ 21 0x0c, 0x51, /* OP1 ctl = Normal, OP1 val = 1 (LNB Power ON) */ [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd_shas.c | 3 { 0x8001227, { 4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b, 5 0x1a,0x5f,0x1d,0x83,0xa1,0x6c,0xc4,0x46, 6 0xe2,0x6c,0xda,0x73,0xfb,0x2d,0x23,0xa8, 7 0x77,0xdc,0x15,0x31,0x33,0x4a,0x46,0x18, 10 { 0x8001250, { 11 0xc0,0x0b,0x6b,0x19,0xfd,0x5c,0x39,0x60, 12 0xd5,0xc3,0x57,0x46,0x54,0xe4,0xd1,0xaa, 13 0xa8,0xf7,0x1f,0xa8,0x6a,0x60,0x3e,0xe3, 14 0x27,0x39,0x8e,0x53,0x30,0xf8,0x49,0x19, [all …]
|
/openbmc/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() 101 while (len > 0) { in aesgcm_crypt() 223 "\x7d\x8f\x6a\x5a\xac\x84\xaa\x05" 245 "\x7d\x8f\x6a\x5a\xac\x84\xaa\x05" 276 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25" 304 "\x52\x2d\xc1\xf0\x99\x56\x7d\x07" 305 "\xf4\x7f\x37\xa3\x2a\x84\x42\x7d" 326 "\x52\x2d\xc1\xf0\x99\x56\x7d\x07" [all …]
|
/openbmc/u-boot/lib/tizen/ |
H A D | tizen_logo_16bpp_gzip.h | 12 0x1f,0x8b,0x08,0x08,0xd9,0x76,0x29,0x53,0x00,0x03,0x74,0x69,0x7a,0x65,0x6e,0x5f, 13 0x6c,0x6f,0x67,0x6f,0x2e,0x62,0x6d,0x70,0x00,0xed,0x9d,0x6f,0x6c,0x1b,0x67,0x7e, 14 0xe7,0xa9,0x4d,0x80,0x65,0xbb,0x2e,0x56,0xb1,0xd8,0x25,0xcf,0x0a,0x70,0x52,0xa4, 15 0x2d,0xc2,0x5a,0x39,0x58,0x35,0xf7,0x42,0x35,0x7a,0x63,0xd5,0x6a,0x1b,0x9d,0x5c, 16 0xd4,0x0a,0x85,0xca,0xde,0x35,0x70,0x1b,0xc7,0x29,0xbc,0xaa,0xbb,0x50,0x14,0x0a, 17 0xd6,0x79,0xdf,0x9c,0x2b,0x07,0x88,0xa1,0xb8,0x88,0x4a,0x11,0x2b,0x83,0x7a,0x71, 18 0xc9,0xd2,0x6e,0x1d,0x4c,0x76,0xa1,0x60,0x28,0x44,0xc5,0xe8,0x8d,0x6b,0xba,0xbd, 19 0x14,0xca,0x56,0xba,0x0e,0x51,0x05,0x70,0x0b,0x24,0xa8,0x83,0x7a,0xef,0x5c,0x54, 20 0x77,0x61,0x6a,0xbf,0xb9,0x79,0xe6,0x99,0xe7,0x79,0x7e,0xf3,0x87,0x9c,0x67,0x86, 21 0xc3,0x7f,0xca,0xf3,0x7d,0x30,0x1a,0x92,0xe2,0x9f,0x21,0x39,0x1f,0x7e,0x7f,0xcf, [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-raydium-rm68200.c | 22 #define MCS_CMD_MODE_SW 0xFE /* CMD Mode Switch */ 23 #define MCS_CMD1_UCS 0x00 /* User Command Set (UCS = CMD1) */ 24 #define MCS_CMD2_P0 0x01 /* Manufacture Command Set Page0 (CMD2 P0) */ 25 #define MCS_CMD2_P1 0x02 /* Manufacture Command Set Page1 (CMD2 P1) */ 26 #define MCS_CMD2_P2 0x03 /* Manufacture Command Set Page2 (CMD2 P2) */ 27 #define MCS_CMD2_P3 0x04 /* Manufacture Command Set Page3 (CMD2 P3) */ 30 #define MCS_STBCTR 0x12 /* TE1 Output Setting Zig-Zag Connection */ 31 #define MCS_SGOPCTR 0x16 /* Source Bias Current */ 32 #define MCS_SDCTR 0x1A /* Source Output Delay Time */ 33 #define MCS_INVCTR 0x1B /* Inversion Type */ [all …]
|
/openbmc/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 …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | slot-hsc-fault | 10 while [ "$decimal" -gt 0 ]; do 18 hex="0$hex" 21 echo "0x${hex:-0}" 28 mfr_id=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x99 r4) 29 local vendor="0x41 0x44 0x49" 47 # Read STATUS_VOUT (0x7A) if adi type 49 STATUS_VOUT=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7A r1) 50 local description="(0x7A) STATUS_VOUT" 57 # Read STATUS_WORD (0x79) 58 read -r LOW_BYTE HIGH_BYTE <<< "$(i2ctransfer -f -y "$bus" w1@"$addr" 0x79 r2)" [all …]
|
H A D | medusa-hsc-alert | 10 while [ "$decimal" -gt 0 ]; do 18 hex="0$hex" 21 echo "0x${hex:-0}" 42 # Read STATUS_CML (0x7E) if XDP710 type 44 STATUS_CML=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7E r1) 45 local description="(0x7E) STATUS_CML" 52 # Read STATUS_WORD (0x79) 53 read -r LOW_BYTE HIGH_BYTE <<< "$(i2ctransfer -f -y "$bus" w1@"$addr" 0x79 r2)" 56 local description="(0x79) STATUS_WORD" 63 for reg in 0x78 0x7A 0x7B 0x7C 0x7D 0x80; do [all …]
|
H A D | medusa-hsc-fault | 12 while [ "$decimal" -gt 0 ]; do 20 hex="0$hex" 23 echo "0x${hex:-0}" 44 # Read STATUS_CML (0x7E) if XDP710 type 46 STATUS_CML=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7E r1) 47 local description="(0x7E) STATUS_CML" 54 # Read STATUS_WORD (0x79) 55 read -r LOW_BYTE HIGH_BYTE <<< "$(i2ctransfer -f -y "$bus" w1@"$addr" 0x79 r2)" 58 local description="(0x79) STATUS_WORD" 65 for reg in 0x78 0x7A 0x7B 0x7C 0x7D 0x80; do [all …]
|
/openbmc/linux/sound/ppc/ |
H A D | tumbler_volume.h | 4 /* 0 = -70 dB, 175 = 18.0 dB in 0.5 dB step */ 6 0x00000015, 0x00000016, 0x00000017, 7 0x00000019, 0x0000001a, 0x0000001c, 8 0x0000001d, 0x0000001f, 0x00000021, 9 0x00000023, 0x00000025, 0x00000027, 10 0x00000029, 0x0000002c, 0x0000002e, 11 0x00000031, 0x00000034, 0x00000037, 12 0x0000003a, 0x0000003e, 0x00000042, 13 0x00000045, 0x0000004a, 0x0000004e, 14 0x00000053, 0x00000057, 0x0000005d, [all …]
|
/openbmc/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 …]
|
/openbmc/u-boot/drivers/video/ |
H A D | ld9040.c | 13 0xF0, 0x5A, 0x5A 17 0xB1, 0x0D, 0x00, 0x16, 21 0xF7, 0x09, 0x00, 0x00, 25 0xF8, 0x05, 0x65, 0x96, 0x71, 0x7D, 0x19, 0x3B, 26 0x0D, 0x19, 0x7E, 0x0D, 0xE2, 0x00, 0x00, 0x7E, 27 0x7D, 0x07, 0x07, 0x20, 0x20, 0x20, 0x02, 0x02, 31 0xF9, 0x00, 0xA7, 0xB4, 0xAE, 0xBF, 0x00, 0x91, 32 0x00, 0xB2, 0xB4, 0xAA, 0xBB, 0x00, 0xAC, 0x00, 33 0xB3, 0xB1, 0xAA, 0xBC, 0x00, 0xB3, 37 0xFB, 0x02, 0x5A, [all …]
|