/openbmc/linux/Documentation/admin-guide/aoe/ |
H A D | aoe.rst | 100 e4.0 eth1 up 101 e4.1 eth1 up 102 e4.2 eth1 up 103 e4.3 eth1 up 104 e4.4 eth1 up 105 e4.5 eth1 up 106 e4.6 eth1 up 107 e4.7 eth1 up 108 e4.8 eth1 up 109 e4.9 eth1 up
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | xen.h | 981 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 987 e1, e2, e3, e4, e5, e6}} 990 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 991 ((xen_uuid_t)XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6)) 993 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument 994 XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6)
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | stream_test.cpp | 78 uint32_t e4; in TEST() local 81 stream >> e3 >> e2 >> e4 >> e1; in TEST() 86 EXPECT_EQ(v4, e4); in TEST()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 48 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 116 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4) 120 .long R(d3, e4, e4, 37), R(f2, 79, 79, 8b) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 248 .long R(2c, 3a, 9d, e4), R(50, 78, 92, 0d) 269 .long R(cc, aa, 4d, 54), R(e4, 96, 04, df) 289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | gdb-config.c.inc | 184 …"03:00:e4:f8:03:10:e4:8d:03:20:e4:9d:03:30:e4:ac","03:43:26:08:03:43:2e:03:03:43:26:33:03:43:2e:25… 216 "03:00:e4:5d","03:40:e3:07",0,0,0,0) 248 "03:00:e4:7c:03:10:e4:cc","03:40:e2:07:03:40:ec:07",0,0,0,0)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-makefile-add-ldflags.patch | 8 index 02179e4..9070974 100644
|
H A D | rdist-6.1.5-bb-build.patch | 62 index 02179e4..9ec551d 100644
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/ |
H A D | 0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | 14 index be544d1..14696e4 100644
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | tracepoints.rst | 59 …1 318.582243: mlx5_esw_bridge_fdb_entry_init: net_device=enp8s0f0_0 addr=e4:fd:05:08:00:02 vid=0… 66 … 318.629871: mlx5_esw_bridge_fdb_entry_cleanup: net_device=enp8s0f0_1 addr=e4:fd:05:08:00:03 vid=0… 74 … 466716: mlx5_esw_bridge_fdb_entry_refresh: net_device=enp8s0f0_0 addr=e4:fd:05:08:00:02 vid=3…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd/ |
H A D | 0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch | 14 index 68035e4..e3f7990 100644
|
/openbmc/linux/net/netfilter/ |
H A D | nft_compat.c | 54 struct ipt_entry e4; member 152 entry->e4.ip.proto = proto; in nft_target_set_tgchk_param() 153 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_target_set_tgchk_param() 453 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param() 454 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
|
/openbmc/linux/lib/ |
H A D | bch.c | 672 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 678 e4 = poly->c[4]; in find_poly_deg4_roots() 679 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots() 680 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots() 681 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots() 682 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 685 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 691 e4 = poly->c[4]; in find_poly_deg4_roots() 692 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots() 693 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots() 694 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots() 695 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
|
/openbmc/linux/drivers/usb/atm/ |
H A D | ueagle-atm.c | 101 struct cmv_dsc_e4 e4; member 477 #define e4_bSwapPageNo u.e4.s1.swapinfo.bSwapPageNo 513 union intr_data_e4 e4; member 1186 sc->cmv_dsc.e4.function = function | (0x1 << 4); in uea_cmv_e4() 1187 sc->cmv_dsc.e4.offset = offset; in uea_cmv_e4() 1188 sc->cmv_dsc.e4.address = address; in uea_cmv_e4() 1189 sc->cmv_dsc.e4.group = group; in uea_cmv_e4() 1849 sc->cmv_dsc.e4.function = E4_MAKEFUNCTION(E4_ADSLDIRECTIVE, in uea_start_reset() 2028 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4; in uea_dispatch_cmv_e4() 2029 struct cmv_e4 *cmv = &intr->u.e4.s2.cmv; in uea_dispatch_cmv_e4()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
H A D | 0001-src-mmap_hook.cc-Fix-build-for-32bit-machine.patch | 23 index 0a0f62f..27425e4 100644
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | itest.sa | 219 dc.l $ffc061ff,$000041be,$4a0066ff,$000041e4 862 dc.l $44fc0000,$48eeffff,$ff804c3b,$340240e4 868 dc.l $340242e4,$42eeff7e,$48ee7fff,$ffc02d7c 873 dc.l $ff804c3b,$340244e4,$42eeff7e,$48ee7fff 878 dc.l $48ee7fff,$ff804c3b,$340246e4,$42eeff7e 883 dc.l $44fc0000,$48ee7fff,$ff804c3b,$340248e4 922 dc.l $340240e4,$42eeff7e,$48eeffff,$ffc02d7c 927 dc.l $ff804c3b,$340242e4,$42eeff7e,$48eeffff 932 dc.l $48eeffff,$ff804c3b,$340244e4,$42eeff7e 937 dc.l $44fc0000,$48eeffff,$ff804c3b,$340246e4 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | hisilicon-hns-nic.txt | 75 local-mac-address = [a2 14 e4 4b 56 76];
|
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | gdb-config.c.inc | 82 "03:04:e4:b2","03:04:e4:a7",0,0,0,0)
|
/openbmc/linux/net/sched/ |
H A D | em_ipt.c | 46 struct ipt_entry e4; in check_match() member
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib0090.c | 1504 u16 e2, e4; in dib0090_set_EFUSE() local 1508 e4 = dib0090_read_reg(state, 0x28); in dib0090_set_EFUSE() 1519 e2 = e4 = (3<<12) | (34<<6) | (n); in dib0090_set_EFUSE() 1522 if (e2 != e4) in dib0090_set_EFUSE() 1523 e2 &= e4; /* Remove the redundancy */ in dib0090_set_EFUSE()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 977 float16 e4 = e2; in HELPER() local 981 d[H2(i + 1)] = float16_muladd(e4, e3, a[H2(i + 1)], 0, fpst); in HELPER() 1012 float16 e4 = e2; in HELPER() local 1015 d[H2(j + 1)] = float16_muladd(e4, e3, a[H2(j + 1)], 0, fpst); in HELPER() 1039 float32 e4 = e2; in HELPER() local 1043 d[H4(i + 1)] = float32_muladd(e4, e3, a[H4(i + 1)], 0, fpst); in HELPER() 1074 float32 e4 = e2; in HELPER() local 1077 d[H4(j + 1)] = float32_muladd(e4, e3, a[H4(j + 1)], 0, fpst); in HELPER() 1101 float64 e4 = e2; in HELPER() local 1105 d[i + 1] = float64_muladd(e4, e3, a[i + 1], 0, fpst); in HELPER()
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8084.dtsi | 389 tsens_s6_p2_backup: s6-p2_backup@e4 { 394 tsens_s7_p2_backup: s7-p2_backup@e4 {
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | visl.rst | 152 00000030: 6371 5eb5 0eb8 23b5 ca6a 5de5 983a 19e4 cq^...#..j]..:..
|
/openbmc/linux/drivers/tty/vt/ |
H A D | cp437.uni | 158 0x84 U+00e4
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-i801.rst | 164 Capabilities: [e4] #09 [2106]
|