Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dmacio.h91 static inline int macio_irq_count(struct macio_dev *dev) in macio_irq_count() function
/linux/drivers/scsi/
H A Dmac53c94.c417 if (macio_resource_count(mdev) != 2 || macio_irq_count(mdev) != 2) { in mac53c94_probe()
420 macio_resource_count(mdev), macio_irq_count(mdev)); in mac53c94_probe()
H A Dmesh.c1868 if (macio_resource_count(mdev) != 2 || macio_irq_count(mdev) != 2) { in mesh_probe()
1871 macio_irq_count(mdev)); in mesh_probe()
/linux/drivers/macintosh/
H A Drack-meter.c411 if (macio_resource_count(mdev) < 2 || macio_irq_count(mdev) < 2) { in rackmeter_probe()
/linux/drivers/net/ethernet/apple/
H A Dmace.c117 if (macio_resource_count(mdev) != 3 || macio_irq_count(mdev) != 3) { in mace_probe()
H A Dbmac.c1187 if (macio_resource_count(mdev) != 3 || macio_irq_count(mdev) != 3) { in bmac_probe()