Home
last modified time | relevance | path

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

12345678910>>...70

/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml14 this M4U have two generations of HW architecture. Generation one uses flat
15 pagetable, and only supports 4K size page mapping. Generation two uses the
73 - mediatek,mt2701-m4u # generation one
74 - mediatek,mt2712-m4u # generation two
75 - mediatek,mt6779-m4u # generation two
76 - mediatek,mt6795-m4u # generation two
77 - mediatek,mt8167-m4u # generation two
78 - mediatek,mt8173-m4u # generation two
79 - mediatek,mt8183-m4u # generation two
80 - mediatek,mt8186-iommu-mm # generation two
[all …]
/openbmc/linux/net/sctp/
H A DKconfig60 bool "Enable optional MD5 hmac cookie generation"
62 Enable optional MD5 hmac based SCTP cookie generation
66 bool "Enable optional SHA1 hmac cookie generation"
68 Enable optional SHA1 hmac based SCTP cookie generation
72 bool "Use no hmac alg in SCTP cookie generation"
74 Use no hmac algorithm in SCTP cookie generation
79 bool "Enable optional MD5 hmac cookie generation"
81 Enable optional MD5 hmac based SCTP cookie generation
86 bool "Enable optional SHA1 hmac cookie generation"
88 Enable optional SHA1 hmac based SCTP cookie generation
/openbmc/linux/drivers/phy/renesas/
H A DKconfig14 tristate "Renesas R-Car generation 2 USB PHY driver"
18 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
21 tristate "Renesas R-Car generation 3 PCIe PHY driver"
25 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
28 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
35 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
38 tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
42 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.h45 /* IS0 ethernet, IPv4, IPv6 traffic type keyset generation */
64 /* IS0 MPLS traffic type keyset generation */
83 /* IS0 MBLS traffic type keyset generation */
94 /* IS2 non-ethernet traffic type keyset generation */
102 /* IS2 IPv4 unicast traffic type keyset generation */
109 /* IS2 IPv4 multicast traffic type keyset generation */
117 /* IS2 IPv6 unicast traffic type keyset generation */
125 /* IS2 IPv6 multicast traffic type keyset generation */
134 /* IS2 ARP traffic type keyset generation */
152 /* ES2 IPv4 traffic type keyset generation */
[all …]
/openbmc/linux/sound/firewire/
H A 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()
/openbmc/linux/drivers/mtd/nand/spi/
H A 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 …]
/openbmc/linux/include/linux/
H A 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 …]
H A Dfirewire.h90 int generation; member
169 * Note, fw_device.generation always has to be read before fw_device.node_id.
171 * to an outdated node_id if the generation was updated in the meantime due
174 * Likewise, fw-core will take care to update .node_id before .generation so
175 * that whenever fw_device.generation is current WRT the actual bus generation,
178 * The same applies to fw_device.card->node_id vs. fw_device.generation.
189 int generation; member
287 int generation,
294 int generation; member
318 int node_id; /* The generation is implied; it is always the current. */
[all …]
/openbmc/linux/arch/arm/mach-aspeed/
H A 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.
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Doverview.rst9 introduced on 4th generation devices (Surface Pro 4, Surface Book 1), but
17 Not much is currently known about SAM on 4th generation devices (Surface Pro
20 Book 2, Surface Laptop 1) and later generation devices, SAM is responsible
28 restructured for 7th generation devices and on those, specifically Surface
33 generation, internal interfaces have undergone some rather large changes. On
34 5th and 6th generation devices, both battery and temperature information is
37 requests. On 7th generation devices, this additional layer is gone and these
49 generation of the Surface device. On 4th generation devices, host and EC
67 communication interface for SAM on 5th- and all later-generation Surface
/openbmc/linux/drivers/firewire/
H A 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 …]
H A Dsbp2.c130 * The generation is updated once we've logged in or reconnected
135 int generation; member
368 * iPod 2nd generation: needs 128k max transfer size workaround
369 * iPod 3rd generation: needs fix capacity workaround
377 /* iPod 4th generation */ {
408 int generation, unsigned long long offset, in sbp2_status_write() argument
491 int node_id, int generation, u64 offset) in sbp2_send_orb() argument
509 node_id, generation, device->max_speed, offset, in sbp2_send_orb()
550 int generation, int function, in sbp2_send_management_orb() argument
606 sbp2_send_orb(&orb->base, lu, node_id, generation, in sbp2_send_management_orb()
[all …]
H A Dcore-device.c231 int generation = device->generation; in fw_device_enable_phys_dma() local
233 /* device->node_id, accessed below, must not be older than generation */ in fw_device_enable_phys_dma()
238 generation); in fw_device_enable_phys_dma()
473 int generation, int index, u32 *data) in read_rom() argument
478 /* device->node_id, accessed below, must not be older than generation */ in read_rom()
484 generation, device->max_speed, offset, data, 4); in read_rom()
498 * the config ROM. We do all this with a cached bus generation. If the bus
499 * generation changes under us, read_config_rom will fail and get retried.
504 static int read_config_rom(struct fw_device *device, int generation) in read_config_rom() argument
524 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
[all …]
H A 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 …]
/openbmc/linux/arch/csky/mm/
H A 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 …]
/openbmc/qemu/include/hw/misc/
H A Dnrf51_rng.h16 * generation of random values.
17 * + Named GPIO input "tep_stop": Task that ends continuous generation of
23 * + Generation of unfiltered and filtered random values take at least the
24 * average generation time stated in the production specification;
25 * non-deterministic generation times are not modeled.
69 /* Time between generation of successive unfiltered values in us */
71 /* Time between generation of successive filtered values in us */
/openbmc/linux/fs/xfs/
H A Dxfs_export.h21 * generation
25 * generation
27 * parent-generation
32 * generation
37 * generation
40 * parent-generation
/openbmc/linux/sound/firewire/fireworks/
H A 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()
/openbmc/linux/fs/btrfs/
H A Dexport.c68 * @generation: optional, if not zero, verify that the found inode
69 * generation matches
72 * generation does not match return ESTALE.
75 u64 root_objectid, u64 generation) in btrfs_get_dentry() argument
93 if (generation != 0 && generation != inode->i_generation) { in btrfs_get_dentry()
106 u32 generation; in btrfs_fh_to_parent() local
120 generation = fid->parent_gen; in btrfs_fh_to_parent()
122 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_parent()
130 u32 generation; in btrfs_fh_to_dentry() local
142 generation = fid->gen; in btrfs_fh_to_dentry()
[all …]
/openbmc/qemu/docs/specs/
H A Dvmgenid.rst1 Virtual Machine Generation ID Device
11 The VM generation ID (``vmgenid``) device is an emulated device which
27 generation ID support in a virtualization platform" section of
28 `the Microsoft Virtual Machine Generation ID specification
31 - **R1a** The generation ID shall live in an 8-byte aligned buffer.
33 - **R1b** The buffer holding the generation ID shall be in guest RAM,
36 - **R1c** The buffer holding the generation ID shall be kept separate from
42 - **R1e** The generation ID shall not live in a page frame that could be
44 generation ID lives in RAM, ROM or MMIO, it shall only be mapped as
58 will contain the VM Generation ID device. Other implementations (Hyper-V and
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h123 sector_size, type, generation, start_offset, dev_group)
128 DEFINE_CONV(btrfs_free_space_header, location, generation, num_entries,
130 DEFINE_CONV(btrfs_extent_item, refs, generation, flags)
139 DEFINE_CONV(btrfs_inode_item, generation, transid, size, nbytes, block_group,
144 DEFINE_CONV(btrfs_root_item, inode, generation, root_dirid, bytenr, byte_limit,
149 DEFINE_CONV(btrfs_file_extent_item, generation, ram_bytes, other_encoding,
151 DEFINE_CONV_ALT(btrfs_file_extent_item, inl, generation, ram_bytes,
159 DEFINE_CONV(btrfs_header, bytenr, flags, generation, owner, nritems)
164 DEFINE_CONV(btrfs_super_block, bytenr, flags, magic, generation, root,
173 DEFINE_CONV(btrfs_key_ptr, key, blockptr, generation)
/openbmc/linux/Documentation/mm/
H A Dmultigen_lru.rst23 implementations. In the multi-gen LRU, each generation represents a
45 attainable. Specifically, pages in the same generation can be
83 ``lruvec``. The youngest generation number is stored in
85 an equal footing. The oldest generation numbers are stored in
90 Generation numbers are truncated into ``order_base_2(MAX_NR_GENS+1)``
92 truncated generation number is an index to ``lrugen->folios[]``. The
98 Each generation is divided into multiple tiers. A page accessed ``N``
117 generation when it finds them accessed through page tables; the
139 moves a page to the next generation, i.e., ``min_seq+1``, if this page
147 Each generation is timestamped at birth. If ``lru_gen_min_ttl`` is
[all …]
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dmediatek,smi-common.yaml17 which generation the SoCs use:
18 generation 1: mt2701 and mt7623.
19 generation 2: mt2712, mt6779, mt8167, mt8173, mt8183, mt8186, mt8188, mt8192 and mt8195.
21 There's slight differences between the two SMI, for generation 2, the
23 for generation 1, the register is at smi ao base(smi always on register
25 SMI generation 1 to transform the smi clock into emi clock domain, but that is
26 not needed for SMI generation 2.
61 apb and smi are mandatory. the async is only for generation 1 smi HW.
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A DKconfig9 This includes alert interrupts generation and also the TSHUT
32 this generation are not accurate, nor they are very close to
48 This includes alert interrupts generation and also the TSHUT
60 This includes alert interrupts generation and also the TSHUT
72 This includes alert interrupts generation and also the TSHUT
/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/
H A Dstatic-inventory.yaml1157 Generation:
1177 Generation:
1197 Generation:
1217 Generation:
1237 Generation:
1257 Generation:
1277 Generation:
1297 Generation:
1317 Generation:
1337 Generation:
[all …]

12345678910>>...70