Home
last modified time | relevance | path

Searched refs:e3 (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/arch/mips/bcm47xx/
A Dboard.c242 const struct bcm47xx_board_type_list3 *e3; in bcm47xx_board_get_nvram() local
309 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) { in bcm47xx_board_get_nvram()
310 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram()
311 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram()
312 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram()
313 return &e3->board; in bcm47xx_board_get_nvram()
/linux-6.3-rc2/Documentation/input/
A Dshape.svg9 …<polyline transform="translate(-121.88 -68.4)" points="3600 3600 3e3 3600" fill="none" stroke="#00…
10 …<polyline transform="translate(-121.88 -68.4)" points="4125 3075 3e3 3075" fill="none" stroke="#00…
17 …<polyline transform="translate(-121.88 -68.4)" points="3e3 3167 3e3 3583" fill="none" stroke="#000…
18 …<polyline transform="translate(-121.88 -68.4)" points="2970 3478 3e3 3598 3030 3478" fill="none" s…
19 …<polyline transform="translate(-121.88 -68.4)" points="3030 3272 3e3 3152 2970 3272" fill="none" s…
A Dinteractive.svg2 …<polyline transform="translate(-18.5,-16.294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200…
6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill…
/linux-6.3-rc2/arch/arm/crypto/
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}, [r8] // permute vector for key stream
652 veor e0, e0, e3
/linux-6.3-rc2/fs/ntfs3/
A Dbitmap.c364 struct e_node *e, *e3; in wnd_remove_free_ext() local
394 e3 = rb_entry(n3, struct e_node, start.node); in wnd_remove_free_ext()
395 if (e3->start.key >= end_in) in wnd_remove_free_ext()
398 if (e3->count.key == wnd->extent_max) in wnd_remove_free_ext()
401 end3 = e3->start.key + e3->count.key; in wnd_remove_free_ext()
403 e3->start.key = end_in; in wnd_remove_free_ext()
405 e3->count.key = end3 - end_in; in wnd_remove_free_ext()
406 rb_insert_count(&wnd->count_tree, e3); in wnd_remove_free_ext()
411 rb_erase(&e3->start.node, &wnd->start_tree); in wnd_remove_free_ext()
412 rb_erase(&e3->count.node, &wnd->count_tree); in wnd_remove_free_ext()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/
A Dmdp_format.c65 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument
71 .unpack = { e0, e1, e2, e3 }, \
/linux-6.3-rc2/arch/powerpc/crypto/
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-6.3-rc2/Documentation/admin-guide/media/
A Ddvb-usb-gl861-cardlist.rst18 - 05e3:f170
A Dgspca-cardlist.rst225 gl860 05e3:0503 Genesys Logic PC Camera
226 gl860 05e3:f191 Genesys Logic PC Camera
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_formats.c34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
40 .element = { (e0), (e1), (e2), (e3) }, \
53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
59 .element = { (e0), (e1), (e2), (e3) }, \
73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
79 .element = { (e0), (e1), (e2), (e3)}, \
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/
A Dallwinner,sun8i-a23-rsb.yaml74 pmic@3e3 {
/linux-6.3-rc2/Documentation/hwmon/
A Dda9052.rst78 Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.
/linux-6.3-rc2/lib/
A Dbch.c673 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
677 e3 = poly->c[3]; in find_poly_deg3_roots()
678 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
679 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
680 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_init.h568 u32 e3; /* 578xx */ member
701 return bnx2x_blocks_parity_data[idx].reg_mask.e3; in bnx2x_parity_reg_mask()
/linux-6.3-rc2/Documentation/x86/
A Dexception-tables.rst199 > c017e79d <do_con_write+d9> ja c017e7a7 <do_con_write+e3>
203 > c017e7a7 <do_con_write+e3> movzbl %dl,%esi
214 > c0199ffc <.fixup+10bc> jmp c017e7a7 <do_con_write+e3>
/linux-6.3-rc2/arch/arm/boot/dts/
A Dqcom-apq8084.dtsi378 tsens_s5_p2_backup: s5-p2_backup@e3 {
383 tsens_mode_backup: mode_backup@e3 {
A Dqcom-msm8974.dtsi1325 tsens_s5_p2_backup: s5-p2_backup@e3 {
1330 tsens_mode_backup: mode_backup@e3 {
/linux-6.3-rc2/drivers/tty/vt/
A Dcp437.uni117 0x61 U+0061 U+00e3
/linux-6.3-rc2/Documentation/networking/
A Dstatistics.rst27 link/ether 48:2a:e3:4c:b1:d1 brd ff:ff:ff:ff:ff:ff
A Dopenvswitch.rst88 in_port(1), eth(src=e0:91:f5:21:d0:b2, dst=00:02:e3:0f:80:a4),
/linux-6.3-rc2/Documentation/staging/
A Dstatic-keys.rst243 ffffffff810442c0: 48 c7 c7 e3 54 98 81 mov $0xffffffff819854e3,%rdi
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dnet.rst312 …84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8:43:e3:c9:0c:fd:17:55:c2…
/linux-6.3-rc2/arch/x86/lib/
A Dx86-opcode-map.txt287 e3: JrCXZ Jb (f64)
581 e3: pavgw Pq,Qq | vpavgw Vx,Hx,Wx (66),(v1)
/linux-6.3-rc2/tools/arch/x86/lib/
A Dx86-opcode-map.txt287 e3: JrCXZ Jb (f64)
581 e3: pavgw Pq,Qq | vpavgw Vx,Hx,Wx (66),(v1)
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dchip.c204 e3, e3val, \ argument
221 ((u64)(e3val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e3##_SHIFT) | \

Completed in 65 milliseconds

12