Lines Matching refs:msi_bitmap
11 #include <asm/msi_bitmap.h>
14 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num)
29 pr_debug("msi_bitmap: allocated 0x%x at offset 0x%x\n", num, offset);
38 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset,
43 pr_debug("msi_bitmap: freeing 0x%x at offset 0x%x\n",
52 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq)
56 pr_debug("msi_bitmap: reserving hwirq 0x%x\n", hwirq);
74 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp)
84 pr_debug("msi_bitmap: no msi-available-ranges property " \
90 printk(KERN_WARNING "msi_bitmap: Malformed msi-available-ranges"
111 int __ref msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count,
120 pr_debug("msi_bitmap: allocator bitmap size is 0x%x bytes\n", size);
135 pr_debug("msi_bitmap: ENOMEM allocating allocator bitmap!\n");
147 void msi_bitmap_free(struct msi_bitmap *bmp)
159 struct msi_bitmap bmp;
225 struct msi_bitmap bmp;