Home
last modified time | relevance | path

Searched +full:2 +full:gb (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_devtbl.h7 static char *qla2x00_model_name[QLA_MODEL_NAMES*2] = {
8 "QLA2340", "133MHz PCI-X to 2Gb FC, Single Channel", /* 0x100 */
9 "QLA2342", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x101 */
10 "QLA2344", "133MHz PCI-X to 2Gb FC, Quad Channel", /* 0x102 */
11 "QCP2342", "cPCI to 2Gb FC, Dual Channel", /* 0x103 */
12 "QSB2340", "SBUS to 2Gb FC, Single Channel", /* 0x104 */
13 "QSB2342", "SBUS to 2Gb FC, Dual Channel", /* 0x105 */
14 "QLA2310", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x106 */
15 "QLA2332", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x107 */
16 "QCP2332", "Sun cPCI to 2Gb FC, Dual Channel", /* 0x108 */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
Dqla_devtbl.h7 static char *qla2x00_model_name[QLA_MODEL_NAMES*2] = {
8 "QLA2340", "133MHz PCI-X to 2Gb FC, Single Channel", /* 0x100 */
9 "QLA2342", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x101 */
10 "QLA2344", "133MHz PCI-X to 2Gb FC, Quad Channel", /* 0x102 */
11 "QCP2342", "cPCI to 2Gb FC, Dual Channel", /* 0x103 */
12 "QSB2340", "SBUS to 2Gb FC, Single Channel", /* 0x104 */
13 "QSB2342", "SBUS to 2Gb FC, Dual Channel", /* 0x105 */
14 "QLA2310", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x106 */
15 "QLA2332", "Sun 66MHz PCI-X to 2Gb FC, Single Channel", /* 0x107 */
16 "QCP2332", "Sun cPCI to 2Gb FC, Dual Channel", /* 0x108 */
[all …]
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/riscv/
Dvm-layout.rst44 0000000000000000 | 0 | 0000003fffffffff | 256 GB | 用户空间虚拟内存,每个内存管理器不同
47 0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... 巨大的、几乎64位宽的直到内核映射的-256GB地方
55 ffffffc6fee00000 | -228 GB | ffffffc6feffffff | 2 MB | fixmap
56 ffffffc6ff000000 | -228 GB | ffffffc6ffffffff | 16 MB | PCI io
57 ffffffc700000000 | -228 GB | ffffffc7ffffffff | 4 GB | vmemmap
58 ffffffc800000000 | -224 GB | ffffffd7ffffffff | 64 GB | vmalloc/ioremap space
59 ffffffd800000000 | -160 GB | fffffff6ffffffff | 124 GB | 直接映射所有物理内存
60 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan
66 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | modules, BPF
67 ffffffff80000000 | -2 GB | ffffffffffffffff | 2 GB | kernel
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_ethtool.h28 [2] = ICE_PHY_TYPE(1000MB, 1000baseT_Full),
36 [10] = ICE_PHY_TYPE(5GB, 5000baseT_Full),
37 [11] = ICE_PHY_TYPE(5GB, 5000baseT_Full),
38 [12] = ICE_PHY_TYPE(10GB, 10000baseT_Full),
39 [13] = ICE_PHY_TYPE(10GB, 10000baseCR_Full),
40 [14] = ICE_PHY_TYPE(10GB, 10000baseSR_Full),
41 [15] = ICE_PHY_TYPE(10GB, 10000baseLR_Full),
42 [16] = ICE_PHY_TYPE(10GB, 10000baseKR_Full),
43 [17] = ICE_PHY_TYPE(10GB, 10000baseCR_Full),
44 [18] = ICE_PHY_TYPE(10GB, 10000baseKR_Full),
[all …]
/kernel/linux/linux-6.6/Documentation/riscv/
Dvm-layout.rst26 occur.": that splits the virtual address space into 2 halves separated by a very
39 …0000000000000000 | 0 | 0000003fffffffff | 256 GB | user-space virtual memory, different …
42 …0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... huge, almost 64 bits wide hole of…
43 … | | | | virtual memory addresses up to the -256 GB
50 ffffffc6fea00000 | -228 GB | ffffffc6feffffff | 6 MB | fixmap
51 ffffffc6ff000000 | -228 GB | ffffffc6ffffffff | 16 MB | PCI io
52 ffffffc700000000 | -228 GB | ffffffc7ffffffff | 4 GB | vmemmap
53 ffffffc800000000 | -224 GB | ffffffd7ffffffff | 64 GB | vmalloc/ioremap space
54 … ffffffd800000000 | -160 GB | fffffff6ffffffff | 124 GB | direct mapping of all physical memory
55 fffffff700000000 | -36 GB | fffffffeffffffff | 32 GB | kasan
[all …]
/kernel/linux/linux-6.6/drivers/staging/greybus/
Dloopback.c53 struct gb_loopback *gb; member
116 #define MAX_PACKET_SIZE (PAGE_SIZE * 2)
126 struct gb_loopback *gb = dev_get_drvdata(dev); \
127 return sprintf(buf, "%u\n", gb->field); \
136 struct gb_loopback *gb = dev_get_drvdata(dev); \
138 if (!gb->requests_completed) \
140 return sprintf(buf, "%" #type "\n", gb->name.field); \
150 struct gb_loopback *gb; \
153 gb = dev_get_drvdata(dev); \
154 stats = &gb->name; \
[all …]
/kernel/linux/linux-5.10/drivers/staging/greybus/
Dloopback.c53 struct gb_loopback *gb; member
117 #define MAX_PACKET_SIZE (PAGE_SIZE * 2)
127 struct gb_loopback *gb = dev_get_drvdata(dev); \
128 return sprintf(buf, "%u\n", gb->field); \
137 struct gb_loopback *gb = dev_get_drvdata(dev); \
139 if (!gb->requests_completed) \
141 return sprintf(buf, "%" #type "\n", gb->name.field); \
151 struct gb_loopback *gb; \
154 gb = dev_get_drvdata(dev); \
155 stats = &gb->name; \
[all …]
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
Dtoshiba.c47 region->offset = mtd->oobsize / 2; in tx58cxgxsxraix_ooblayout_ecc()
48 region->length = mtd->oobsize / 2; in tx58cxgxsxraix_ooblayout_ecc()
59 /* 2 bytes reserved for BBM */ in tx58cxgxsxraix_ooblayout_free()
60 region->offset = 2; in tx58cxgxsxraix_ooblayout_free()
61 region->length = (mtd->oobsize / 2) - 2; in tx58cxgxsxraix_ooblayout_free()
110 /* 3.3V 1Gb (1st generation) */
121 /* 3.3V 2Gb (1st generation) */
132 /* 3.3V 4Gb (1st generation) */
143 /* 1.8V 1Gb (1st generation) */
154 /* 1.8V 2Gb (1st generation) */
[all …]
Dmicron.c32 SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 2, NULL, 0),
66 region->offset = mtd->oobsize / 2; in micron_8_ooblayout_ecc()
67 region->length = mtd->oobsize / 2; in micron_8_ooblayout_ecc()
78 /* Reserve 2 bytes for the BBM. */ in micron_8_ooblayout_free()
79 region->offset = 2; in micron_8_ooblayout_free()
80 region->length = (mtd->oobsize / 2) - 2; in micron_8_ooblayout_free()
119 region->offset = 2; in micron_4_ooblayout_free()
172 /* M79A 2Gb 3.3V */
175 NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 2, 1, 1),
183 /* M79A 2Gb 1.8V */
[all …]
/kernel/linux/linux-5.10/drivers/input/joystick/
Dgf2k.c37 #define GF2K_ID_F30D 2
46 static char gf2k_hat_to_axis[][2] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1},…
50 static unsigned char gf2k_hats[] = { 0, 2, 0, 0, 2, 0, 2, 0 };
51 static unsigned char gf2k_axes[] = { 0, 2, 0, 0, 4, 0, 4, 0 };
142 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro
149 for (i = 0; i < num / 3 + 2; i++) in gf2k_get_bits()
164 input_report_abs(dev, gf2k_abs[i], GB(i<<3,8,0) | GB(i+46,1,8) | GB(i+50,1,9)); in gf2k_read()
166 for (i = 0; i < 2 && i < gf2k_axes[gf2k->id] - 4; i++) in gf2k_read()
167 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); in gf2k_read()
169 t = GB(40,4,0); in gf2k_read()
[all …]
Dsidewinder.c41 #define SW_BAD 2 /* Number of packet read errors to switch off 3d Pro optimization */
57 #define SW_ID_PP 2
193 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
199 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits) macro
256 x ^= x >> 2; in sw_parity()
294 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse()
299 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse()
300 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse()
301 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse()
302 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse()
[all …]
/kernel/linux/linux-6.6/drivers/input/joystick/
Dgf2k.c34 #define GF2K_ID_F30D 2
43 static char gf2k_hat_to_axis[][2] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1},…
47 static unsigned char gf2k_hats[] = { 0, 2, 0, 0, 2, 0, 2, 0 };
48 static unsigned char gf2k_axes[] = { 0, 2, 0, 0, 4, 0, 4, 0 };
139 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro
146 for (i = 0; i < num / 3 + 2; i++) in gf2k_get_bits()
161 input_report_abs(dev, gf2k_abs[i], GB(i<<3,8,0) | GB(i+46,1,8) | GB(i+50,1,9)); in gf2k_read()
163 for (i = 0; i < 2 && i < gf2k_axes[gf2k->id] - 4; i++) in gf2k_read()
164 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); in gf2k_read()
166 t = GB(40,4,0); in gf2k_read()
[all …]
Dsidewinder.c38 #define SW_BAD 2 /* Number of packet read errors to switch off 3d Pro optimization */
54 #define SW_ID_PP 2
190 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
196 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits) macro
253 x ^= x >> 2; in sw_parity()
291 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse()
296 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); in sw_parse()
297 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); in sw_parse()
298 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); in sw_parse()
299 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); in sw_parse()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
Dtoshiba.c47 region->offset = mtd->oobsize / 2; in tx58cxgxsxraix_ooblayout_ecc()
48 region->length = mtd->oobsize / 2; in tx58cxgxsxraix_ooblayout_ecc()
59 /* 2 bytes reserved for BBM */ in tx58cxgxsxraix_ooblayout_free()
60 region->offset = 2; in tx58cxgxsxraix_ooblayout_free()
61 region->length = (mtd->oobsize / 2) - 2; in tx58cxgxsxraix_ooblayout_free()
110 /* 3.3V 1Gb (1st generation) */
121 /* 3.3V 2Gb (1st generation) */
132 /* 3.3V 4Gb (1st generation) */
143 /* 1.8V 1Gb (1st generation) */
154 /* 1.8V 2Gb (1st generation) */
[all …]
Dmicron.c32 SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 2, NULL, 0),
53 region->offset = mtd->oobsize / 2; in micron_8_ooblayout_ecc()
54 region->length = mtd->oobsize / 2; in micron_8_ooblayout_ecc()
65 /* Reserve 2 bytes for the BBM. */ in micron_8_ooblayout_free()
66 region->offset = 2; in micron_8_ooblayout_free()
67 region->length = (mtd->oobsize / 2) - 2; in micron_8_ooblayout_free()
118 /* M79A 2Gb 3.3V */
121 NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 2, 1, 1),
129 /* M79A 2Gb 1.8V */
132 NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 2, 1, 1),
[all …]
/kernel/linux/linux-6.6/Documentation/arch/x86/x86_64/
Dmm.rst20 from TB to GB and then MB/KB.
57 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole
59 fffffe0000000000 | -2 TB | fffffe7fffffffff | 0.5 TB | cpu_entry_area mapping
62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole
63 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space
64 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole
65 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic…
71 ffffffffffe00000 | -2 MB | ffffffffffffffff | 2 MB | ... unused hole
116 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole
118 fffffe0000000000 | -2 TB | fffffe7fffffffff | 0.5 TB | cpu_entry_area mapping
[all …]
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dmm.rst20 from TB to GB and then MB/KB.
57 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole
59 fffffe0000000000 | -2 TB | fffffe7fffffffff | 0.5 TB | cpu_entry_area mapping
62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole
63 ffffffef00000000 | -68 GB | fffffffeffffffff | 64 GB | EFI region mapping space
64 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole
65 …ffffffff80000000 | -2 GB | ffffffff9fffffff | 512 MB | kernel text mapping, mapped to physic…
71 ffffffffffe00000 | -2 MB | ffffffffffffffff | 2 MB | ... unused hole
116 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole
118 fffffe0000000000 | -2 TB | fffffe7fffffffff | 0.5 TB | cpu_entry_area mapping
[all …]
/kernel/linux/linux-5.10/include/linux/
Dxxhash.h5 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
31 * the terms of the GNU General Public License version 2 as published by the
33 * either version 2 of the GNU General Public License ("GPL") or BSD license
47 * Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2
51 * xxHash 5.4 GB/s 10
52 * CrapWow 3.2 GB/s 2 Andrew
53 * MumurHash 3a 2.7 GB/s 10 Austin Appleby
54 * SpookyHash 2.0 GB/s 10 Bob Jenkins
55 * SBox 1.4 GB/s 9 Bret Mulvey
56 * Lookup3 1.2 GB/s 9 Bob Jenkins
[all …]
/kernel/linux/linux-6.6/include/linux/
Dxxhash.h5 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
31 * the terms of the GNU General Public License version 2 as published by the
33 * either version 2 of the GNU General Public License ("GPL") or BSD license
47 * Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2
51 * xxHash 5.4 GB/s 10
52 * CrapWow 3.2 GB/s 2 Andrew
53 * MumurHash 3a 2.7 GB/s 10 Austin Appleby
54 * SpookyHash 2.0 GB/s 10 Bob Jenkins
55 * SBox 1.4 GB/s 9 Bret Mulvey
56 * Lookup3 1.2 GB/s 9 Bob Jenkins
[all …]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
Dradix-4k.h8 #define RADIX_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 4K = 2MB
9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB
10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
Dradix-64k.h8 #define RADIX_PTE_INDEX_SIZE 5 // size: 8B << 5 = 256B, maps 2^5 x 64K = 2MB
9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB
10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dradix-4k.h8 #define RADIX_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 4K = 2MB
9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB
10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
Dradix-64k.h8 #define RADIX_PTE_INDEX_SIZE 5 // size: 8B << 5 = 256B, maps 2^5 x 64K = 2MB
9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB
10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
/kernel/linux/linux-5.10/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management26 [cport-descriptor 2]
30 ; (Optional) Firmware Download Protocol on CPort 2
51 and will be named gb-fw-mgmt-<N>. The number <N> is assigned at runtime.
56 There can be multiple devices present in /dev/ directory with name gb-fw-mgmt-N
66 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_fw_mgmt/gb-fw-mgmt-0
68 The last name in this path: gb-fw-mgmt-0 is precisely the name of the char
71 /dev/gb-fw-mgmt-0.
76 The Character device (gb-fw-mgmt-0 in example) can be opened by the userspace
135 #define FW_MGMT_IOC_INTF_LOAD_AND_VALIDATE _IOWR(FW_MGMT_IOCTL_BASE, 2, struct fw_mgmt_ioc_intf_loa…
146 2. FW_MGMT_IOC_GET_BACKEND_FW:
[all …]
/kernel/linux/linux-6.6/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management26 [cport-descriptor 2]
30 ; (Optional) Firmware Download Protocol on CPort 2
51 and will be named gb-fw-mgmt-<N>. The number <N> is assigned at runtime.
56 There can be multiple devices present in /dev/ directory with name gb-fw-mgmt-N
66 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_fw_mgmt/gb-fw-mgmt-0
68 The last name in this path: gb-fw-mgmt-0 is precisely the name of the char
71 /dev/gb-fw-mgmt-0.
76 The Character device (gb-fw-mgmt-0 in example) can be opened by the userspace
135 #define FW_MGMT_IOC_INTF_LOAD_AND_VALIDATE _IOWR(FW_MGMT_IOCTL_BASE, 2, struct fw_mgmt_ioc_intf_loa…
146 2. FW_MGMT_IOC_GET_BACKEND_FW:
[all …]

12345678910>>...45