Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/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/sound/firewire/
H A Dlib.c38 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()
47 device->node_id, generation, in snd_fw_transaction()
H A Diso-resources.c118 r->generation = card->generation; in fw_iso_resources_allocate()
129 fw_iso_resource_manage(card, r->generation, r->channels_mask, in fw_iso_resources_allocate()
177 r->generation = card->generation; in fw_iso_resources_update()
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_update()
225 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel, in fw_iso_resources_free()
/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/arch/csky/mm/
H A Dasid.c84 u64 generation = atomic64_read(&info->generation); in new_context() local
87 u64 newasid = generation | (asid & ~ASID_MASK(info)); 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()
146 if ((asid ^ atomic64_read(&info->generation)) >> info->bits) { in asid_new_context()
180 atomic64_set(&info->generation, ASID_FIRST_VERSION(info)); in asid_allocator_init()
/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)
H A Dsuper.c36 if (root_backup->tree_root_gen == sb->generation) in btrfs_check_super_roots()
190 btrfs_info.sb.generation = 0; in btrfs_read_superblock()
219 } else if (sb->generation > btrfs_info.sb.generation) { in btrfs_read_superblock()
226 if (!btrfs_info.sb.generation) { in btrfs_read_superblock()
244 btrfs_info.sb.generation); in btrfs_read_superblock()
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml73 - 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
84 - mediatek,mt8192-m4u # generation two
88 - mediatek,mt8365-m4u # generation two
[all …]
/openbmc/linux/drivers/firewire/
H A Dsbp2.c707 lu->generation != card->generation) { in sbp2_conditionally_block()
730 if (lu->blocked && lu->generation == card->generation) { in sbp2_conditionally_unblock()
811 generation = device->generation; in sbp2_login()
837 lu->generation = generation; in sbp2_login()
880 if (generation != device->card->generation) { in sbp2_login()
895 generation = device->generation; in sbp2_login()
918 generation = device->generation; in sbp2_reconnect()
934 if (generation == device->card->generation || in sbp2_reconnect()
948 lu->generation = generation; in sbp2_reconnect()
1238 generation = device->generation; in sbp2_remove()
[all …]
H A Dcore-card.c293 int gap_count, generation, grace, rcode; in bm_work() local
308 generation = card->generation; in bm_work()
334 (card->bm_generation != generation && grace)) { in bm_work()
367 irm_id, generation, SCODE_100, in bm_work()
378 if (rcode == RCODE_COMPLETE && generation == card->generation) in bm_work()
386 allocate_broadcast_channel(card, generation); in bm_work()
415 } else if (card->bm_generation != generation) { in bm_work()
430 card->bm_generation = generation; in bm_work()
526 root_id, generation, SCODE_100, in bm_work()
534 allocate_broadcast_channel(card, generation); in bm_work()
[all …]
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()
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()
295 int generation, int channel) in deallocate_channel() argument
304 manage_channel(card, irm_id, generation, mask, offset, false); in deallocate_channel()
338 void fw_iso_resource_manage(struct fw_card *card, int generation, in fw_iso_resource_manage() argument
351 c = manage_channel(card, irm_id, generation, channels_hi, in fw_iso_resource_manage()
355 c = manage_channel(card, irm_id, generation, channels_lo, in fw_iso_resource_manage()
369 ret = manage_bandwidth(card, irm_id, generation, *bandwidth, allocate); in fw_iso_resource_manage()
[all …]
H A Dcore-device.c231 int generation = device->generation; in fw_device_enable_phys_dma() local
238 generation); in fw_device_enable_phys_dma()
473 int generation, int index, u32 *data) in read_rom() argument
524 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
562 if (read_rom(device, generation, 0, &dummy) == in read_config_rom()
594 ret = read_rom(device, generation, i, &rom[i]); in read_config_rom()
899 old->generation = card->generation; in lookup_existing_device()
1105 rcode = read_rom(device, generation, i, &q); in reread_config_rom()
1228 device->generation = card->generation; in fw_node_event()
1259 device->generation = card->generation; in fw_node_event()
[all …]
H A Dnet.c184 int generation; member
199 u8 generation; member
462 peer->generation == generation) in fwnet_peer_find_by_node_id()
981 generation = dev->card->generation; in fwnet_send_packet()
1292 u8 generation; in fwnet_tx() local
1298 generation = peer->generation; in fwnet_tx()
1304 ptask->generation = generation; in fwnet_tx()
1419 peer->generation = device->generation; in fwnet_add_peer()
1526 int generation; in fwnet_update() local
1528 generation = device->generation; in fwnet_update()
[all …]
/openbmc/linux/arch/hexagon/include/asm/
H A Dmmu_context.h38 if (next->context.generation < prev->context.generation) { in switch_mm()
42 next->context.generation = prev->context.generation; in switch_mm()
/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()
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()
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/drivers/net/can/softing/
H A Dsofting_cs.c31 .generation = 1,
43 .generation = 1,
55 .generation = 1,
67 .generation = 2,
79 .generation = 1,
91 .generation = 1,
103 .generation = 2,
115 .generation = 1,
127 .generation = 2,
196 if (pdat->generation < 2) { in softingcs_probe_config()
/openbmc/linux/drivers/thunderbolt/
H A Dlc.c65 if (sw->generation < 2) in tb_lc_reset_port()
100 if (sw->generation < 2) in tb_lc_set_port_configured()
158 if (sw->generation < 2) in tb_lc_set_xdomain_configured()
225 if (sw->generation < 2) in tb_lc_start_lane_initialization()
277 if (sw->generation != 3) in tb_lc_is_usb_plugged()
303 if (sw->generation != 3) in tb_lc_is_xhci_connected()
323 if (sw->generation != 3) in __tb_lc_xhci_connect()
417 if (sw->generation < 2) in tb_lc_set_wake()
456 if (sw->generation < 2) in tb_lc_set_sleep()
501 if (sw->generation < 2) in tb_lc_lane_bonding_possible()
[all …]
/openbmc/linux/include/linux/
H A Dfirewire.h90 int generation; member
189 int generation; member
287 int generation,
294 int generation; member
361 int destination_id, int generation, int speed, unsigned long long offset,
384 int destination_id, int generation, int speed, in fw_send_request() argument
391 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request()
413 int tcode, int destination_id, int generation, int speed, unsigned long long offset, in fw_send_request_with_tstamp() argument
420 __fw_send_request(card, t, tcode, destination_id, generation, speed, offset, payload, in fw_send_request_with_tstamp()
427 int generation, int speed, unsigned long long offset,
[all …]
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dqueue.c24 u8 generation; member
210 queue->generation++; in cw1200_queue_clear()
299 item->generation = 0; in cw1200_queue_put()
302 item->generation, in cw1200_queue_put()
386 if (queue_generation != queue->generation) { in cw1200_queue_requeue()
403 item->generation = ++item_generation; in cw1200_queue_requeue()
429 ++item->generation; in cw1200_queue_requeue_all()
432 item->generation, in cw1200_queue_requeue_all()
457 if (queue_generation != queue->generation) { in cw1200_queue_remove()
472 ++item->generation; in cw1200_queue_remove()
[all …]
/openbmc/linux/fs/btrfs/
H A Dexport.c75 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()
144 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_dentry()
/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/fs/ocfs2/
H A Dexport.c198 u32 generation; in ocfs2_encode_fh() local
219 generation = inode->i_generation; in ocfs2_encode_fh()
221 trace_ocfs2_encode_fh_self((unsigned long long)blkno, generation); in ocfs2_encode_fh()
226 fh[2] = cpu_to_le32(generation); in ocfs2_encode_fh()
230 generation = parent->i_generation; in ocfs2_encode_fh()
234 fh[5] = cpu_to_le32(generation); in ocfs2_encode_fh()
240 generation); in ocfs2_encode_fh()
/openbmc/linux/fs/isofs/
H A Dexport.c23 __u32 generation) in isofs_export_iget() argument
32 if (generation && inode->i_generation != generation) { in isofs_export_iget()
157 u32 generation; member
171 ifid->generation); in isofs_fh_to_dentry()
/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/include/uapi/linux/
H A Dbtrfs_tree.h471 __le64 generation; member
552 __le64 generation; member
583 __le64 generation; member
657 __le64 generation; member
717 __le64 generation; member
743 __le64 generation; member
828 __le64 generation; member
877 __le64 generation; member
1027 __le64 generation; member
1221 __le64 generation; member
[all …]

12345678910>>...28