Home
last modified time | relevance | path

Searched refs:sidmap (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iommu/
H A Dapple-dart.c245 DECLARE_BITMAP(sidmap, DART_MAX_STREAMS);
249 atomic_long_t sidmap[BITS_TO_LONGS(DART_MAX_STREAMS)]; member
310 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_enable_translation()
319 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_disable_dma()
330 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_enable_bypass()
342 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_set_ttbr()
354 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_clear_ttbr()
378 writel(stream_map->sidmap[i], in apple_dart_t8020_hw_stream_command()
392 command, stream_map->sidmap[0]); in apple_dart_t8020_hw_stream_command()
410 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) { in apple_dart_t8110_hw_tlb_command()
[all …]