Searched refs:sidmap (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/ |
| H A D | apple-dart.c | 250 DECLARE_BITMAP(sidmap, DART_MAX_STREAMS); 254 atomic_long_t sidmap[BITS_TO_LONGS(DART_MAX_STREAMS)]; member 324 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_enable_translation() 333 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_disable_dma() 344 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_enable_bypass() 356 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_set_ttbr() 368 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_clear_ttbr() 392 writel(stream_map->sidmap[i], in apple_dart_t8020_hw_stream_command() 406 command, stream_map->sidmap[0]); in apple_dart_t8020_hw_stream_command() 424 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) { in apple_dart_t8110_hw_tlb_command() [all …]
|