Lines Matching refs:msi_bitmap
12 #include <asm/msi_bitmap.h>
15 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num)
30 pr_debug("msi_bitmap: allocated 0x%x at offset 0x%x\n", num, offset);
39 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset,
44 pr_debug("msi_bitmap: freeing 0x%x at offset 0x%x\n",
53 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq)
57 pr_debug("msi_bitmap: reserving hwirq 0x%x\n", hwirq);
75 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp)
85 pr_debug("msi_bitmap: no msi-available-ranges property " \
91 printk(KERN_WARNING "msi_bitmap: Malformed msi-available-ranges"
112 int __ref msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count,
121 pr_debug("msi_bitmap: allocator bitmap size is 0x%x bytes\n", size);
136 pr_debug("msi_bitmap: ENOMEM allocating allocator bitmap!\n");
148 void msi_bitmap_free(struct msi_bitmap *bmp)
160 struct msi_bitmap bmp;
226 struct msi_bitmap bmp;