Home
last modified time | relevance | path

Searched full:generation (Results 1 – 25 of 2283) sorted by relevance

12345678910>>...92

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dmediatek,smi-common.txt6 which generation the SoCs use:
7 generation 1: mt2701 and mt7623.
8 generation 2: mt2712, mt6779, mt8167, mt8173 and mt8183.
10 There's slight differences between the two SMI, for generation 2, the
12 for generation 1, the register is at smi ao base(smi always on register
14 SMI generation 1 to transform the smi clock into emi clock domain, but that is
15 not needed for SMI generation 2.
29 - clock-names : must contain 3 entries for generation 1 smi HW and 2 entries
30 for generation 2 smi HW as follows:
36 clock domain, this clock is only needed by generation 1 smi HW.
[all …]
/kernel/linux/linux-4.19/drivers/phy/renesas/
DKconfig5 tristate "Renesas R-Car generation 2 USB PHY driver"
9 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
12 tristate "Renesas R-Car generation 3 PCIe PHY driver"
16 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
19 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
26 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
29 tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
33 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
/kernel/linux/linux-5.10/net/sctp/
DKconfig59 bool "Enable optional MD5 hmac cookie generation"
61 Enable optional MD5 hmac based SCTP cookie generation
65 bool "Enable optional SHA1 hmac cookie generation"
67 Enable optional SHA1 hmac based SCTP cookie generation
71 bool "Use no hmac alg in SCTP cookie generation"
73 Use no hmac algorithm in SCTP cookie generation
78 bool "Enable optional MD5 hmac cookie generation"
80 Enable optional MD5 hmac based SCTP cookie generation
85 bool "Enable optional SHA1 hmac cookie generation"
87 Enable optional SHA1 hmac based SCTP cookie generation
/kernel/linux/linux-4.19/net/sctp/
DKconfig58 bool "Enable optional MD5 hmac cookie generation"
60 Enable optional MD5 hmac based SCTP cookie generation
64 bool "Enable optional SHA1 hmac cookie generation"
66 Enable optional SHA1 hmac based SCTP cookie generation
70 bool "Use no hmac alg in SCTP cookie generation"
72 Use no hmac algorithm in SCTP cookie generation
77 bool "Enable optional MD5 hmac cookie generation"
79 Enable optional MD5 hmac based SCTP cookie generation
84 bool "Enable optional SHA1 hmac cookie generation"
86 Enable optional SHA1 hmac based SCTP cookie generation
/kernel/linux/linux-5.10/drivers/phy/renesas/
DKconfig6 tristate "Renesas R-Car generation 2 USB PHY driver"
10 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
13 tristate "Renesas R-Car generation 3 PCIe PHY driver"
17 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
20 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
27 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
30 tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
34 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/memory-controllers/
Dmediatek,smi-common.txt6 the second generation of SMI HW while mt2701 uses the first generation HW of
9 There's slight differences between the two SMI, for generation 2, the
11 for generation 1, the register is at smi ao base(smi always on register
13 SMI generation 1 to transform the smi clock into emi clock domain, but that is
14 not needed for SMI generation 2.
24 - clock-names : must contain 3 entries for generation 1 smi HW and 2 entries
25 for generation 2 smi HW as follows:
31 clock domain, this clock is only needed by generation 1 smi HW.
/kernel/linux/linux-5.10/include/linux/
Dexportfs.h33 * 32bit inode number, 32 bit generation number.
38 * 32bit inode number, 32 bit generation number,
45 * 32 bit generation number.
51 * 32 bit generation number,
52 * 64 bit parent object ID, 32 bit parent generation.
58 * 32 bit generation number,
59 * 64 bit parent object ID, 32 bit parent generation,
66 * 16 bit unused, 32 bit generation number.
72 * 16 bit unused, 32 bit generation number,
73 * 32 bit parent block number, 32 bit parent generation number
[all …]
/kernel/linux/linux-4.19/include/linux/
Dexportfs.h33 * 32bit inode number, 32 bit generation number.
38 * 32bit inode number, 32 bit generation number,
45 * 32 bit generation number.
51 * 32 bit generation number,
52 * 64 bit parent object ID, 32 bit parent generation.
58 * 32 bit generation number,
59 * 64 bit parent object ID, 32 bit parent generation,
66 * 16 bit unused, 32 bit generation number.
72 * 16 bit unused, 32 bit generation number,
73 * 32 bit parent block number, 32 bit parent generation number
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
Dtoshiba.c32 * Backward compatibility for 1st generation Serial NAND devices
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) */
165 /* 1.8V 4Gb (1st generation) */
178 * 2nd generation serial nand has HOLD_D which is equivalent to
181 /* 3.3V 1Gb (2nd generation) */
192 /* 3.3V 2Gb (2nd generation) */
[all …]
/kernel/linux/linux-4.19/sound/firewire/
Dlib.c24 * @flags: use %FW_FIXED_GENERATION and add the generation value to attempt the
25 * request only in that generation; use %FW_QUIET to suppress error
29 * response. The node ID and the current generation are derived from @unit.
38 int generation, rcode, tries = 0; in snd_fw_transaction() local
40 generation = flags & FW_GENERATION_MASK; in snd_fw_transaction()
43 generation = device->generation; in snd_fw_transaction()
44 smp_rmb(); /* node_id vs. generation */ in snd_fw_transaction()
47 device->node_id, generation, in snd_fw_transaction()
/kernel/linux/linux-5.10/sound/firewire/
Dlib.c24 * @flags: use %FW_FIXED_GENERATION and add the generation value to attempt the
25 * request only in that generation; use %FW_QUIET to suppress error
29 * response. The node ID and the current generation are derived from @unit.
38 int generation, rcode, tries = 0; in snd_fw_transaction() local
40 generation = flags & FW_GENERATION_MASK; in snd_fw_transaction()
43 generation = device->generation; in snd_fw_transaction()
44 smp_rmb(); /* node_id vs. generation */ in snd_fw_transaction()
47 device->node_id, generation, in snd_fw_transaction()
/kernel/linux/linux-5.10/arch/arm/mach-aspeed/
DKconfig16 bool "Aspeed SoC 4th Generation"
23 fourth generation BMCs, such as those used by OpenPower Power8
27 bool "Aspeed SoC 5th Generation"
33 fifth generation Aspeed BMCs.
36 bool "Aspeed SoC 6th Generation"
44 sixth generation Aspeed BMCs.
/kernel/linux/linux-5.10/drivers/firewire/
Dcore-iso.c204 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() argument
223 irm_id, generation, SCODE_100, in manage_bandwidth()
227 /* A generation change frees all bandwidth. */ in manage_bandwidth()
242 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() argument
264 irm_id, generation, SCODE_100, in manage_channel()
267 /* A generation change frees all channels. */ in manage_channel()
295 int generation, int channel) in deallocate_channel() argument
304 manage_channel(card, irm_id, generation, mask, offset, false); in deallocate_channel()
310 * @generation: bus generation
316 * In parameters: card, generation, channels_mask, bandwidth, allocate
[all …]
Dsbp2.c129 * The generation is updated once we've logged in or reconnected
134 int generation; member
367 * iPod 2nd generation: needs 128k max transfer size workaround
368 * iPod 3rd generation: needs fix capacity workaround
376 /* iPod 4th generation */ {
407 int generation, unsigned long long offset, in sbp2_status_write() argument
489 int node_id, int generation, u64 offset) in sbp2_send_orb() argument
507 node_id, generation, device->max_speed, offset, in sbp2_send_orb()
548 int generation, int function, in sbp2_send_management_orb() argument
604 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb()
[all …]
Dcore-card.c252 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work()
258 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument
263 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel()
272 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel()
293 int gap_count, generation, grace, rcode; in bm_work() local
308 generation = card->generation; in bm_work()
332 if ((is_next_generation(generation, card->bm_generation) && in bm_work()
334 (card->bm_generation != generation && grace)) { in bm_work()
344 * next generation. in bm_work()
367 irm_id, generation, SCODE_100, in bm_work()
[all …]
/kernel/linux/linux-5.10/arch/csky/mm/
Dasid.c63 * (i.e. the same ASID in the current generation) but we can't in check_update_reserved_asid()
67 * generation. in check_update_reserved_asid()
84 u64 generation = atomic64_read(&info->generation); in new_context() local
87 u64 newasid = generation | (asid & ~ASID_MASK(info)); in new_context()
115 /* We're out of ASIDs, so increment the global generation count */ in new_context()
116 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION(info), in new_context()
117 &info->generation); in new_context()
127 return idx2asid(info, asid) | generation; in new_context()
144 /* Check that our ASID belongs to the current generation. */ in asid_new_context()
146 if ((asid ^ atomic64_read(&info->generation)) >> info->bits) { in asid_new_context()
[all …]
/kernel/linux/linux-4.19/drivers/firewire/
Dsbp2.c142 * The generation is updated once we've logged in or reconnected
147 int generation; member
380 * iPod 2nd generation: needs 128k max transfer size workaround
381 * iPod 3rd generation: needs fix capacity workaround
389 /* iPod 4th generation */ {
420 int generation, unsigned long long offset, in sbp2_status_write() argument
502 int node_id, int generation, u64 offset) in sbp2_send_orb() argument
520 node_id, generation, device->max_speed, offset, in sbp2_send_orb()
561 int generation, int function, in sbp2_send_management_orb() argument
617 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb()
[all …]
Dcore-iso.c235 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() argument
254 irm_id, generation, SCODE_100, in manage_bandwidth()
258 /* A generation change frees all bandwidth. */ in manage_bandwidth()
273 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() argument
295 irm_id, generation, SCODE_100, in manage_channel()
298 /* A generation change frees all channels. */ in manage_channel()
326 int generation, int channel) in deallocate_channel() argument
335 manage_channel(card, irm_id, generation, mask, offset, false); in deallocate_channel()
341 * In parameters: card, generation, channels_mask, bandwidth, allocate
354 * If generation is stale, deallocations succeed but allocations fail with
[all …]
Dcore-card.c265 fw_send_phy_config(card, FW_PHY_CONFIG_NO_NODE_ID, card->generation, in br_work()
271 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel() argument
276 fw_iso_resource_manage(card, generation, 1ULL << 31, in allocate_broadcast_channel()
285 device_for_each_child(card->device, (void *)(long)generation, in allocate_broadcast_channel()
306 int gap_count, generation, grace, rcode; in bm_work() local
321 generation = card->generation; in bm_work()
345 if ((is_next_generation(generation, card->bm_generation) && in bm_work()
347 (card->bm_generation != generation && grace)) { in bm_work()
357 * next generation. in bm_work()
380 irm_id, generation, SCODE_100, in bm_work()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
Dmediatek,iommu.txt4 this M4U have two generations of HW architecture. Generation one uses flat
5 pagetable, and only supports 4K size page mapping. Generation two uses the
59 "mediatek,mt2701-m4u" for mt2701 which uses generation one m4u HW.
60 "mediatek,mt2712-m4u" for mt2712 which uses generation two m4u HW.
61 "mediatek,mt6779-m4u" for mt6779 which uses generation two m4u HW.
63 generation one m4u HW.
64 "mediatek,mt8167-m4u" for mt8167 which uses generation two m4u HW.
65 "mediatek,mt8173-m4u" for mt8173 which uses generation two m4u HW.
66 "mediatek,mt8183-m4u" for mt8183 which uses generation two m4u HW.
/kernel/linux/linux-4.19/fs/xfs/
Dxfs_export.h21 * generation
25 * generation
27 * parent-generation
32 * generation
37 * generation
40 * parent-generation
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_export.h21 * generation
25 * generation
27 * parent-generation
32 * generation
37 * generation
40 * parent-generation
/kernel/linux/linux-4.19/sound/firewire/fireworks/
Dfireworks_transaction.c166 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument
181 (device->generation != generation)) in handle_resp_for_user()
183 smp_rmb(); /* node id vs. generation */ in handle_resp_for_user()
198 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument
209 (device->generation != generation)) in handle_resp_for_kernel()
211 smp_rmb(); /* node_id vs. generation */ in handle_resp_for_kernel()
229 int generation, unsigned long long offset, in efw_response() argument
246 handle_resp_for_kernel(card, generation, source, in efw_response()
249 handle_resp_for_user(card, generation, source, in efw_response()
252 handle_resp_for_user(card, generation, source, in efw_response()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks_transaction.c165 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument
180 (device->generation != generation)) in handle_resp_for_user()
182 smp_rmb(); /* node id vs. generation */ in handle_resp_for_user()
197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument
208 (device->generation != generation)) in handle_resp_for_kernel()
210 smp_rmb(); /* node_id vs. generation */ in handle_resp_for_kernel()
228 int generation, unsigned long long offset, in efw_response() argument
245 handle_resp_for_kernel(card, generation, source, in efw_response()
248 handle_resp_for_user(card, generation, source, in efw_response()
251 handle_resp_for_user(card, generation, source, in efw_response()
/kernel/linux/linux-4.19/Documentation/virtual/kvm/
Dmmu.txt48 The mmu supports first-generation mmu hardware, which allows an atomic switch
228 Generation number of the page. It is compared with kvm->arch.mmu_valid_gen
296 - check for valid generation number in the spte (see "Fast invalidation of
405 Zapping all pages (page generation count)
412 To make it be more scalable, kvm maintains a global generation number
414 the current global generation-number into sp->mmu_valid_gen when it
415 is created. Pages with a mismatching generation number are "obsolete".
418 generation-number then reload root shadow pages on all vcpus. As the VCPUs
420 mismatching generation number.
436 generation number. The global generation number is stored in
[all …]

12345678910>>...92