/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2056.c | 24 #define B2056_INITTAB_ENTRY_OK 0x01 25 #define B2056_INITTAB_UPLOAD 0x02 39 [B2056_SYN_RESERVED_ADDR2] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 40 [B2056_SYN_RESERVED_ADDR3] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 41 [B2056_SYN_RESERVED_ADDR4] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 42 [B2056_SYN_RESERVED_ADDR5] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 43 [B2056_SYN_RESERVED_ADDR6] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 44 [B2056_SYN_RESERVED_ADDR7] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 45 [B2056_SYN_COM_CTRL] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 46 [B2056_SYN_COM_PU] = { .ghz5 = 0x0001, .ghz2 = 0x0001, NOUPLOAD, }, [all …]
|
H A D | phy_lp.c | 51 return 0; in b43_lpphy_op_allocate() 59 memset(lpphy, 0, sizeof(*lpphy)); in b43_lpphy_op_prepare_structs() 89 lpphy->txpa[0] = sprom->pa0b0; in lpphy_read_band_sprom() 97 for (i = 0; i < 4; i++) { in lpphy_read_band_sprom() 99 maxpwr - (ofdmpo & 0xF) * 2; in lpphy_read_band_sprom() 105 maxpwr - (ofdmpo & 0xF) * 2; in lpphy_read_band_sprom() 110 for (i = 0; i < 4; i++) in lpphy_read_band_sprom() 124 lpphy->txpa[0] = sprom->pa1b0; in lpphy_read_band_sprom() 127 lpphy->txpal[0] = sprom->pa1lob0; in lpphy_read_band_sprom() 130 lpphy->txpah[0] = sprom->pa1hib0; in lpphy_read_band_sprom() [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 192 "\x90\xEF\xA0\x0D\xF3\x77\x4A\x25\x9F\x2E\x62\xB4\xC5\xD9\x9C\xB5" 304 "\x41\xE4\x25\x99\xAC\xFC\xD2\x0F\x02\xD3\xD1\x54\x06\x1A\x51\x77" 309 "\x59\x9F\x45\xE8\x5D\x1A\x45\x76\x04\x56\x05\xA1\xD0\x1B\x8C\x77" 329 "\x2F\x8A\xCA\xBC\x5E\xF0\x77\xE4\x97\x98\x97\xC7\x10\x91\x7D\x2A" 331 "\x77\xAF\x51\x27\x5B\x5E\x69\xB8\x81\xE6\x11\xC5\x43\x23\x81\x04" 337 "\x77\xE7\x11\x21\xCD\x4A\xF8\xA4\x3F\x0F\xEF\x31\xE3\xF3\x55\xA0" 338 "\xB9\xAC\xB6\xCB\xBB\x41\xD0\x32\x81\x9A\x8F\x7A\x99\x30\x77\x6C" 343 "\xAF\xE2\x75\x36\x04\xAC\x56\xA0\xAB\x52\xDE\xCE\xDD\x2C\x28\x77" [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/qemu/tests/qemu-iotests/ |
H A D | 037 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 63 local pattern=0 64 local cur_sec=0 66 for ((i=0;i<=$((sectors - 1));i++)); do 74 backing_io 0 256 write | $QEMU_IO "$TEST_IMG" | _filter_qemu_io 82 $QEMU_IO -c "write -P 0x77 0 2k" "$TEST_IMG" | _filter_qemu_io 83 $QEMU_IO -c "write -P 0x88 6k 2k" "$TEST_IMG" | _filter_qemu_io 84 $QEMU_IO -c "write -P 0x99 9k 2k" "$TEST_IMG" | _filter_qemu_io 86 $QEMU_IO -c "read -P 0x77 0 2k" "$TEST_IMG" | _filter_qemu_io [all …]
|
H A D | 047 | 26 seq=`basename $0` 35 trap "_cleanup; exit \$status" 0 1 2 3 15 51 write -P 0x66 0 320k 53 write -P 0x55 1M 128k 54 write -P 0x88 448k 128k 58 write -P 0x77 0 480k 61 read -P 0x77 0 480k 62 read -P 0x88 480k 96k 63 read -P 0x55 1M 128k 73 status=0
|
H A D | 073 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 56 $QEMU_IO -c "write -P 0xa5 0 $size" "$TEST_IMG.base" | _filter_qemu_io 61 $QEMU_IO -c "write -P 0x11 0 0x10000" "$TEST_IMG" | _filter_qemu_io 62 $QEMU_IO -c "write -P 0x11 0x10000 0x10000" "$TEST_IMG.base" | _filter_qemu_io 64 $QEMU_IO -c "read -P 0x11 0 0x20000" "$TEST_IMG" | _filter_qemu_io 69 $QEMU_IO -c "write -P 0x22 0x20000 0x10000" "$TEST_IMG" | _filter_qemu_io 70 $QEMU_IO -c "write -c -P 0x22 0x30000 0x10000" "$TEST_IMG" | _filter_qemu_io 72 $QEMU_IO -c "read -P 0x22 0x20000 0x20000" "$TEST_IMG" | _filter_qemu_io 77 $QEMU_IO -c "write -P 0x33 0x40000 0x20000" "$TEST_IMG" | _filter_qemu_io [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | real_pel_test.cpp | 33 0x50, 0x48, 0x0, 0x30, 0x1, 0x0, 0xA8, 0x0, 0x20, 0x19, 0x6, 0x14, 34 0x12, 0x0, 0x41, 0x51, 0x20, 0x19, 0x6, 0x14, 0x12, 0x0, 0x41, 0x56, 35 0x45, 0x0, 0x1, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 36 0x0, 0x0, 0x0, 0x0, 0x50, 0x1, 0xF, 0xA5, 0x50, 0x1, 0xF, 0xA5, 37 0x55, 0x48, 0x0, 0x18, 0x1, 0x0, 0xF1, 0x0, 0x81, 0x3, 0x0, 0x1, 38 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x60, 0x0, 0x0, 0x1, 0x44, 0x0, 39 0x50, 0x53, 0x0, 0x74, 0x1, 0x1, 0xA8, 0x0, 0x2, 0x1, 0x0, 0x9, 40 0x0, 0x0, 0x0, 0x6C, 0x3, 0x1, 0x0, 0xF0, 0x2C, 0xC6, 0x1B, 0x10, 41 0xC1, 0x39, 0x20, 0x0, 0x40, 0x0, 0x0, 0xFF, 0x10, 0x69, 0x14, 0xD8, 42 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, [all …]
|
H A D | stream_test.cpp | 26 std::vector<uint8_t> data{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, in TEST() 27 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in TEST() 28 0x08, 'h', 'e', 'l', 'l', 'o'}; in TEST() 34 EXPECT_EQ(v, 0x11); in TEST() 39 EXPECT_EQ(v, 0x2233); in TEST() 44 EXPECT_EQ(v, 0x44556677); in TEST() 49 EXPECT_EQ(v, 0x0102030405060708); in TEST() 52 char v[6] = {0}; in TEST() 54 EXPECT_EQ(memcmp(v, "hello", 5), 0); in TEST() 57 EXPECT_EQ(stream.remaining(), 0); in TEST() [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/bonnell/ |
H A D | other.json | 4 "EventCode": "0x7D", 7 "UMask": "0x40" 11 "EventCode": "0x61", 14 "UMask": "0x20" 18 "EventCode": "0x61", 24 "EventCode": "0x64", 27 "UMask": "0x40" 31 "EventCode": "0x62", 34 "UMask": "0x20" 38 "EventCode": "0x62", [all …]
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 29 u8 msg[5] = { dev, reg >> 8, reg & 0xff, val >> 8 , val & 0xff }; in msp_writereg() 30 struct i2c_msg msgs = { .flags = 0, .len = 5, .buf = msg }; in msp_writereg() 34 msgs.addr = 0x40; in msp_writereg() 37 msgs.addr = 0x42; in msp_writereg() 40 return 0; in msp_writereg() 48 return 0; in msp_writereg() 53 u8 msg1[3] = { dev, reg >> 8, reg & 0xff }; in msp_readreg() 56 { .flags = 0 , .len = 3, .buf = msg1 }, in msp_readreg() 62 msgs[0].addr = 0x40; in msp_readreg() 63 msgs[1].addr = 0x40; in msp_readreg() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 28 radio_type##_##jspace##0 : \ 34 radio_type##_##jspace##0 : \ 42 radio_type##_##jspace##0##_##reg_name : \ 47 radio_type##_##jspace##0##_##reg_name : \ 53 radio_type##_##reg_name##_##jspace##0 : \ 58 radio_type##_##reg_name##_##jspace##0 : \ 107 #define NPHY_RSSICAL_NB_TARGET 0 120 #define NPHY_RSSI_SXT(x) ((s8) (-((x) & 0x20) + ((x) & 0x1f))) 129 #define NPHY_N_GCTL 0x66 135 #define NPHY_PAPD_COMP_OFF 0 [all …]
|
/openbmc/u-boot/test/ |
H A D | compression.c | 62 "\xd3\x86\x7e\x8f\x77\xd1\x5d\x0e\x7c\xe1\xac\xde\xf8\x65\x1f\x4d" 84 "\x69\x73\x20\x6d\x69\x6e\x65\x2e\x0a\x49\x66\x20\x49\x20\x77\x84" 86 "\x08\x00\x08\x77\x6f\x75\x6c\x64\x6e\x27\x74\x20\x62\x65\x20\x6d" 90 "\x74\x20\x77\x69\x74\x68\x20\x6c\x7a\x6f\x2c\x20\x61\x6e\x79\x77" 91 "\x61\x79\x2c\x0a\x77\x68\x69\x63\x68\x20\x61\x70\x70\x65\x61\x72" 106 "\x73\x20\x6d\x69\x6e\x65\x2e\x0a\x49\x66\x20\x49\x20\x77\x32\x00" 108 "\xf4\x0b\x77\x6f\x75\x6c\x64\x6e\x27\x74\x20\x62\x65\x20\x6d\x75" 112 "\x74\x20\x77\x69\x74\x68\x20\x6c\x7a\x6f\x2c\x63\x00\xf5\x14\x77" 113 "\x61\x79\x2c\x0a\x77\x68\x69\x63\x68\x20\x61\x70\x70\x65\x61\x72" 163 ut_asserteq(0, memcmp(plain, in, in_size)); in compress_using_bzip2() [all …]
|
/openbmc/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 …]
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_core_mpc.c | 14 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/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager/ |
H A D | blacklist.json | 4 "bus": 0, 5 "addresses": ["0x1f", "0x20", "0x21", "0x50", "0x71", "0x72", "0x73", string 6 "0x75", "0x76", "0x77"] 10 "addresses": ["0x20", "0x21", "0x22", "0x23", "0x25", "0x27", "0x2c", string 11 "0x2f", "0x34", "0x35", "0x41", "0x42", "0x43", "0x44", 12 "0x4b", "0x4f", "0x53", "0x54", "0x60", "0x61", "0x62", 13 "0x70"] 20 "addresses": ["0x30", "0x31", "0x33", "0x40", "0x41", "0x42", "0x44", string 21 "0x45", "0x52", "0x70"] 28 "addresses": ["0x4b", "0x4f", "0x60"] string [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 84 "\x5b\xac\x77\x65\xf1\xbc\x2f\x2a\xe5\x01\x61\xb8\x9f\xee\x53\x25" 86 "\xdc\x00\xd1\xd6\x1b\xa6\xba\x45\xe2\x77\x53\x31\xbf\xe1\xec\x0b" 103 "\x77\x73\x08\x0f\x32\xbd\xe6\x95\xdc\xd0\x14\x7d\x44\xdc\x3e\xd9" 110 "\x00\xe6\xc8\x91\x50\x49\x97\x56\x70\x6e\x25\xf5\x77\x25\xa5\x41" 122 "\x77\x4e\x73\xad\xd9\x24\xa8\x85\x8b\x26\x75\xd7\x1f\x66\x41\x41" 133 "\x05\x63\x01\x6d\x77\x06\x71\x24\xcf\x32\x01\xe2\x51\xed\x5e\x90" 135 "\x77\x85\x33\x92\x9a\xff\x95\xba\x8c\xcd\xa7\x89\xc2\x46\x00\x21" 142 "\x09\x7e\x82\xca\x91\xbe\xd0\xdd\x9c\x8c\xb0\x77\x64\x30\x1b\x7e" [all …]
|
/openbmc/u-boot/include/ |
H A D | linux_logo.h | 11 * values have to start from 0x20 12 * (i.e. RGB(linux_logo_red[0], 13 * linux_logo_green[0], 14 * linux_logo_blue[0]) is color 0x20) 24 0x02, 0x9E, 0xE9, 0xC4, 0x50, 0xC9, 0xC4, 0xE9, 25 0x65, 0xE3, 0xC2, 0x25, 0xA4, 0xEC, 0x90, 0xA6, 26 0xC4, 0x6A, 0xD1, 0xF3, 0x12, 0xED, 0xA0, 0xC2, 27 0xB8, 0xD5, 0xDB, 0xD2, 0x3E, 0x16, 0xEB, 0x54, 28 0xA9, 0xCD, 0xF5, 0x0A, 0xBA, 0xB3, 0xDC, 0x74, 29 0xCE, 0xF6, 0xD3, 0xC5, 0xEA, 0xB8, 0xED, 0x5E, [all …]
|
/openbmc/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 …]
|
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager/ |
H A D | blacklist.json | 11 "0x1a", string 12 "0x40", 13 "0x41", 14 "0x48", 15 "0x50", 16 "0x52", 17 "0x54", 18 "0x60", 19 "0x70", 20 "0x74", [all …]
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | cper_cxl.h | 15 GUID_INIT(0x80B9EFB4, 0x52B5, 0x4DE3, 0xA7, 0x77, 0x68, 0x78, \ 16 0x4B, 0x77, 0x10, 0x48)
|
/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() 218 "\x42\x83\x1e\xc2\x21\x77\x74\x24" 240 "\x42\x83\x1e\xc2\x21\x77\x74\x24" 276 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25" 352 "\x7d\x77\x3d\x00\xc1\x44\xc5\x25" 370 "\x77\xec\xfd\x5c\xa6\xe8\x7b\x08" 384 "\x54\x41\x77\xa8\xe3\xb0\x7e\x96" [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | selftest.c | 43 "\x7b\x4d\xb5\x95\x58\xb2\x52\x2e\xc6\x24\x4b\x71\x63\x80\x32\x77" 148 "\xcc\x12\x63\xd4\xd6\xac\x9b\x1d\x14\x77\x8d\x1c\x57\xd5\x27\xc6" 152 "\xcb\xa4\xfa\x77\xbb\x50\x24\x0b\x8b\x88\x99\x15\x56\xa9\x1e\x92" 153 "\xbf\x5d\x94\x77\xb6\xf1\x67\x01\x60\x06\x58\x5c\xdf\x18\x52\x79" 166 "\xdd\x23\xd6\x53\xb1\x74\x77\x12\xf7\x9c\xf0\x9a\x6b\xf7\xa9\x64" 168 "\x77\x55\x3c\x6f\x0c\x32\xd3\x8c\x44\x39\x71\x25\xfe\x96\xd2" 199 if (ret < 0) in fips_signature_selftest() 202 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest() 213 if (ret < 0) in fips_signature_selftest() 217 if (ret < 0) in fips_signature_selftest() [all …]
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-tw28.c | 30 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x00 */ 31 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 32 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x10 */ 33 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 34 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x20 */ 35 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 36 0x00, 0xf0, 0x70, 0x30, 0x80, 0x80, 0x00, 0x02, /* 0x30 */ 37 0x12, 0xf5, 0x0c, 0xd0, 0x00, 0x00, 0x00, 0x7f, 38 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0x40 */ 39 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/openbmc/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 146 s->maps[0].name = "tap_rss_map_configurations"; in rss_bpf__create_skeleton() 147 s->maps[0].map = &obj->maps.tap_rss_map_configurations; in rss_bpf__create_skeleton() 164 s->progs[0].name = "tun_rss_steering_prog"; in rss_bpf__create_skeleton() 165 s->progs[0].prog = &obj->progs.tun_rss_steering_prog; in rss_bpf__create_skeleton() 166 s->progs[0].link = &obj->links.tun_rss_steering_prog; in rss_bpf__create_skeleton() 171 return 0; in rss_bpf__create_skeleton() 180 \x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() 181 \0\0\0\0\0\0\0\0\0\0\0\xb0\x4b\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x0d\0\ in rss_bpf__elf_bytes() 182 \x01\0\x7b\x1a\x48\xff\0\0\0\0\xb7\x09\0\0\0\0\0\0\x63\x9a\x54\xff\0\0\0\0\xbf\ in rss_bpf__elf_bytes() 183 \xa7\0\0\0\0\0\0\x07\x07\0\0\x54\xff\xff\xff\x18\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() [all …]
|