Home
last modified time | relevance | path

Searched +full:0 +full:x7e (Results 1 – 25 of 894) sorted by relevance

12345678910>>...36

/openbmc/linux/lib/fonts/
H A Dfont_acorn_8x8.c9 { 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 Dfont_pearl_8x8.c18 { 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 Dfont_8x8.c13 { 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 Dfont_sun8x16.c7 { 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 Dfont_8x16.c14 { 0, 0, FONTDATAMAX, 0 }, {
15 /* 0 0x00 '^@' */
16 0x00, /* 00000000 */
17 0x00, /* 00000000 */
18 0x00, /* 00000000 */
19 0x00, /* 00000000 */
20 0x00, /* 00000000 */
21 0x00, /* 00000000 */
22 0x00, /* 00000000 */
23 0x00, /* 00000000 */
[all …]
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager/
H A Dg220a_baseboard.json4 "Index": 0,
18 "Severity": 0,
24 "Severity": 0,
51 "Severity": 0,
57 "Severity": 0,
83 "Severity": 0,
89 "Severity": 0,
114 "Severity": 0,
120 "Severity": 0,
145 "Severity": 0,
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Di2c_compare_bytes_action_tests.cpp50 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 Di2c_write_bytes_action_tests.cpp53 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/linux/crypto/
H A Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
212 "\xEB\x7E\x8B\x4F\x10\xA7\x54\x9E\x8E\xED\xF5\xB4\xFC\xE0\x9E\x05"
222 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63"
257 "\x32\x12\x4E\xF0\x23\x6E\x5D\x1E\x3B\x7E\x28\xFA\xE7\xAA\x04\x0A"
273 "\x61\xAD\xBD\x3A\x8A\x7E\x99\x1C\x5C\x05\x56\xA9\x4C\x31\x46\xA7"
287 "\xc2\x7f\x74\x81\x91\x68\x44\x48\x5a\xdc\xa0\x7e\xa7\x0b\x05\x7f"
333 "\xD6\xBF\x7A\x0B\x64\x21\x6D\x88\x7E\x5B\x45\x12\x1E\x63\x8D\x49"
353 "\x73\x87\x95\x05\x07\xBE\x45\x07\x17\x7E\x4A\x69\x22\xF3\xDB\x05"
358 "\x49\x9B\x5C\x98\xBC\xBD\x26\xEF\x0C\xE9\x2E\xED\x19\x7E\x86\x41"
[all …]
/openbmc/u-boot/lib/tizen/
H A Dtizen_logo_16bpp_gzip.h12 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/gpio/
H A Dgpio-ts5500.c96 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/qemu/tests/qtest/migration/ppc64/
H A Da-b-kernel.h7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dbtext.c46 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/crypto/asymmetric_keys/
H A Dselftest.c40 "\x00\xcc\xac\x49\xdd\x3b\xca\xb0\x15\x7e\x84\x6a\xb2\x0a\x69\x5f"
57 "\x7e\xaa\xb8\x52\xea\x37\xdb\x90\x7e\x35\xbd\xd9\xfe\x6d\x0a\x48"
65 "\x4c\x53\x3a\xa2\xb5\x84\x1d\x4b\x65\x7e\xdc\xf7\xdb\x36\x7d\xbe"
93 "\x65\x2a\x07\x35\x8b\x97\xcf\xbd\x96\x2e\xd1\x7e\x6c\xc2\x1e\x87"
101 "\x58\x79\x74\x86\x62\x30\x7e\x8e\xbb\xdd\x7a\xa9\xed\xca\x40\xcb"
137 "\xb0\xf2\x07\xd6\x99\x6d\xc0\xc0\xd9\x8d\x31\x0d\x7e\x04\xeb\xc3"
147 "\x88\xe0\xa4\xe2\xcd\x73\x2b\x9e\xb2\x05\x7e\x12\xf8\xd0\x66\x41"
159 "\xaf\xb9\xd0\xe0\x60\x12\xd2\xf4\xb7\x7c\x58\x7e\xf6\x2d\xbb\x24"
165 "\xa7\x4a\x7e\x62\x1d\xc4\x50\x39\x35\x4e\x28\xcb\x4a\xfb\x9d\xdb"
199 if (ret < 0) in fips_signature_selftest()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dbtext.c42 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/libmctp/tests/
H A Dtest_serial.c38 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/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dmedusa-hsc-alert10 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 Dmedusa-hsc-fault12 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/arch/arm/boot/dts/nxp/imx/
H A Dimx7-mba7.dtsi25 gpios = <&pca9555 0 GPIO_ACTIVE_HIGH>;
35 button-0 {
201 pinctrl-0 = <&pinctrl_ecspi1>;
202 cs-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>, <&gpio4 1 GPIO_ACTIVE_LOW>,
209 pinctrl-0 = <&pinctrl_ecspi2>;
215 pinctrl-0 = <&pinctrl_enet1>;
226 #size-cells = <0>;
228 ethphy1_0: ethernet-phy@0 {
230 reg = <0>;
245 uboot@0 {
[all …]
/openbmc/pldm/fw-update/test/
H A Ddevice_updater_test.cpp23 {0x00}, in DeviceUpdaterTest()
26 std::vector<uint8_t>{0x16, 0x20, 0x23, 0xC9, 0x3E, 0xC5, 0x41, in DeviceUpdaterTest()
27 0x15, 0x95, 0xF4, 0x48, 0x70, 0x1D, 0x49, in DeviceUpdaterTest()
28 0xD6, 0x75}}}, in DeviceUpdaterTest()
31 {10, 100, 0xFFFFFFFF, 0, 0, 139, 1024, "VersionString3"}}; in DeviceUpdaterTest()
48 package.seekg(0); in TEST_F()
55 package.seekg(0); in TEST_F()
63 EXPECT_EQ(fwDeviceIDRecords[0], fwDeviceIDRecord); in TEST_F()
69 DeviceUpdater deviceUpdater(0, package, fwDeviceIDRecord, compImageInfos, in TEST_F()
74 reqFwDataReq{0x8A, 0x05, 0x15, 0x00, 0x00, 0x00, in TEST_F()
[all …]
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Disdnhdlc.c42 memset(hdlc, 0, sizeof(struct isdnhdlc_vars)); in isdnhdlc_rcv_init()
53 memset(hdlc, 0, sizeof(struct isdnhdlc_vars)); in isdnhdlc_out_init()
58 hdlc->dchannel = 0; in isdnhdlc_out_init()
60 hdlc->ffvalue = 0x7e; in isdnhdlc_out_init()
62 hdlc->cbin = 0x7e; in isdnhdlc_out_init()
80 else if (hdlc->crc != 0xf0b8) /* crc error */ in check_frame()
96 the frame is found, the bit stuffing is removed (0 after 5 1's).
121 int status = 0; in isdnhdlc_decode()
124 0x00, 0x00, 0x00, 0x20, 0x30, 0x38, 0x3c, 0x3e, 0x3f in isdnhdlc_decode()
128 0x00, 0x7e, 0xfc, 0xf9, 0xf3, 0xe7, 0xcf, 0x9f, 0x3f in isdnhdlc_decode()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_mpc.c14 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
15 0x19, 0x01, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00,
16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0xc1,
17 0xd3, 0xd3, 0xd6, 0xd3, 0xc5, 0x40, 0x00, 0x00,
18 0x00, 0x00
22 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
23 0x15, 0x01, 0x01, 0x80, 0x00, 0x00, 0x00, 0x00,
24 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xc8, 0xc1,
25 0xd3, 0xd3, 0xd6, 0xd3, 0xc5, 0x40, 0x00, 0x00,
26 0x00, 0x00
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_dahash_test.c20 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/qemu/ui/
H A Dvgafont.h3 /* 0 0x00 '^@' */
4 0x00, /* 00000000 */
5 0x00, /* 00000000 */
6 0x00, /* 00000000 */
7 0x00, /* 00000000 */
8 0x00, /* 00000000 */
9 0x00, /* 00000000 */
10 0x00, /* 00000000 */
11 0x00, /* 00000000 */
12 0x00, /* 00000000 */
[all …]
/openbmc/u-boot/include/
H A Dvideo_font_data.h19 /* 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 */
28 0x00, /* 00000000 */
[all …]

12345678910>>...36