Home
last modified time | relevance | path

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

/freebsd/sys/arm64/iommu/
H A Dsmmureg.h184 #define STRTAB_BASE_CFG_SPLIT_S 6 /* SID split point for 2lvl table. */ macro
185 #define STRTAB_BASE_CFG_SPLIT_M (0x1f << STRTAB_BASE_CFG_SPLIT_S)
186 #define STRTAB_BASE_CFG_SPLIT_4KB (6 << STRTAB_BASE_CFG_SPLIT_S)
187 #define STRTAB_BASE_CFG_SPLIT_16KB (8 << STRTAB_BASE_CFG_SPLIT_S)
188 #define STRTAB_BASE_CFG_SPLIT_64KB (10 << STRTAB_BASE_CFG_SPLIT_S)
H A Dsmmu.c966 reg |= STRTAB_SPLIT << STRTAB_BASE_CFG_SPLIT_S; in smmu_init_strtab_2lvl()