Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-mvebu-gicp.c33 unsigned int spi_cnt; member
89 hwirq = find_first_zero_bit(gicp->spi_bitmap, gicp->spi_cnt); in gicp_irq_domain_alloc()
90 if (hwirq == gicp->spi_cnt) { in gicp_irq_domain_alloc()
135 if (d->hwirq >= gicp->spi_cnt) { in gicp_irq_domain_free()
210 gicp->spi_cnt += gicp->spi_ranges[i].count; in mvebu_gicp_probe()
213 gicp->spi_bitmap = devm_bitmap_zalloc(&pdev->dev, gicp->spi_cnt, GFP_KERNEL); in mvebu_gicp_probe()
231 gicp->spi_cnt, in mvebu_gicp_probe()