Searched refs:sidmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/iommu/ |
D | apple-dart.c | 133 unsigned long sidmap; member 137 atomic64_t sidmap; member 197 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_enable_translation() 206 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_disable_dma() 216 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_enable_bypass() 227 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_set_ttbr() 237 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_clear_ttbr() 260 writel(stream_map->sidmap, stream_map->dart->regs + DART_STREAM_SELECT); in apple_dart_hw_stream_command() 273 command, stream_map->sidmap); in apple_dart_hw_stream_command() 300 stream_map.sidmap = DART_STREAM_ALL; in apple_dart_hw_reset() [all …]
|