Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/dev/
H A Dsmmureg.h83 #define SMMU_IDR2_OAS(x) (((x) >> 4) & 0xf) macro
H A Dsmmu.c203 switch (SMMU_IDR2_OAS(reg)) { in smmu_attach()