Searched refs:next_bit (Results 1 – 4 of 4) sorted by relevance
78 if (msb != next_bit)79 fatal(reg "." field " starts at " msb " not " next_bit)89 next_bit = lsb - 1125 next_bit = 63131 if (next_bit > 0)175 next_bit = 63181 if (next_bit > 0)212 if (next_bit != 63)218 next_bit = 0
86 static unsigned long next_bit; /* protected by iommu_bitmap_lock */ variable101 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit, in alloc_iommu()110 next_bit = offset+size; in alloc_iommu()111 if (next_bit >= iommu_pages) { in alloc_iommu()112 next_bit = 0; in alloc_iommu()129 if (offset >= next_bit) in free_iommu()130 next_bit = offset + size; in free_iommu()
299 offset = __dma_alloc_iommu(dev, zdev->next_bit, size); in dma_alloc_address()315 zdev->next_bit = offset + size; in dma_alloc_address()676 zdev->next_bit = 0; in zpci_dma_exit_device()
167 unsigned int next_bit; member