/openbmc/linux/lib/fonts/ |
H A D | font_acorn_8x8.c | 9 { 0, 0, FONTDATAMAX, 0 }, { 10 /* 00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* ^@ */ 11 /* 01 */ 0x7e, 0x81, 0xa5, 0x81, 0xbd, 0x99, 0x81, 0x7e, /* ^A */ 12 /* 02 */ 0x7e, 0xff, 0xbd, 0xff, 0xc3, 0xe7, 0xff, 0x7e, /* ^B */ 13 /* 03 */ 0x6c, 0xfe, 0xfe, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^C */ 14 /* 04 */ 0x10, 0x38, 0x7c, 0xfe, 0x7c, 0x38, 0x10, 0x00, /* ^D */ 15 /* 05 */ 0x00, 0x18, 0x3c, 0xe7, 0xe7, 0x3c, 0x18, 0x00, /* ^E */ 16 /* 06 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 17 /* 07 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, 18 /* 08 */ 0x00, 0x00, 0x3c, 0x3c, 0x3c, 0x3c, 0x00, 0x00, [all …]
|
H A D | font_sun8x16.c | 7 { 0, 0, FONTDATAMAX, 0 }, { 8 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 9 /* */ 0x00,0x00,0x7e,0x81,0xa5,0x81,0x81,0xbd,0x99,0x81,0x81,0x7e,0x00,0x00,0x00,0x00, 10 /* */ 0x00,0x00,0x7e,0xff,0xdb,0xff,0xff,0xc3,0xe7,0xff,0xff,0x7e,0x00,0x00,0x00,0x00, 11 /* */ 0x00,0x00,0x00,0x00,0x6c,0xfe,0xfe,0xfe,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00, 12 /* */ 0x00,0x00,0x00,0x00,0x10,0x38,0x7c,0xfe,0x7c,0x38,0x10,0x00,0x00,0x00,0x00,0x00, 13 /* */ 0x00,0x00,0x00,0x18,0x3c,0x3c,0xe7,0xe7,0xe7,0x18,0x18,0x3c,0x00,0x00,0x00,0x00, 14 /* */ 0x00,0x00,0x00,0x18,0x3c,0x7e,0xff,0xff,0x7e,0x18,0x18,0x3c,0x00,0x00,0x00,0x00, 15 /* */ 0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x3c,0x3c,0x18,0x00,0x00,0x00,0x00,0x00,0x00, 16 /* */ 0xff,0xff,0xff,0xff,0xff,0xff,0xe7,0xc3,0xc3,0xe7,0xff,0xff,0xff,0xff,0xff,0xff, [all …]
|
H A D | font_8x8.c | 13 { 0, 0, FONTDATAMAX, 0 }, { 14 /* 0 0x00 '^@' */ 15 0x00, /* 00000000 */ 16 0x00, /* 00000000 */ 17 0x00, /* 00000000 */ 18 0x00, /* 00000000 */ 19 0x00, /* 00000000 */ 20 0x00, /* 00000000 */ 21 0x00, /* 00000000 */ 22 0x00, /* 00000000 */ [all …]
|
H A D | font_pearl_8x8.c | 18 { 0, 0, FONTDATAMAX, 0 }, { 19 /* 0 0x00 '^@' */ 20 0x00, /* 00000000 */ 21 0x00, /* 00000000 */ 22 0x00, /* 00000000 */ 23 0x00, /* 00000000 */ 24 0x00, /* 00000000 */ 25 0x00, /* 00000000 */ 26 0x00, /* 00000000 */ 27 0x00, /* 00000000 */ [all …]
|
H A D | font_6x8.c | 7 { 0, 0, FONTDATAMAX, 0 }, { 8 /* 0 0x00 '^@' */ 9 0x00, /* 000000 */ 10 0x00, /* 000000 */ 11 0x00, /* 000000 */ 12 0x00, /* 000000 */ 13 0x00, /* 000000 */ 14 0x00, /* 000000 */ 15 0x00, /* 000000 */ 16 0x00, /* 000000 */ [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-ops.c.inc | 1 GEN_HANDLER_E(mfvsrwz, 0x1F, 0x13, 0x03, 0x0000F800, PPC_NONE, PPC2_VSX207), 2 GEN_HANDLER_E(mtvsrwa, 0x1F, 0x13, 0x06, 0x0000F800, PPC_NONE, PPC2_VSX207), 3 GEN_HANDLER_E(mtvsrwz, 0x1F, 0x13, 0x07, 0x0000F800, PPC_NONE, PPC2_VSX207), 5 GEN_HANDLER_E(mfvsrd, 0x1F, 0x13, 0x01, 0x0000F800, PPC_NONE, PPC2_VSX207), 6 GEN_HANDLER_E(mtvsrd, 0x1F, 0x13, 0x05, 0x0000F800, PPC_NONE, PPC2_VSX207), 7 GEN_HANDLER_E(mfvsrld, 0X1F, 0x13, 0x09, 0x0000F800, PPC_NONE, PPC2_ISA300), 8 GEN_HANDLER_E(mtvsrdd, 0X1F, 0x13, 0x0D, 0x0, PPC_NONE, PPC2_ISA300), 9 GEN_HANDLER_E(mtvsrws, 0x1F, 0x13, 0x0C, 0x0000F800, PPC_NONE, PPC2_ISA300), 13 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0, PPC_NONE, fl2), \ 14 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0, PPC_NONE, fl2) [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_input.h | 18 { 0x26, 0x32, 0x2e, 0x2e, 0x2d, 0x2c, 0x2d, 0x2d, 19 0x2c, 0x2e, 0x31, 0x33, 0x36, 0x39, 0x3b, 0x3f, 20 0x42, 0x46, 0x4a, 0x4c, 0x51, 0x53, 0x53, 0x54, 21 0x56, 0x57, 0x58, 0x57, 0x56, 0x52, 0x51, 0x4f, 22 0x4c, 0x49, 0x47, 0x42, 0x3e, 0x3b, 0x38, 0x35, 23 0x33, 0x30, 0x2e, 0x2c, 0x2b, 0x2a, 0x2a, 0x28, 24 0x28, 0x27, 0x27, 0x28, 0x29, 0x2a, 0x2c, 0x2e, 25 0x2f, 0x33, 0x36, 0x38, 0x3c, 0x3d, 0x40, 0x42, 26 0x43, 0x42, 0x43, 0x44, 0x43, 0x41, 0x40, 0x3b, 27 0x3b, 0x3a, 0x38, 0x35, 0x32, 0x2f, 0x2c, 0x29, [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_ecc.c | 31 * Bit 0 of each entry indicates whether the entry has an odd or even parity, 36 0x00, 0x55, 0x59, 0x0c, 0x65, 0x30, 0x3c, 0x69, 37 0x69, 0x3c, 0x30, 0x65, 0x0c, 0x59, 0x55, 0x00, 38 0x95, 0xc0, 0xcc, 0x99, 0xf0, 0xa5, 0xa9, 0xfc, 39 0xfc, 0xa9, 0xa5, 0xf0, 0x99, 0xcc, 0xc0, 0x95, 40 0x99, 0xcc, 0xc0, 0x95, 0xfc, 0xa9, 0xa5, 0xf0, 41 0xf0, 0xa5, 0xa9, 0xfc, 0x95, 0xc0, 0xcc, 0x99, 42 0x0c, 0x59, 0x55, 0x00, 0x69, 0x3c, 0x30, 0x65, 43 0x65, 0x30, 0x3c, 0x69, 0x00, 0x55, 0x59, 0x0c, 44 0xa5, 0xf0, 0xfc, 0xa9, 0xc0, 0x95, 0x99, 0xcc, [all …]
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ecc.c | 41 0x00, 0x55, 0x56, 0x03, 0x59, 0x0c, 0x0f, 0x5a, 0x5a, 0x0f, 0x0c, 0x59, 0x03, 0x56, 0x55, 0x00, 42 0x65, 0x30, 0x33, 0x66, 0x3c, 0x69, 0x6a, 0x3f, 0x3f, 0x6a, 0x69, 0x3c, 0x66, 0x33, 0x30, 0x65, 43 0x66, 0x33, 0x30, 0x65, 0x3f, 0x6a, 0x69, 0x3c, 0x3c, 0x69, 0x6a, 0x3f, 0x65, 0x30, 0x33, 0x66, 44 0x03, 0x56, 0x55, 0x00, 0x5a, 0x0f, 0x0c, 0x59, 0x59, 0x0c, 0x0f, 0x5a, 0x00, 0x55, 0x56, 0x03, 45 0x69, 0x3c, 0x3f, 0x6a, 0x30, 0x65, 0x66, 0x33, 0x33, 0x66, 0x65, 0x30, 0x6a, 0x3f, 0x3c, 0x69, 46 0x0c, 0x59, 0x5a, 0x0f, 0x55, 0x00, 0x03, 0x56, 0x56, 0x03, 0x00, 0x55, 0x0f, 0x5a, 0x59, 0x0c, 47 0x0f, 0x5a, 0x59, 0x0c, 0x56, 0x03, 0x00, 0x55, 0x55, 0x00, 0x03, 0x56, 0x0c, 0x59, 0x5a, 0x0f, 48 0x6a, 0x3f, 0x3c, 0x69, 0x33, 0x66, 0x65, 0x30, 0x30, 0x65, 0x66, 0x33, 0x69, 0x3c, 0x3f, 0x6a, 49 0x6a, 0x3f, 0x3c, 0x69, 0x33, 0x66, 0x65, 0x30, 0x30, 0x65, 0x66, 0x33, 0x69, 0x3c, 0x3f, 0x6a, 50 0x0f, 0x5a, 0x59, 0x0c, 0x56, 0x03, 0x00, 0x55, 0x55, 0x00, 0x03, 0x56, 0x0c, 0x59, 0x5a, 0x0f, [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | btext.c | 46 unsigned long address = 0; in btext_initialize() 49 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize() 51 if (prom_getproperty(node, "height", (char *)&height, 4) < 0) in btext_initialize() 53 if (prom_getproperty(node, "depth", (char *)&depth, 4) < 0) in btext_initialize() 57 if (prom_getproperty(node, "linebytes", (char *)&prop, 4) >= 0 && in btext_initialize() 58 prop != 0xffffffffu) in btext_initialize() 62 pitch = 0x1000; in btext_initialize() 64 if (prom_getproperty(node, "address", (char *)&prop, 4) >= 0) in btext_initialize() 70 if (address == 0) in btext_initialize() 73 g_loc_X = 0; in btext_initialize() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | btext.c | 42 unsigned long disp_BAT[2] __initdata = {0, 0}; 75 * The display is mapped to virtual address 0xD0000000, rather 77 * in the region starting at 0xC0000000 (PAGE_OFFSET). 88 unsigned long vaddr = PAGE_OFFSET + 0x10000000; in btext_prepare_BAT() 94 boot_text_mapped = 0; in btext_prepare_BAT() 97 lowbits = addr & ~0xFF000000UL; in btext_prepare_BAT() 98 addr &= 0xFF000000UL; in btext_prepare_BAT() 99 disp_BAT[0] = vaddr | (BL_16M<<2) | 2; in btext_prepare_BAT() 113 g_loc_X = 0; in btext_setup_display() 114 g_loc_Y = 0; in btext_setup_display() [all …]
|
/openbmc/u-boot/board/nvidia/p2371-2180/ |
H A D | p2371-2180.c | 22 ret = i2c_get_chip_for_busnum(0, MAX77620_I2C_ADDR_7BIT, 1, &dev); in pin_mux_mmc() 27 /* 0xF2 for 3.3v, enabled: bit7:6 = 11 = enable, bit5:0 = voltage */ in pin_mux_mmc() 28 val = 0xF2; in pin_mux_mmc() 31 printf("i2c_write 0 0x3c 0x27 failed: %d\n", ret); in pin_mux_mmc() 36 printf("i2c_read 0 0x3c 0x2c failed: %d\n", ret); in pin_mux_mmc() 41 printf("i2c_write 0 0x3c 0x2c failed: %d\n", ret); in pin_mux_mmc() 47 printf("i2c_write 0 0x3c 0x00 failed: %d\n", ret); in pin_mux_mmc() 52 printf("i2c_write 0 0x3c 0x00 failed: %d\n", ret); in pin_mux_mmc() 83 ret = i2c_get_chip_for_busnum(0, MAX77620_I2C_ADDR_7BIT, 1, &dev); in tegra_pcie_board_init() 88 /* 0xCA for 1.05v, enabled: bit7:6 = 11 = enable, bit5:0 = voltage */ in tegra_pcie_board_init() [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_init.h | 24 { 0, 11101 }, /*C/N=-0dB*/ 83 { -5, 0xCAA1 }, /*-5dBm*/ 84 { -10, 0xC229 }, /*-10dBm*/ 85 { -15, 0xBB08 }, /*-15dBm*/ 86 { -20, 0xB4BC }, /*-20dBm*/ 87 { -25, 0xAD5A }, /*-25dBm*/ 88 { -30, 0xA298 }, /*-30dBm*/ 89 { -35, 0x98A8 }, /*-35dBm*/ 90 { -40, 0x8389 }, /*-40dBm*/ 91 { -45, 0x59BE }, /*-45dBm*/ [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager/ |
H A D | blacklist.json | 3 0, number 13 "addresses": ["0x51", "0x54", "0x70"] string 17 "addresses": ["0x51", "0x54", "0x71"] string 23 "0x10", string 24 "0x12", 25 "0x20", 26 "0x21", 27 "0x22", 28 "0x23", 29 "0x40", [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 191 "\x00\xAA\x36\xAB\xCE\x88\xAC\xFD\xFF\x55\x52\x3C\x7F\xC4\x52\x3F" 200 "\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9" 214 "\x00\x8E\x3C\x05\x21\xFE\x15\xE0\xEA\x06\xA3\x6F\xF0\xF1\x0C\x99" 222 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63" 270 "\x20\x2B\x38\xFC\x91\x0A\x47\x41\x74\xAD\xC9\x3C\x1F\x67\xC9\x81" 303 "\xC6\x67\xFF\x1D\x1E\x3C\x1D\xC1\xB5\x5F\x6C\xC0\xB2\x07\x3A\x6D" 340 "\xC9\x9B\x52\x34\x30\x1D\xCF\xFE\xCF\x3C\x56\x68\x6E\xEF\xE7\x6C" 347 "\x40\x96\x2F\xE5\x87\xEA\xF3\xA5\x77\x11\x67\x3C\x8D\x56\x08\xA7" [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | oem300.h | 55 {0x08,0x08,0x08,0x08}, 56 {0x08,0x08,0x08,0x08}, 57 {0x08,0x08,0x08,0x08}, 58 {0x2c,0x2c,0x2c,0x2c}, 59 {0x08,0x08,0x08,0x08}, 60 {0x08,0x08,0x08,0x08}, 61 {0x08,0x08,0x08,0x08}, 62 {0x20,0x20,0x20,0x20} 67 {0x20,0x20,0x20,0x20}, 68 {0x20,0x20,0x20,0x20}, [all …]
|
H A D | oem310.h | 55 0x00,0x00,0x00, /* 800x600 */ 56 0x0b,0x0b,0x0b, /* 1024x768 */ 57 0x08,0x08,0x08, /* 1280x1024 */ 58 0x00,0x00,0x00, /* 640x480 (unknown) */ 59 0x00,0x00,0x00, /* 1024x600 (unknown) */ 60 0x00,0x00,0x00, /* 1152x864 (unknown) */ 61 0x08,0x08,0x08, /* 1280x960 (guessed) */ 62 0x00,0x00,0x00, /* 1152x768 (unknown) */ 63 0x08,0x08,0x08, /* 1400x1050 */ 64 0x08,0x08,0x08, /* 1280x768 (guessed) */ [all …]
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_s6d02a1.c | 19 -1, 0xf0, 0x5a, 0x5a, 21 -1, 0xfc, 0x5a, 0x5a, 23 -1, 0xfa, 0x02, 0x1f, 0x00, 0x10, 0x22, 0x30, 0x38, 24 0x3A, 0x3A, 0x3A, 0x3A, 0x3A, 0x3d, 0x02, 0x01, 26 -1, 0xfb, 0x21, 0x00, 0x02, 0x04, 0x07, 0x0a, 0x0b, 27 0x0c, 0x0c, 0x16, 0x1e, 0x30, 0x3f, 0x01, 0x02, 30 -1, 0xfd, 0x00, 0x00, 0x00, 0x17, 0x10, 0x00, 0x01, 31 0x01, 0x00, 0x1f, 0x1f, 33 -1, 0xf4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f, 34 0x07, 0x00, 0x3C, 0x36, 0x00, 0x3C, 0x36, 0x00, [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | i2c_compare_bytes_action_tests.cpp | 50 std::vector<uint8_t> values{0x56, 0x14, 0xDA}; in TEST() 51 I2CCompareBytesAction action{0x7C, values}; in TEST() 53 EXPECT_EQ(action.getRegister(), 0x7C); in TEST() 56 EXPECT_EQ(action.getValues()[0], 0x56); in TEST() 57 EXPECT_EQ(action.getValues()[1], 0x14); in TEST() 58 EXPECT_EQ(action.getValues()[2], 0xDA); in TEST() 61 EXPECT_EQ(action.getMasks()[0], 0xFF); in TEST() 62 EXPECT_EQ(action.getMasks()[1], 0xFF); in TEST() 63 EXPECT_EQ(action.getMasks()[2], 0xFF); in TEST() 74 I2CCompareBytesAction action{0x7C, values}; in TEST() [all …]
|
H A D | i2c_write_bytes_action_tests.cpp | 53 std::vector<uint8_t> values{0x56, 0x14, 0xDA}; in TEST() 54 I2CWriteBytesAction action{0x7C, values}; in TEST() 56 EXPECT_EQ(action.getRegister(), 0x7C); in TEST() 59 EXPECT_EQ(action.getValues()[0], 0x56); in TEST() 60 EXPECT_EQ(action.getValues()[1], 0x14); in TEST() 61 EXPECT_EQ(action.getValues()[2], 0xDA); in TEST() 63 EXPECT_EQ(action.getMasks().size(), 0); in TEST() 74 I2CWriteBytesAction action{0x7C, values}; in TEST() 95 std::vector<uint8_t> values{0x56, 0x14}; in TEST() 96 std::vector<uint8_t> masks{0x7E, 0x3C}; in TEST() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/ |
H A D | power-workarounds.sh | 5 i2cset -y 4 0x70 0x00 0x01 b 6 i2cset -y 4 0x70 0x02 0x16 b #respond to ENABLE pin 7 i2cset -y 4 0x70 0x00 0x00 b 9 i2cset -y 5 0x70 0x00 0x01 b 10 i2cset -y 5 0x70 0x02 0x16 b #respond to ENABLE pin 11 i2cset -y 5 0x70 0x00 0x00 b 14 i2cset -y 4 0x12 0xFF 0x00 b # VDD/VCS 0 15 i2cset -y 4 0x12 0x2E 0x03 b # VDD/VCS 0 16 i2cset -y 4 0x13 0xFF 0x00 b # VDN 0 17 i2cset -y 4 0x13 0x2E 0x03 b # VDN 0 [all …]
|
/openbmc/u-boot/board/freescale/common/ |
H A D | idt8t49n222a_serdes_clk.h | 32 static const u8 idt_conf_122_88[23][2] = { {0x00, 0x3C}, {0x01, 0x00}, 33 {0x02, 0x9F}, {0x03, 0x00}, {0x04, 0x0B}, {0x05, 0x00}, 34 {0x06, 0x00}, {0x07, 0x00}, {0x08, 0x7D}, {0x09, 0x00}, 35 {0x0A, 0x08}, {0x0B, 0x00}, {0x0C, 0xDC}, {0x0D, 0x00}, 36 {0x0E, 0x00}, {0x0F, 0x00}, {0x10, 0x12}, {0x11, 0x12}, 37 {0x12, 0xB9}, {0x13, 0xBC}, {0x14, 0x40}, {0x15, 0x08}, 38 {0x16, 0xA0} }; 44 static const u8 idt_conf_not_122_88[23][2] = { {0x00, 0x00}, {0x01, 0x00}, 45 {0x02, 0x00}, {0x03, 0x00}, {0x04, 0x0A}, {0x05, 0x00}, 46 {0x06, 0x00}, {0x07, 0x00}, {0x08, 0x7D}, {0x09, 0x00}, [all …]
|
/openbmc/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 …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos4.dtsi | 27 reg = <0x10440000 0x1000>; 34 cpu-offset = <0x4000>; 35 reg = <0x10490000 0x10000>, <0x10480000 0x10000>; 40 reg = <0x13800000 0x3c>; 41 id = <0>; 46 reg = <0x13810000 0x3c>; 52 reg = <0x13820000 0x3c>; 58 reg = <0x13830000 0x3c>; 64 reg = <0x13840000 0x3c>; 70 #size-cells = <0>; [all …]
|
/openbmc/u-boot/board/esd/vme8349/ |
H A D | vme8349.c | 35 u32 msize = 0; in dram_init() 41 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_DDR_BASE & LAWBAR_BAR; in dram_init() 53 msize = get_ram_size(0, msize); in dram_init() 58 return 0; in dram_init() 69 return 0; in checkboard() 88 return 0; in ft_board_setup() 96 clrsetbits_be32(&im->im_lbc.lcrr, LBCR_LDIS, 0); in misc_init_r() 98 return 0; in misc_init_r() 106 #define SMALL_RAM 0xff 107 #define LARGE_RAM 0x00 [all …]
|