Home
last modified time | relevance | path

Searched +full:128 +full:k (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/linux/Documentation/networking/device_drivers/atm/
H A Diphase.rst24 - Supports 4K VCs for the server board (with 512K control memory) and 1K
25 VCs for the client board (with 128K control memory).
31 including x575 (OC3, control memory 128K , 512K and packet memory 128K,
32 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See
93 The (i)Chip boards have 3 different packet RAM size variants: 128K, 512K and
101 128K 64K 64K 10K 10K 6 6
102 512K 256K 256K 10K 10K 25 25
103 1M 512K 512K 10K 10K 51 51
114 - RX_CNT = number of receive buffers in the range (1-128)
115 - RX_SIZE = size of receive buffers in the range (48-64K)
[all …]
/linux/include/linux/
H A Dzconf.h13 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values)
15 the default memory requirements from 256K to 128K, compile with
20 that is, 32K for windowBits=15 (default value) plus a few kilobytes
35 # define MAX_WBITS 15 /* 32K LZ77 window */
/linux/arch/x86/kernel/cpu/mtrr/
H A Damd.c32 * inverted mask of bits of 128K granularity 15 bits long offset in amd_get_mtrr()
37 * to turn into 128K blocks. in amd_get_mtrr()
39 * eg 111 1111 1111 1100 is 512K in amd_get_mtrr()
43 * *128K ... in amd_get_mtrr()
77 * bit. We are fed say 512K We invert this and we get 111 1111 in amd_set_mtrr()
102 * o 128K or bigger block in amd_validate_add_page()
/linux/tools/testing/selftests/net/
H A Dudpgso.sh11 ip addr add dev lo fd00::1/128 nodad noprefixroute
24 ip route del local fd00::1/128 table local dev lo
27 ip route add local fd00::1/128 table local dev lo mtu 1500
39 ethtool -K sink tx-checksum-ip-generic on >/dev/null
40 ethtool -K sink tx-udp-segmentation on >/dev/null
45 ethtool -K sink tx-checksum-ip-generic on >/dev/null
46 ethtool -K sink tx-udp-segmentation off >/dev/null
51 ethtool -K sink tx-checksum-ip-generic off >/dev/null
52 ethtool -K sink tx-udp-segmentation off >/dev/null
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h46 * Y_Stride : Width aligned to 128
47 * UV_Stride : Width aligned to 128
84 * Y_Stride : Width aligned to 128
85 * UV_Stride : Width aligned to 128
142 * Y_Stride : Width aligned to 128
143 * UV_Stride : Width aligned to 128
194 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
208 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
217 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
225 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
[all …]
/linux/lib/crypto/
H A Dgf128mul.c1 /* gf128mul.c - GF(2^128) multiplication functions
47 This file provides fast multiplication in GF(2^128) as required by several
94 * in GF(2^128) is multiplied by x^8, the following macro returns the
96 * product to reduce it modulo the polynomial x^128 + x^7 + x^2 + x + 1.
229 /* This version uses 64k bytes of table space.
231 value in GF(2^128). If we consider a GF(2^128) value in
246 int i, j, k; in gf128mul_init_64k_bbe() local
267 for (k = 1; k < j; ++k) in gf128mul_init_64k_bbe()
268 be128_xor(&t->t[i]->t[j + k], in gf128mul_init_64k_bbe()
269 &t->t[i]->t[j], &t->t[i]->t[k]); in gf128mul_init_64k_bbe()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_adjust_tail_grow.c22 offset = 4096; /* test too large offset, 4k page size */ in _xdp_adjust_tail_grow()
24 offset = 65536; /* test too large offset, 64k page size */ in _xdp_adjust_tail_grow()
28 offset = 128; in _xdp_adjust_tail_grow()
29 } else if (data_len == 128) { in _xdp_adjust_tail_grow()
37 offset = 10; /* test a small offset, 64k page size */ in _xdp_adjust_tail_grow()
39 offset = 65536; /* test too large offset, 64k page size */ in _xdp_adjust_tail_grow()
/linux/arch/arm/crypto/
H A Dghash-ce-core.S101 * This implementation of 64x64 -> 128 bit polynomial multiplication
136 vmull.p8 t3q, \ad, \b4 @ K = A*B4
144 veor t3l, t3l, t3h @ t3 = (K) (P6 + P7) << 32
159 // PMULL (64x64->128) based reduction for CPUs that can do
175 // 64x64->128 PMULL instruction
221 vld1.64 {HH}, [ip, :128]!
222 vld1.64 {HH3-HH4}, [ip, :128]
304 3: /* multiply XL by SHASH in GF(2^128) */
329 * struct ghash_key const *k, const char *head)
398 vld1.8 {ek0-ek1}, [\rkp, :128]!
[all …]
/linux/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c59 static unsigned char xmon_keytab[128] =
62 "u[ip\rlj'k;\\,/nm." /* 0x20 - 0x2f */
67 static unsigned char xmon_shift_keytab[128] =
70 "U{IP\rLJ\"K:|<?NM>" /* 0x20 - 0x2f */
77 int k, t, on; in udbg_adb_local_getc() local
84 k = -1; in udbg_adb_local_getc()
94 k = udbg_adb_old_getc_poll(); in udbg_adb_local_getc()
95 } while (k == -1 && xmon_adb_keycode == -1); in udbg_adb_local_getc()
98 if (k != -1) in udbg_adb_local_getc()
99 return k; in udbg_adb_local_getc()
[all …]
/linux/drivers/mtd/
H A Dssfdc.c27 the 128MiB) */
45 1MiB 2MiB 4MiB 8MiB 16MiB 32MiB 64MiB 128MiB
49 SumSector 2,000 4,000 8,000 16,000 32,000 64,000 128,000 256,000
69 { MiB(128), 500, 16, 32 },
76 int k; in get_chs() local
79 k = 0; in get_chs()
80 while (chs_table[k].size > 0 && size > chs_table[k].size) in get_chs()
81 k++; in get_chs()
83 if (chs_table[k].size > 0) { in get_chs()
85 *cyl = chs_table[k].cyl; in get_chs()
[all …]
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h14 #define MAX_QUEUE_SET 128
34 #define RBDR_SIZE0 0ULL /* 8K entries */
35 #define RBDR_SIZE1 1ULL /* 16K entries */
36 #define RBDR_SIZE2 2ULL /* 32K entries */
37 #define RBDR_SIZE3 3ULL /* 64K entries */
38 #define RBDR_SIZE4 4ULL /* 126K entries */
39 #define RBDR_SIZE5 5ULL /* 256K entries */
40 #define RBDR_SIZE6 6ULL /* 512K entries */
42 #define SND_QUEUE_SIZE0 0ULL /* 1K entries */
43 #define SND_QUEUE_SIZE1 1ULL /* 2K entries */
[all …]
/linux/arch/x86/include/asm/
H A Ddma.h33 * - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
36 * - page registers for 5-7 don't use data bit 0, represent 128K pages
37 * - page registers for 0-3 use bit 0, represent 64K pages
65 * Transfer count (_not # bytes_) is limited to 64K, represented as actual
66 * count - 1 : 64K => 0xFFFF, 1 => 0x0000. Thus, count is always 1 or more,
67 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
209 * the lower 16 bits of the DMA current address register, but a 64k boundary
256 /* Set transfer size (max 64k for DMA0..3, 128k for DMA5..7) for
/linux/arch/mips/include/asm/
H A Ddma.h39 * - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
42 * - page registers for 5-7 don't use data bit 0, represent 128K pages
43 * - page registers for 0-3 use bit 0, represent 64K pages
71 * Transfer count (_not # bytes_) is limited to 64K, represented as actual
72 * count - 1 : 64K => 0xFFFF, 1 => 0x0000. Thus, count is always 1 or more,
73 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
215 * the lower 16 bits of the DMA current address register, but a 64k boundary
262 /* Set transfer size (max 64k for DMA0..3, 128k for DMA5..7) for
/linux/arch/x86/kernel/
H A Debda.c53 #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */
54 #define BIOS_START_MAX 0x9f000U /* 640K, absolute maximum */
78 * If bios_start is less than 128K, assume it is bogus in reserve_bios_regions()
79 * and bump it up to 640K. Similarly, if bios_start is above 640K, in reserve_bios_regions()
/linux/fs/btrfs/tests/
H A Dextent-map-tests.c50 * extent [0, 16K), followed by another file extent [16K, 20K), two dio reads
51 * are entering btrfs_get_extent() concurrently, t1 is reading [8K, 16K), t2 is
52 * reading [0, 8K)
57 * -> add_extent_mapping(0, 16K)
59 * ->add_extent_mapping(0, 16K)
77 /* Add [0, 16K) */ in test_case_1()
87 test_err("cannot add extent range [0, 16K)"); in test_case_1()
92 /* Add [16K, 20K) following [0, 16K) */ in test_case_1()
109 test_err("cannot add extent range [16K, 20K)"); in test_case_1()
121 /* Add [0, 8K), should return [0, 16K) instead. */ in test_case_1()
[all …]
/linux/arch/powerpc/include/asm/
H A Ddma.h51 * - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
54 * - page registers for 5-7 don't use data bit 0, represent 128K pages
55 * - page registers for 0-3 use bit 0, represent 64K pages
83 * Transfer count (_not # bytes_) is limited to 64K, represented as actual
84 * count - 1 : 64K => 0xFFFF, 1 => 0x0000. Thus, count is always 1 or more,
85 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
231 * the lower 16 bits of the DMA current address register, but a 64k boundary
288 /* Set transfer size (max 64k for DMA1..3, 128k for DMA5..7) for
/linux/sound/soc/codecs/
H A Dtlv320aic23.c193 * 11.2896 Mhz /128 = *88.2k /192 = 58.8k
194 * 12.0000 Mhz /125 = *96k /136 = 88.235K
195 * 12.2880 Mhz /128 = *96k /192 = 64k
196 * 16.9344 Mhz /128 = 132.3k /192 = *88.2k
197 * 18.4320 Mhz /128 = 144k /192 = *96k
201 * Normal BOSR 0-256/2 = 128, 1-384/2 = 192
205 128, 125, 192, 136
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h7 #define H_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 256MB = 128GB
8 #define H_PGD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 128GB = 64TB
11 * Each context is 512TB. But on 4k we restrict our max TASK size to 64TB
51 * Not supported by 4k linux page size
72 * On all 4K setups, remap_4k_pfn() equates to remap_pfn_range()
78 * With 4K page size the real_pte machinery is all nops.
106 * 4K PTE format is different from 64K PTE format. Saving the hash_slot is just
107 * a matter of returning the PTE bits that need to be modified. On 64K PTE,
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-misc-control.c45 128, 130, 132, 134,
57 "8K", "11K", "12K", "16K",
58 "22K", "24K", "32K", "44K",
59 "48K", "88k", "96k", "176k",
60 "192k"
72 "1/128", "1/64", "1/32", "1/16", "1/8", "1/4", "1/2", "1" };
/linux/Documentation/crypto/
H A Ddescore-readme.rst62 - 30us per encryption (options: 64k tables, no IP/FP)
63 - 33us per encryption (options: 64k tables, FIPS standard bit ordering)
64 - 45us per encryption (options: 2k tables, no IP/FP)
65 - 48us per encryption (options: 2k tables, FIPS standard bit ordering)
66 - 275us to set a new key (uses 1k of key tables)
80 - 53us per encryption (uses 2k of tables)
81 - 96us to set a new key (uses 2.25k of key tables)
106 - 68us per encryption (uses 2k of tables)
107 - 96us to set a new key (uses 2.25k of key tables)
125 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
[all …]
/linux/Documentation/admin-guide/
H A Ddevices.txt45 devices are on major 128 and above and use the PTY
54 128 = /dev/fd4 Controller 1, drive 0, autodetect
61 4 = /dev/fd?d360 5.25" 360K in a 360K drive(1)
62 20 = /dev/fd?h360 5.25" 360K in a 1200K drive(1)
63 48 = /dev/fd?h410 5.25" 410K in a 1200K drive
64 64 = /dev/fd?h420 5.25" 420K in a 1200K drive
65 24 = /dev/fd?h720 5.25" 720K in a 1200K drive
66 80 = /dev/fd?h880 5.25" 880K in a 1200K drive(1)
67 8 = /dev/fd?h1200 5.25" 1200K in a 1200K drive(1)
68 40 = /dev/fd?h1440 5.25" 1440K in a 1200K drive(1)
[all …]
/linux/arch/alpha/include/asm/
H A Ddma.h38 * - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
41 * - page registers for 5-7 don't use data bit 0, represent 128K pages
42 * - page registers for 0-3 use bit 0, represent 64K pages
70 * Transfer count (_not # bytes_) is limited to 64K, represented as actual
71 * count - 1 : 64K => 0xFFFF, 1 => 0x0000. Thus, count is always 1 or more,
72 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
311 /* Set transfer size (max 64k for DMA1..3, 128k for DMA5..7) for
/linux/samples/watch_queue/
H A Dwatch_test.c50 struct key_notification *k = (struct key_notification *)n; in saw_key_change() local
58 k->key_id, n->subtype, key_subtypes[n->subtype], k->aux); in saw_key_change()
69 unsigned char buf1[128]; in consumer()
98 if (largest > 128) in consumer()
99 largest = 128; in consumer()
/linux/arch/sparc/kernel/
H A Dhead_64.S174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
176 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1
177 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
178 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0
179 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
181 add %sp, (2047 + 128), %o0 ! argument array
183 ldx [%sp + 2047 + 128 + 0x20], %l4 ! prom root node
198 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
200 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
202 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ebs.rst9 devices that do not provide this emulation (i.e. 4K native disks).
13 Underlying block size can be set to > 4K to test buffering larger units.
48 offset 128 sectors, enforce 2KiB underlying device block size.
51 ebs /dev/sda 128 2 4

12345678910>>...40