Home
last modified time | relevance | path

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

12345678910>>...43

/kernel/linux/linux-6.6/drivers/staging/greybus/
Dloopback.c53 struct gb_loopback *gb; member
107 #define GB_LOOPBACK_TIMEOUT_MIN 1
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 …]
Daudio_topology.c139 static const char **gb_generate_enum_strings(struct gbaudio_module_info *gb, in gb_generate_enum_strings() argument
148 strings = devm_kcalloc(gb->dev, items, sizeof(char *), GFP_KERNEL); in gb_generate_enum_strings()
198 if (uinfo->value.enumerated.item > max - 1) in gbcodec_mixer_ctl_info()
199 uinfo->value.enumerated.item = max - 1; in gbcodec_mixer_ctl_info()
224 struct gbaudio_codec_info *gb = snd_soc_component_get_drvdata(comp); in gbcodec_mixer_ctl_get() local
228 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_ctl_get()
258 ucontrol->value.integer.value[1] = in gbcodec_mixer_ctl_get()
259 le32_to_cpu(gbvalue.value.integer_value[1]); in gbcodec_mixer_ctl_get()
265 ucontrol->value.enumerated.item[1] = in gbcodec_mixer_ctl_get()
266 le32_to_cpu(gbvalue.value.enumerated_item[1]); in gbcodec_mixer_ctl_get()
[all …]
/kernel/linux/linux-5.10/drivers/staging/greybus/
Dloopback.c53 struct gb_loopback *gb; member
108 #define GB_LOOPBACK_TIMEOUT_MIN 1
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 …]
Daudio_topology.c140 static const char **gb_generate_enum_strings(struct gbaudio_module_info *gb, in gb_generate_enum_strings() argument
149 strings = devm_kcalloc(gb->dev, items, sizeof(char *), GFP_KERNEL); in gb_generate_enum_strings()
199 if (uinfo->value.enumerated.item > max - 1) in gbcodec_mixer_ctl_info()
200 uinfo->value.enumerated.item = max - 1; in gbcodec_mixer_ctl_info()
225 struct gbaudio_codec_info *gb = snd_soc_component_get_drvdata(comp); in gbcodec_mixer_ctl_get() local
229 module = find_gb_module(gb, kcontrol->id.name); in gbcodec_mixer_ctl_get()
259 ucontrol->value.integer.value[1] = in gbcodec_mixer_ctl_get()
260 le32_to_cpu(gbvalue.value.integer_value[1]); in gbcodec_mixer_ctl_get()
266 ucontrol->value.enumerated.item[1] = in gbcodec_mixer_ctl_get()
267 le32_to_cpu(gbvalue.value.enumerated_item[1]); in gbcodec_mixer_ctl_get()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_ethtool.h27 [1] = ICE_PHY_TYPE(100MB, 100baseT_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-5.10/drivers/input/joystick/
Dsidewinder.c56 #define SW_ID_GP 1
78 { 10, 10, 9, 10, 1, 1 },
79 { 1, 1 },
80 { 10, 10, 6, 7, 1, 1 },
81 { 10, 10, 6, 7, 1, 1 },
82 { 10, 10, 6, 1, 1 },
83 { 10, 7, 7, 1, 1 }};
96 } sw_hat_to_axis[] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1,-
167 pending = 1; /* Mark schedule */ in sw_read_packet()
193 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
[all …]
Dgf2k.c36 #define GF2K_ID_G09 1
46 …char gf2k_hat_to_axis[][2] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, …
126 while ((gameport_read(gameport) & 1) && t) t--; in gf2k_trigger_seq()
142 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro
152 data &= (1 << num) - 1; 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()
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()
174 t = GB(44,2,0) | GB(32,8,2) | GB(78,2,10); in gf2k_read()
177 input_report_key(dev, gf2k_btn_joy[i], (t >> i) & 1); in gf2k_read()
[all …]
/kernel/linux/linux-6.6/drivers/input/joystick/
Dsidewinder.c53 #define SW_ID_GP 1
75 { 10, 10, 9, 10, 1, 1 },
76 { 1, 1 },
77 { 10, 10, 6, 7, 1, 1 },
78 { 10, 10, 6, 7, 1, 1 },
79 { 10, 10, 6, 1, 1 },
80 { 10, 7, 7, 1, 1 }};
93 } sw_hat_to_axis[] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, 0}, {-1,-
164 pending = 1; /* Mark schedule */ in sw_read_packet()
190 * sw_get_bits() and GB() compose bits from the triplet buffer into a __u64.
[all …]
Dgf2k.c33 #define GF2K_ID_G09 1
43 …char gf2k_hat_to_axis[][2] = {{ 0, 0}, { 0,-1}, { 1,-1}, { 1, 0}, { 1, 1}, { 0, 1}, {-1, 1}, {-1, …
123 while ((gameport_read(gameport) & 1) && t) t--; in gf2k_trigger_seq()
139 #define GB(p,n,s) gf2k_get_bits(data, p, n, s) macro
149 data &= (1 << num) - 1; 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()
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()
171 t = GB(44,2,0) | GB(32,8,2) | GB(78,2,10); in gf2k_read()
174 input_report_key(dev, gf2k_btn_joy[i], (t >> i) & 1); in gf2k_read()
[all …]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
Dqla_devtbl.h8 "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 */
17 "QCP2340", "cPCI to 2Gb FC, Single Channel", /* 0x109 */
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_devtbl.h8 "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 */
17 "QCP2340", "cPCI to 2Gb FC, Single Channel", /* 0x109 */
[all …]
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
Dtoshiba.c18 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),
19 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0),
20 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0),
21 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0));
32 * Backward compatibility for 1st generation Serial NAND devices
110 /* 3.3V 1Gb (1st generation) */
113 NAND_MEMORG(1, 2048, 128, 64, 1024, 20, 1, 1, 1),
121 /* 3.3V 2Gb (1st generation) */
124 NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 1, 1, 1),
132 /* 3.3V 4Gb (1st generation) */
[all …]
Dmicron.c17 #define MICRON_STATUS_ECC_1TO3_BITFLIPS (1 << 4)
33 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),
34 SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP(0, 1, NULL, 0),
35 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0),
36 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0),
37 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0));
49 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),
50 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0),
51 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0),
52 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0));
[all …]
/kernel/linux/linux-6.6/Documentation/riscv/
Dvm-layout.rst39 …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
61 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | modules, BPF
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
Dtoshiba.c18 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),
19 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0),
20 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0),
21 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0));
32 * Backward compatibility for 1st generation Serial NAND devices
110 /* 3.3V 1Gb (1st generation) */
113 NAND_MEMORG(1, 2048, 128, 64, 1024, 20, 1, 1, 1),
121 /* 3.3V 2Gb (1st generation) */
124 NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 1, 1, 1),
132 /* 3.3V 4Gb (1st generation) */
[all …]
Dmicron.c17 #define MICRON_STATUS_ECC_1TO3_BITFLIPS (1 << 4)
33 SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),
34 SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP(0, 1, NULL, 0),
35 SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0),
36 SPINAND_PAGE_READ_FROM_CACHE_OP(true, 0, 1, NULL, 0),
37 SPINAND_PAGE_READ_FROM_CACHE_OP(false, 0, 1, NULL, 0));
83 if (target > 1) in micron_select_target()
118 /* M79A 2Gb 3.3V */
121 NAND_MEMORG(1, 2048, 128, 64, 2048, 40, 2, 1, 1),
129 /* M79A 2Gb 1.8V */
[all …]
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
Dplatform_gpio_keys.c25 {KEY_POWER, -1, 1, "power_btn", EV_KEY, 0, 3000},
26 {KEY_PROG1, -1, 1, "prog_btn1", EV_KEY, 0, 20},
27 {KEY_PROG2, -1, 1, "prog_btn2", EV_KEY, 0, 20},
28 {SW_LID, -1, 1, "lid_switch", EV_SW, 0, 20},
29 {KEY_VOLUMEUP, -1, 1, "vol_up", EV_KEY, 0, 20},
30 {KEY_VOLUMEDOWN, -1, 1, "vol_down", EV_KEY, 0, 20},
31 {KEY_MUTE, -1, 1, "mute_enable", EV_KEY, 0, 20},
32 {KEY_VOLUMEUP, -1, 1, "volume_up", EV_KEY, 0, 20},
33 {KEY_VOLUMEDOWN, -1, 1, "volume_down", EV_KEY, 0, 20},
34 {KEY_CAMERA, -1, 1, "camera_full", EV_KEY, 0, 20},
[all …]
/kernel/linux/linux-6.6/Documentation/arch/x86/x86_64/
Dmm.rst20 from TB to GB and then MB/KB.
48 ffffe90000000000 | -23 TB | ffffe9ffffffffff | 1 TB | ... unused hole
49 ffffea0000000000 | -22 TB | ffffeaffffffffff | 1 TB | virtual memory map (vmemmap_base)
50 ffffeb0000000000 | -21 TB | ffffebffffffffff | 1 TB | ... unused hole
61 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
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…
120 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
[all …]
/kernel/linux/linux-5.10/Documentation/x86/x86_64/
Dmm.rst20 from TB to GB and then MB/KB.
48 ffffe90000000000 | -23 TB | ffffe9ffffffffff | 1 TB | ... unused hole
49 ffffea0000000000 | -22 TB | ffffeaffffffffff | 1 TB | virtual memory map (vmemmap_base)
50 ffffeb0000000000 | -21 TB | ffffebffffffffff | 1 TB | ... unused hole
61 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
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…
120 ffffff0000000000 | -1 TB | ffffff7fffffffff | 0.5 TB | %esp fixup stacks
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst34 For a system supporting three hugepage sizes (64k, 32M and 1G), the control
37 hugetlb.1GB.limit_in_bytes
38 hugetlb.1GB.max_usage_in_bytes
39 hugetlb.1GB.numa_stat
40 hugetlb.1GB.usage_in_bytes
41 hugetlb.1GB.failcnt
42 hugetlb.1GB.rsvd.limit_in_bytes
43 hugetlb.1GB.rsvd.max_usage_in_bytes
44 hugetlb.1GB.rsvd.usage_in_bytes
45 hugetlb.1GB.rsvd.failcnt
[all …]
/kernel/linux/linux-5.10/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management21 ; Firmware Management Bundle (Bundle 1):
22 [bundle-descriptor 1]
25 ; (Mandatory) Firmware Management Protocol on CPort 1
27 bundle = 1
31 [cport-descriptor 1]
32 bundle = 1
37 bundle = 1
42 bundle = 1
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
[all …]
/kernel/linux/linux-6.6/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management21 ; Firmware Management Bundle (Bundle 1):
22 [bundle-descriptor 1]
25 ; (Mandatory) Firmware Management Protocol on CPort 1
27 bundle = 1
31 [cport-descriptor 1]
32 bundle = 1
37 bundle = 1
42 bundle = 1
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
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst33 For a system supporting three hugepage sizes (64k, 32M and 1G), the control
36 hugetlb.1GB.limit_in_bytes
37 hugetlb.1GB.max_usage_in_bytes
38 hugetlb.1GB.usage_in_bytes
39 hugetlb.1GB.failcnt
40 hugetlb.1GB.rsvd.limit_in_bytes
41 hugetlb.1GB.rsvd.max_usage_in_bytes
42 hugetlb.1GB.rsvd.usage_in_bytes
43 hugetlb.1GB.rsvd.failcnt
62 1. Page fault accounting
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
Dmax_guest_memory_test.c107 ~((uint64_t)vm->page_size - 1); in spawn_workers()
126 for (i = 0; abs(rendezvoused) != 1; i++) { in rendezvous_with_vcpus()
130 abs(rendezvoused) - 1); in rendezvous_with_vcpus()
139 atomic_set(&rendezvous, -nr_vcpus - 1); in rendezvous_with_vcpus()
141 atomic_set(&rendezvous, nr_vcpus + 1); in rendezvous_with_vcpus()
160 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in main()
163 * just below the 4gb boundary. This test could create memory at in main()
164 * 1gb-3gb,but it's simpler to skip straight to 4gb. in main()
167 const int first_slot = 1; in main()
179 * Default to 2gb so that maxing out systems with MAXPHADDR=46, which in main()
[all …]
/kernel/linux/linux-6.6/fs/hfsplus/
Dbtree.c30 /* 1GB */ 4, 4, 4,
31 /* 2GB */ 6, 6, 4,
32 /* 4GB */ 8, 8, 4,
33 /* 8GB */ 11, 11, 5,
35 * For volumes 16GB and larger, we want to make sure that a full OS
57 * series. For Catalog (16GB to 512GB), each term is 8**(1/5) times
58 * the previous term. For Attributes (16GB to 512GB), each term is
59 * 4**(1/5) times the previous term. For 1TB to 16TB, each term is
60 * 2**(1/5) times the previous term.
62 /* 16GB */ 64, 32, 5,
[all …]

12345678910>>...43