Searched refs:sidmap (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iommu/ |
H A D | apple-dart.c | 246 DECLARE_BITMAP(sidmap, DART_MAX_STREAMS); 250 atomic_long_t sidmap[BITS_TO_LONGS(DART_MAX_STREAMS)]; member 311 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_enable_translation() 320 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_disable_dma() 331 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_enable_bypass() 343 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_set_ttbr() 355 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) in apple_dart_hw_clear_ttbr() 378 writel(stream_map->sidmap[0], stream_map->dart->regs + DART_T8020_STREAM_SELECT); in apple_dart_t8020_hw_stream_command() 391 command, stream_map->sidmap[0]); in apple_dart_t8020_hw_stream_command() 409 for_each_set_bit(sid, stream_map->sidmap, dart->num_streams) { in apple_dart_t8110_hw_tlb_command() [all …]
|