Home
last modified time | relevance | path

Searched full:e4 (Results 1 – 25 of 92) sorted by relevance

1234

/linux/Documentation/admin-guide/aoe/
H A Daoe.rst100 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
/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci93 expression as3.E1, as3.E2, as3.E3, E4;
99 ... when != \(subE1\|subE2\|subE3\) aop E4
123 expression as3.E1, as3.E2, as3.E3, E4;
129 ... when != \(subE1\|subE2\|subE3\) aop E4
157 expression ss.E1, ss.E2, ss.E3, E4;
163 ... when != subE3 aop E4
185 expression ss.E1, ss.E2, ss.E3, E4;
191 ... when != subE3 aop E4
/linux/scripts/coccinelle/api/alloc/
H A Dzalloc-simple.cocci50 expression E1,E2,E3,E4;
82 - x = kmem_cache_alloc(E3,E4);
83 + x = kmem_cache_zalloc(E3,E4);
85 - x = (T *)kmem_cache_alloc(E3,E4);
86 + x = kmem_cache_zalloc(E3,E4);
88 - x = (T)kmem_cache_alloc(E3,E4);
89 + x = (T)kmem_cache_zalloc(E3,E4);
133 expression E1,E2,E3,E4;
136 x = (T)dma_alloc_coherent(E1, E2, E3, E4);
207 expression E1,E2,E3,E4;
[all …]
/linux/arch/powerpc/kernel/
H A Dalign.c42 #define E4 0x40 /* SPE endianness is word */ macro
49 { 8, LD+E4 }, /* 0 00 01: evldw[x] */
60 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */
66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */
77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */
79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */
232 case E4: in emulate_spe()
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac)
105 dst_mac = "e4:12:00:" + mac
/linux/include/acpi/
H A Dacuuid.h32 #define UUID_NVDIMM_ROOT_DEVICE "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
42 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst59 …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…
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S48 .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)
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c1039 /* 4mA when (e8, e4) = (0, 0) in mtk_pinconf_drive_set()
1040 * 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_set()
1041 * 12mA when (e8, e4) = (1, 0) in mtk_pinconf_drive_set()
1042 * 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_set()
1077 /* 4mA when (e8, e4) = (0, 0); 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_get()
1078 * 12mA when (e8, e4) = (1, 0); 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_get()
H A Dpinctrl-airoha.c2677 u32 e2, e4; in airoha_pinconf_get() local
2680 airoha_pinctrl_get_drive_e4_conf(pinctrl, pin, &e4)) in airoha_pinconf_get()
2683 arg = e4 << 1 | e2; in airoha_pinconf_get()
2745 u32 e2 = 0, e4 = 0; in airoha_pinconf_set() local
2754 e4 = 1; in airoha_pinconf_set()
2758 e4 = 1; in airoha_pinconf_set()
2765 airoha_pinctrl_set_drive_e4_conf(pinctrl, pin, e4); in airoha_pinconf_set()
/linux/Documentation/devicetree/bindings/arm/hisilicon/
H A Dlow-pin-count.yaml55 ipmi0: bt@e4 {
/linux/net/netfilter/
H A Dnft_compat.c54 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()
452 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param()
453 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
/linux/drivers/acpi/nfit/
H A Dnfit.h17 #define UUID_NFIT_BUS "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
20 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/linux/Documentation/i2c/busses/
H A Di2c-nforce2.rst9 * nForce3 250Gb MCP 10de:00E4
/linux/Documentation/hwmon/
H A Daht10.rst16 …Chinese: http://www.aosong.com/userfiles/files/media/AHT10%E4%BA%A7%E5%93%81%E6%89%8B%E5%86%8C%20A…
/linux/tools/testing/selftests/bpf/progs/
H A Diters.c206 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop()
208 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop()
210 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop()
212 bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1); in iter_manual_unroll_loop()
249 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops()
251 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops()
253 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops()
255 bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1); in iter_multiple_sequential_loops()
/linux/Documentation/arch/x86/
H A Dzero-page.rst35 1E4/004 ALL scratch Scratch field for the kernel setup code
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62p-main.dtsi55 audio_refclk1: clock-controller@82e4 {
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt75 local-mac-address = [a2 14 e4 4b 56 76];
/linux/arch/m68k/ifpsp060/
H A Ditest.sa219 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 …]
/linux/drivers/usb/atm/
H A Dueagle-atm.c101 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()
2027 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4; in uea_dispatch_cmv_e4()
2028 struct cmv_e4 *cmv = &intr->u.e4.s2.cmv; in uea_dispatch_cmv_e4()
/linux/lib/
H A Dpolynomial.c39 * 17204e2) / 1e4
H A Dbch.c669 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
675 e4 = poly->c[4]; in find_poly_deg4_roots()
676 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
677 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
678 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
679 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
/linux/drivers/media/usb/dvb-usb-v2/
H A Danysee.c427 * IOA=4d IOB=00 IOC=cc IOD=48 IOE=e4
443 * IOA=4d IOB=00 IOC=c4 IOD=08 IOE=e4
451 * IOA=4d IOB=00 IOC=cc IOD=48 IOE=e4
459 * IOA=4d IOB=00 IOC=cc IOD=48 IOE=e4
475 * IOA=4d IOB=00 IOC=c4 IOD=08 IOE=e4
/linux/arch/m68k/fpsp040/
H A Dbindec.S791 | | 0 | e3 | e2 | e1 | e4 | X | X | X |
794 | And are moved into their proper places in FP_SCR1. If digit e4
870 bfins %d0,FP_SCR1(%a6){#16:#4} |put e4 in FP_SCR1
871 tstb %d0 |check if e4 is zero

1234