Searched refs:sidmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/iommu/ |
D | apple-dart.c | 143 unsigned long sidmap; member 147 atomic64_t sidmap; member 207 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_enable_translation() 216 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_disable_dma() 226 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_enable_bypass() 237 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_set_ttbr() 247 for_each_set_bit(sid, &stream_map->sidmap, DART_MAX_STREAMS) in apple_dart_hw_clear_ttbr() 270 writel(stream_map->sidmap, stream_map->dart->regs + DART_STREAM_SELECT); in apple_dart_hw_stream_command() 283 command, stream_map->sidmap); in apple_dart_hw_stream_command() 310 stream_map.sidmap = DART_STREAM_ALL; in apple_dart_hw_reset() [all …]
|