Searched refs:e3 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/mips/bcm47xx/
H A Dboard.c243 const struct bcm47xx_board_type_list3 *e3; local
310 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) {
311 if (!strcmp(buf1, e3->value1) &&
312 !strcmp(buf2, e3->value2) &&
313 !strcmp(buf3, e3->value3))
314 return &e3->board;
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S376 e3 .req q12
467 vmov e3, ctr
470 aes_encrypt ip, r6, e0, e1, e2, e3
509 veor \in3, \in3, e3
521 veor e3, e3, \in3
524 vst1.8 {e2-e3}, [r4]!
585 vld1.8 {e3}, [r8] // permute vector for key stream
592 veor e0, e0, e3
641 vld1.8 {e3}, [r
[all...]
/linux-master/fs/ntfs3/
H A Dbitmap.c365 struct e_node *e, *e3; local
395 e3 = rb_entry(n3, struct e_node, start.node);
396 if (e3->start.key >= end_in)
399 if (e3->count.key == wnd->extent_max)
402 end3 = e3->start.key + e3->count.key;
404 e3->start.key = end_in;
405 rb_erase(&e3->count.node, &wnd->count_tree);
406 e3->count.key = end3 - end_in;
407 rb_insert_count(&wnd->count_tree, e3);
[all...]
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c65 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \
71 .unpack = { e0, e1, e2, e3 }, \
88 /* name a r g b e0 e1 e2 e3 alpha tight cpp cnt ... */
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S71 .long R(52, 29, 29, 7b), R(dd, e3, e3, 3e)
75 .long R(40, 20, 20, 60), R(e3, fc, fc, 1f)
88 .long R(25, 9f, 9f, ba), R(4b, a8, a8, e3)
167 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93)
191 .long R(e3, 1f, 8f, 57), R(66, 55, ab, 2a)
239 .long R(0d, 86, 52, ec), R(77, c1, e3, d0)
270 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \
40 .element = { (e0), (e1), (e2), (e3) }, \
53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \
59 .element = { (e0), (e1), (e2), (e3) }, \
73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \
79 .element = { (e0), (e1), (e2), (e3)}, \
/linux-master/lib/
H A Dbch.c639 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; local
643 e3 = poly->c[3];
644 c2 = gf_div(bch, poly->c[0], e3);
645 b2 = gf_div(bch, poly->c[1], e3);
646 a2 = gf_div(bch, poly->c[2], e3);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h388 /* we multiply by 1e3/8 to get bytes/msec. We don't want the credits
568 u32 e3; /* 578xx */ member in struct:__anon303::__anon304
701 return bnx2x_blocks_parity_data[idx].reg_mask.e3;
/linux-master/drivers/iio/accel/
H A Dsca3300.c538 usleep_range(26e3, 50e3);
/linux-master/tools/perf/scripts/python/
H A Dtask-analyzer.py181 "ms": 1e3,
/linux-master/drivers/video/fbdev/
H A Di740fb.c646 freq = (((u32)1e9) / var->pixclock) * (u32)(1e3);
/linux-master/tools/perf/
H A Dbuiltin-lock.c229 { 1e3, "us" },
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c204 e3, e3val, \
221 ((u64)(e3val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e3##_SHIFT) | \

Completed in 186 milliseconds