| /Linux-v5.15/arch/x86/crypto/ |
| D | sha256-avx-asm.S | 110 g = %r10d define 143 h = g 144 g = f define 158 MY_ROR (25-11), y0 # y0 = e >> (25-11) 162 xor e, y0 # y0 = e ^ (e >> (25-11)) 164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 166 xor g, y2 # y2 = f^g 168 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 169 and e, y2 # y2 = (f^g)&e 174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) [all …]
|
| D | sha256-ssse3-asm.S | 103 g = %r10d define 137 h = g 138 g = f define 152 ror $(25-11), y0 # y0 = e >> (25-11) 156 xor e, y0 # y0 = e ^ (e >> (25-11)) 158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 161 xor g, y2 # y2 = f^g 163 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 164 and e, y2 # y2 = (f^g)&e 169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) [all …]
|
| D | sha256-avx2-asm.S | 105 g = %r10d define 143 h = g 144 g = f define 157 rorx $25, e, y0 # y0 = e >> 25 # S1A 166 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 167 xor g, y2 # y2 = f^g # CH 171 and e, y2 # y2 = (f^g)&e # CH 172 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 181 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH 205 rorx $25, e, y0 # y0 = e >> 25 # S1A [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/phy/ |
| D | microchip,sparx5-serdes.yaml | 37 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII) 48 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII) 49 * 10 Gbps (10G-USGMII) 60 * 5.15625 Gbps (5GBASE-KR/5G-USXGMII) 61 * 10 Gbps (10G-USGMII) 63 * 25.78125 Gbps (25GBASE-KR/25GBASE-CR/25GBASE-SR/25GBASE-LR/25GBASE-ER)
|
| /Linux-v5.15/arch/powerpc/crypto/ |
| D | sha256-spe-asm.S | 101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument 105 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \ 109 andc rT1,g,e; /* 1: ch' = ~e and g */ \ 132 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \ 136 andc rT1,f,d; /* 2: ch' = ~e and g */ \ 139 add g,g,rT0; /* 2: temp1 = h + S1 */ \ 142 add g,g,rT3; /* 2: temp1 = temp1 + temp1' */ \ 144 add g,g,rT2; /* 2: temp1 = temp1 + K */ \ 151 add c,c,g; /* 2: d = d + temp1 */ \ 154 add g,g,rT3 /* 2: h = temp1 + temp2 */ [all …]
|
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ |
| D | selection.svg | 54 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 57 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 60 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 63 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 108 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 186 …lacementMap in="SourceGraphic" in2="result0" scale="62" xChannelSelector="B" yChannelSelector="G"/> 306 …-1.76-.163-5.531.25-3.542.39-9.008 1.21-10.281 1.876-1.6-.295-3.887-.507-5.875-.313-3.059.3-4.941.… 307 …3.86-.42-5.843-.188-3.052.358-4.945.568-6.875.781-.657.073-1.041.173-1.344.25-.427.128-.685.268-1.… 309 …25c1.133-.23 2.304.209 6.343-.5 4.04-.709 5.5-.927 6.22-1.187.715-.26 1.704-.568 2.343-1.094 1.924… 310 …56 2.266-.63 3.032-.874.24-.088.463-.122.75-.156 1.148-.14 2.316.34 6.375-.25 4.058-.59 5.562-.778… [all …]
|
| /Linux-v5.15/drivers/net/ethernet/microchip/sparx5/ |
| D | sparx5_port.c | 61 DUPLEX_FULL : DUPLEX_UNKNOWN; // 1G HDX not supported in decode_cl37_word() 432 /* 12: Disable 5G/10G/25 BaseR PCS */ in sparx5_port_disable() 439 /* Disable 25G PCS */ in sparx5_port_disable() 445 /* 12: Disable 1G PCS */ in sparx5_port_disable() 714 * For BaseR, the serdes driver supports 10GGBASE-R and speed 5G/10G/25G in sparx5_serdes_set() 801 /* SFI : No in-band-aneg. Speeds 5G/10G/25G */ in sparx5_port_pcs_high_set() 806 /* Enable PCS for 25G device, speed 25G */ in sparx5_port_pcs_high_set() 812 /* Enable PCS for 5G/10G/25G devices, speed 5G/10G */ in sparx5_port_pcs_high_set() 819 /* Enable 5G/10G/25G MAC module */ in sparx5_port_pcs_high_set() 842 /* Switch between 1G/2500 and 5G/10G/25G devices */ [all …]
|
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | mad.h | 404 * get_link_speed - determine whether 12.5G or 25G speed 406 * @return: Return 2 if link speed identified as 12.5G 407 * or return 1 if link speed is 25G. 411 * speed is 25G, the function return as 1 as it is required 412 * by xmit counter conversion formula :-( 25G / link_speed). 414 * link speed is 25G or 2 if 12.5G.This is done to avoid
|
| /Linux-v5.15/Documentation/driver-api/media/drivers/ |
| D | zoran.rst | 33 Norms: PAL, SECAM (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps) 54 Norms: PAL, SECAM (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps) 75 Norms: PAL (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps) 92 Norms: PAL (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps) 109 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps) 126 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps) 144 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps) 162 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps) 180 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps) 199 The CCIR has defined different standards: A,B,D,E,F,G,D,H,I,K,K1,L,M,N,... [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | microchip,sparx5-switch.yaml | 22 IPv6 (S,G) multicast groups. 30 1G/2.5G/5G/10G switching with 10G/25G aggregation links is required. 176 /* Then the 25G interfaces */
|
| /Linux-v5.15/Documentation/devicetree/bindings/iio/accel/ |
| D | adi,adxl372.yaml | 7 title: Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer 13 Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer that supports 50 interrupts = <25 IRQ_TYPE_EDGE_FALLING>; 65 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-bus-dfl-devices-n3000-nios | 5 Description: Read-only. Returns the FEC mode of the 25G links of the 10 configured to 25G.
|
| /Linux-v5.15/lib/crypto/ |
| D | curve25519-fiat32.c | 20 * fe limbs are bounded by 1.125*2^26,1.125*2^25,1.125*2^26,1.125*2^25,etc. 25 /* fe_loose limbs are bounded by 3.375*2^26,3.375*2^25,3.375*2^26,3.375*2^25,etc 42 h[1] = (a0>>26) | ((a1&((1<<19)-1))<< 6); /* (32-26) + 19 = 6+19 = 25 */ in fe_frombytes_impl() 44 h[3] = (a2>>13) | ((a3&((1<< 6)-1))<<19); /* (32-13) + 6 = 19+ 6 = 25 */ in fe_frombytes_impl() 46 h[5] = a4&((1<<25)-1); /* 25 */ in fe_frombytes_impl() 47 h[6] = (a4>>25) | ((a5&((1<<19)-1))<< 7); /* (32-25) + 19 = 7+19 = 26 */ in fe_frombytes_impl() 48 h[7] = (a5>>19) | ((a6&((1<<12)-1))<<13); /* (32-19) + 12 = 13+12 = 25 */ in fe_frombytes_impl() 50 h[9] = (a7>> 6)&((1<<25)-1); /* 25 */ in fe_frombytes_impl() 61 /* This function extracts 25 bits of result and 1 bit of carry in addcarryx_u25() 65 *low = x & ((1 << 25) - 1); in addcarryx_u25() [all …]
|
| /Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
| D | pte-40x.h | 18 * 0 1 2 3 4 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 19 * RPN..................... 0 0 EX WR ZSEL....... W I M G 35 * modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for 36 * software PTE bits. We actually use bits 21, 24, 25, and 41 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | zonefs.rst | 12 device support (e.g. f2fs), zonefs does not hide the sequential write 150 must be used. This type of elevator (e.g. mq-deadline) is set by default 177 devices, e.g. due to bad sectors. However, in addition to such known I/O 210 completed writes when the device write cache is flushed, e.g. on fsync(). 329 A zoned block device (e.g. an NVMe Zoned Namespace device) may have limits on 365 dr-xr-xr-x 2 root root 1 Nov 25 13:23 cnv 366 dr-xr-xr-x 2 root root 55356 Nov 25 13:23 seq 375 -rw-r----- 1 root root 140391743488 Nov 25 13:23 0 387 -rw-r----- 1 root root 0 Nov 25 13:23 0 388 -rw-r----- 1 root root 0 Nov 25 13:23 1 [all …]
|
| /Linux-v5.15/drivers/phy/microchip/ |
| D | Kconfig | 13 Enable this for support of the 10G/25G SerDes on Microchip Sparx5.
|
| /Linux-v5.15/drivers/eisa/ |
| D | eisa.ids | 26 ACR1201 "Acer 1200 486/25 EISA System Board" 64 AIR0101 "AIR486SE/25/33 EISA Baby AT-foot print motherboard." 65 AIR0103 "AIR486SE/25/33/50" 66 AIR0201 "AIR486LE/25/33/50" 139 CCI1001 "Cache Computers Inc. 486/25 EISA System Board" 209 CPQ1201 "Compaq DESKPRO 486/25" 275 CPQ9005 "Compaq 386/25 Processor Board" 282 CPQ9034 "Compaq 486SX/25 Processor Board" 284 CPQ9036 "Compaq 486SX/25 Processor Board (8 MB)" 352 CPQ9903 "Compaq 486SX/25 Processor Board" [all …]
|
| /Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
| D | ar9003_eeprom.h | 45 #define AR9300_ANT_16S 25 50 #define AR9300_PAPRD_SCALE_1_S 25 67 * (e.g. -25 = (-25/4 - 90) = -96.25 dBm) 295 * BIT 2/3 - MinCCApwr enable 2g/5g.
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | max98357a.txt | 12 the pin state (e.g. chip is always on). 22 sdmode-gpios = <&qcom_pinmux 25 0>; 27 sdmode-gpios = <&qcom_pinmux 25 0>;
|
| /Linux-v5.15/tools/memory-model/Documentation/ |
| D | litmus-tests.txt | 410 25 exists (0:r2=0 /\ 1:r4=0) 436 statement on line 25 shows how to cause herd7 to display additional 463 25 locations [0:r1; 1:r3; x; y] 536 25 smp_store_release(sl, 0); 646 25 r2 = xchg_acquire(sl, 1); 711 25 exists (1:r0=x /\ 1:r1=0) 785 14 WRITE_ONCE(*x, 1); // G 796 25 rcu_read_lock(); 844 25 896 https://github.com/paulmckrcu/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-… [all …]
|
| /Linux-v5.15/arch/nios2/include/asm/ |
| D | pgtable-bits.h | 17 * 31 30 ... 26 25 24 23 22 21 20 19 18 ... 1 0 18 * ignored........ C R W X G PFN............ 30 #define _PAGE_PRESENT (1<<25) /* PTE contains a translation */
|
| /Linux-v5.15/Documentation/admin-guide/mm/ |
| D | pagemap.rst | 7 pagemap is a new (as of 2.6.25) set of interfaces in the kernel that allow 82 25. IDLE 93 page is being locked for exclusive access, e.g. by undergoing read/write IO 128 25 - IDLE 160 not a candidate for LRU page reclaims, e.g. ramfs pages, 203 the read on an 8-byte boundary (e.g., if you sought an odd number of bytes
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | port.c | 399 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 25g); in mlx5e_fec_admin_field() 402 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 50g); in mlx5e_fec_admin_field() 405 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 56g); in mlx5e_fec_admin_field() 408 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 100g); in mlx5e_fec_admin_field() 440 *fec_cap = MLX5E_GET_FEC_OVERRIDE_CAP(pplm, 25g); in mlx5e_get_fec_cap_field() 443 *fec_cap = MLX5E_GET_FEC_OVERRIDE_CAP(pplm, 50g); in mlx5e_get_fec_cap_field() 446 *fec_cap = MLX5E_GET_FEC_OVERRIDE_CAP(pplm, 56g); in mlx5e_get_fec_cap_field() 449 *fec_cap = MLX5E_GET_FEC_OVERRIDE_CAP(pplm, 100g); in mlx5e_get_fec_cap_field() 575 * to link modes up to 25G per lane and to in mlx5e_set_fec_mode() 577 * 50 G per lane in mlx5e_set_fec_mode()
|
| /Linux-v5.15/drivers/gpu/ipu-v3/ |
| D | ipu-ic-csc.c | 114 * Y = .2990 * R + .5870 * G + .1140 * B 115 * U = -.1687 * R - .3313 * G + .5000 * B + 128 116 * V = .5000 * R - .4187 * G - .0813 * B + 128 131 { 66, 129, 25, }, 167 * G = 1. * Y - .3441 * (Cb - 128) - .7141 * (Cr - 128) 173 * G = 1. * Y - .3441 * Cb - .7141 * Cr + 135.450 201 { 75, -25, -52, }, 236 * Y = .2126 * R + .7152 * G + .0722 * B 237 * U = -.1146 * R - .3854 * G + .5000 * B + 128 238 * V = .5000 * R - .4542 * G - .0458 * B + 128 [all …]
|
| /Linux-v5.15/drivers/s390/char/ |
| D | defkeymap.map | 12 keycode 7 = nul g 30 keycode 25 = nul r 76 keycode 71 = aring G 177 string F13 = "\033[25~"
|