Searched refs:__size (Results 1 – 5 of 5) sorted by relevance
62 const int __size = size; in unstuff_bits() local63 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; in unstuff_bits()68 if (__size + __shft > 32) in unstuff_bits()
84 #define GET_DURATION(__size, __rate) (((__size) * 8 * 10) / (__rate)) argument85 #define GET_DURATION_RES(__size, __rate)(((__size) * 8 * 10) % (__rate)) argument
65 #define CQ_INCR(__index, __size) do { \ argument67 (__index) &= ((__size) - 1); \
90 #define __DPTUN_REG_RANGE(__start, __size) \ argument91 GENMASK_ULL((__start) + (__size) - 1, (__start))93 #define DPTUN_REG_RANGE(__addr, __size) \ argument94 __DPTUN_REG_RANGE((__addr) - DP_TUNNELING_BASE, (__size))
1806 state->__size = size; in dma_iova_try_alloc()1892 state->__size |= DMA_IOVA_USE_SWIOTLB; in iommu_dma_iova_link_swiotlb()1912 state->__size |= DMA_IOVA_USE_SWIOTLB; in iommu_dma_iova_link_swiotlb()2033 if ((state->__size & DMA_IOVA_USE_SWIOTLB) || in __iommu_dma_iova_unlink()
Completed in 20 milliseconds