/linux/arch/mips/bcm47xx/ |
H A D | board.c | 243 const struct bcm47xx_board_type_list3 *e3; in bcm47xx_board_get_nvram() local 310 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) { in bcm47xx_board_get_nvram() 311 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram() 312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram() 313 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram() 314 return &e3->board; in bcm47xx_board_get_nvram()
|
/linux/Documentation/input/ |
H A D | shape.svg | 9 …<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…
|
H A D | interactive.svg | 2 …<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/arch/arm/crypto/ |
H A D | ghash-ce-core.S | 376 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/fs/ntfs3/ |
H A D | bitmap.c | 365 struct e_node *e, *e3; in wnd_remove_free_ext() local 395 e3 = rb_entry(n3, struct e_node, start.node); in wnd_remove_free_ext() 396 if (e3->start.key >= end_in) in wnd_remove_free_ext() 399 if (e3->count.key == wnd->extent_max) in wnd_remove_free_ext() 402 end3 = e3->start.key + e3->count.key; in wnd_remove_free_ext() 404 e3->start.key = end_in; in wnd_remove_free_ext() 405 rb_erase(&e3->count.node, &wnd->count_tree); in wnd_remove_free_ext() 406 e3->count.key = end3 - end_in; in wnd_remove_free_ext() 407 rb_insert_count(&wnd->count_tree, e3); in wnd_remove_free_ext() 412 rb_erase(&e3->start.node, &wnd->start_tree); in wnd_remove_free_ext() [all …]
|
/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument 75 .element = { (e0), (e1), (e2), (e3) }, \ 89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument 95 .element = { (e0), (e1), (e2), (e3) }, \ 109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument 115 .element = { (e0), (e1), (e2), (e3)}, \
|
/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 71 .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/arch/arm64/boot/dts/rockchip/ |
H A D | rk3568-wolfvision-pf5-display-vz.dtso | 14 compatible = "jasonic,jt240mhqs-hwt-ek-e3",
|
/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-gl861-cardlist.rst | 18 - 05e3:f170
|
H A D | gspca-cardlist.rst | 225 gl860 05e3:0503 Genesys Logic PC Camera 226 gl860 05e3:f191 Genesys Logic PC Camera
|
/linux/lib/ |
H A D | bch.c | 636 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 640 e3 = poly->c[3]; in find_poly_deg3_roots() 641 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 642 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 643 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
|
/linux/Documentation/hwmon/ |
H A D | da9052.rst | 78 Default values of R25, B, ITBAT are 10e3, 3380 and 50e-6 respectively.
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 568 u32 e3; /* 578xx */ member 701 return bnx2x_blocks_parity_data[idx].reg_mask.e3; in bnx2x_parity_reg_mask()
|
/linux/Documentation/arch/x86/ |
H A D | exception-tables.rst | 199 > 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/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8084.dtsi | 379 tsens_s5_p2_backup: s5-p2-backup@e3 { 384 tsens_mode_backup: mode-backup@e3 {
|
H A D | qcom-msm8974.dtsi | 1367 tsens_s5_p2_backup: s5-p2-backup@e3 { 1372 tsens_mode_backup: mode-backup@e3 {
|
/linux/drivers/tty/vt/ |
H A D | cp437.uni | 117 0x61 U+0061 U+00e3
|
/linux/Documentation/iio/ |
H A D | adxl380.rst | 223 002bc3c0 f7 fd 00 cb fb 94 24 80 f7 e3 00 f2 fb b8 24 80 |......$.......$.|
|
H A D | adis16480.rst | 425 00006ae0 09 61 00 00 00 00 1e e3 00 00 1b bf 00 03 27 0b |.a............'.|
|
/linux/Documentation/networking/ |
H A D | statistics.rst | 27 link/ether 48:2a:e3:4c:b1:d1 brd ff:ff:ff:ff:ff:ff
|
H A D | openvswitch.rst | 88 in_port(1), eth(src=e0:91:f5:21:d0:b2, dst=00:02:e3:0f:80:a4),
|
/linux/Documentation/staging/ |
H A D | static-keys.rst | 243 ffffffff810442c0: 48 c7 c7 e3 54 98 81 mov $0xffffffff819854e3,%rdi
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 319 …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/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 292 e3: JrCXZ Jb (f64) (!REX2) 586 e3: pavgw Pq,Qq | vpavgw Vx,Hx,Wx (66),(v1) 824 e3: CMPNBXADD My,Gy,By (66),(v1),(o64)
|
/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.sa | 1221 dc.l $4800b7de,$60ff0000,$27283fdc,$000082e3
|