bcma_core_irq     409 drivers/bcma/driver_chipcommon.c 	irq = bcma_core_irq(cc->core, 0);
bcma_core_irq     130 drivers/bcma/driver_gpio.c 	hwirq = bcma_core_irq(cc->core, 0);
bcma_core_irq     158 drivers/bcma/driver_gpio.c 	free_irq(bcma_core_irq(cc->core, 0), cc);
bcma_core_irq     357 drivers/bcma/driver_mips.c 			core->irq = bcma_core_irq(core, 0);
bcma_core_irq     597 drivers/bcma/driver_pci_host.c 	dev->irq = bcma_core_irq(pc_host->pdev->core, 0);
bcma_core_irq     621 drivers/bcma/driver_pci_host.c 	return bcma_core_irq(pc_host->pdev->core, 0);
bcma_core_irq     235 drivers/bcma/main.c EXPORT_SYMBOL(bcma_core_irq);
bcma_core_irq      31 drivers/pci/controller/pcie-iproc-bcma.c 	return bcma_core_irq(bdev, 5);
bcma_core_irq     487 include/linux/bcma/bcma.h extern unsigned int bcma_core_irq(struct bcma_device *core, int num);