Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dmacio.h61 static inline int macio_resource_count(struct macio_dev *dev) in macio_resource_count() function
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dairport.c156 if (macio_resource_count(mdev) < 1 || macio_irq_count(mdev) < 1) { in airport_attach()
/openbmc/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()
/openbmc/linux/drivers/ata/
H A Dpata_macio.c1125 if (macio_resource_count(mdev) == 0) { in pata_macio_attach()
1153 if (macio_resource_count(mdev) >= 2) { in pata_macio_attach()
/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/block/
H A Dswim3.c1111 if (macio_resource_count(mdev) < 2) { in swim3_add_device()