Searched refs:e4 (Results 1 - 7 of 7) sorted by relevance

/linux-master/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-master/net/netfilter/
H A Dnft_compat.c54 struct ipt_entry e4; member in union:nft_entry
152 entry->e4.ip.proto = proto;
153 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0;
453 entry->e4.ip.proto = proto;
454 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0;
/linux-master/lib/
H A Dbch.c672 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; local
678 e4 = poly->c[4];
679 d = gf_div(bch, poly->c[0], e4);
680 c = gf_div(bch, poly->c[1], e4);
681 b = gf_div(bch, poly->c[2], e4);
682 a = gf_div(bch, poly->c[3], e4);
/linux-master/net/sched/
H A Dem_ipt.c46 struct ipt_entry e4; member in union:__anon468
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c101 struct cmv_dsc_e4 e4; member in union:cmv_dsc
477 #define e4_bSwapPageNo u.e4.s1.swapinfo.bSwapPageNo
513 union intr_data_e4 e4; member in union:intr_pkt::__anon485
1186 sc->cmv_dsc.e4.function = function | (0x1 << 4);
1187 sc->cmv_dsc.e4.offset = offset;
1188 sc->cmv_dsc.e4.address = address;
1189 sc->cmv_dsc.e4.group = group;
1849 sc->cmv_dsc.e4.function = E4_MAKEFUNCTION(E4_ADSLDIRECTIVE,
2027 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4;
2028 struct cmv_e4 *cmv = &intr->u.e4
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.c1504 u16 e2, e4; local
1508 e4 = dib0090_read_reg(state, 0x28);
1519 e2 = e4 = (3<<12) | (34<<6) | (n);
1522 if (e2 != e4)
1523 e2 &= e4; /* Remove the redundancy */
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c205 e4, e4val, \
222 ((u64)(e4val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e4##_SHIFT) | \

Completed in 332 milliseconds