Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Darm-smmu.c50 #define MAX_MASTER_STREAMIDS MAX_PHANDLE_ARGS macro
267 u16 streamids[MAX_MASTER_STREAMIDS];
464 if (masterspec->args_count > MAX_MASTER_STREAMIDS) { in register_smmu_master()
467 MAX_MASTER_STREAMIDS, masterspec->np->name); in register_smmu_master()
1341 if (cfg->num_streamids >= MAX_MASTER_STREAMIDS) { in arm_smmu_add_pci_device()