Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dswap.h40 __le32 size_log2; member
H A Dswap.c117 seg_info->seg_hw_info.size_log2 = __cpu_to_le32(ilog2(swap_bin_len)); in ath10k_swap_code_seg_alloc()
/freebsd/sys/arm64/iommu/
H A Dsmmu.c143 #define Q_WRP(q, p) ((p) & (1 << (q)->size_log2))
144 #define Q_IDX(q, p) ((p) & ((1 << (q)->size_log2) - 1))
318 sz = (1 << q->size_log2) * dwords * 8; in smmu_init_queue()
334 q->base |= q->size_log2 << Q_LOG2SIZE_S; in smmu_init_queue()
1441 sc->cmdq.size_log2 = val; in smmu_check_features()
1446 sc->evtq.size_log2 = val; in smmu_check_features()
1452 sc->priq.size_log2 = val; in smmu_check_features()