Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/iommu/
H A Dsmmureg.h197 #define Q_LOG2SIZE_S 0 /* Queue size as log2(entries) */ macro
198 #define Q_LOG2SIZE_M (0x1f << Q_LOG2SIZE_S)
H A Dsmmu.c331 q->base |= q->size_log2 << Q_LOG2SIZE_S; in smmu_init_queue()