Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dmacio.h61 static inline int macio_resource_count(struct macio_dev *dev) in macio_resource_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()
1870 " (got %d,%d)\n", macio_resource_count(mdev), in mesh_probe()
/linux/drivers/ata/
H A Dpata_macio.c1139 if (macio_resource_count(mdev) == 0) { in pata_macio_attach()
1167 if (macio_resource_count(mdev) >= 2) { in pata_macio_attach()
/linux/drivers/macintosh/
H A Drack-meter.c411 if (macio_resource_count(mdev) < 2 || macio_irq_count(mdev) < 2) { in rackmeter_probe()
H A Dmediabay.c566 if (macio_resource_count(mdev) < 1) in media_bay_attach()
/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.c1243 if (macio_resource_count(mdev) != 3 || macio_irq_count(mdev) != 3) { in bmac_probe()