Searched refs:SMMU_CB_TCR2_PASIZE_36BIT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/arch/arm64/dev/ | ||
H A D | smmureg.h | 169 #define SMMU_CB_TCR2_PASIZE_36BIT (0x1 << 0) macro |
H A D | smmu.c | 667 reg |= SMMU_CB_TCR2_PASIZE_36BIT; in smmu_domain_create() |