Searched refs:macio_resource_count (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dmacio.h61 static inline int macio_resource_count(struct macio_dev *dev) function
/linux-master/drivers/scsi/
H A Dmac53c94.c417 if (macio_resource_count(mdev) != 2 || macio_irq_count(mdev) != 2) {
420 macio_resource_count(mdev), macio_irq_count(mdev));
H A Dmesh.c1868 if (macio_resource_count(mdev) != 2 || macio_irq_count(mdev) != 2) {
1870 " (got %d,%d)\n", macio_resource_count(mdev),
/linux-master/drivers/ata/
H A Dpata_macio.c1125 if (macio_resource_count(mdev) == 0) {
1153 if (macio_resource_count(mdev) >= 2) {
/linux-master/drivers/macintosh/
H A Dmediabay.c566 if (macio_resource_count(mdev) < 1)
H A Drack-meter.c411 if (macio_resource_count(mdev) < 2 || macio_irq_count(mdev) < 2) {
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c117 if (macio_resource_count(mdev) != 3 || macio_irq_count(mdev) != 3) {
H A Dbmac.c1243 if (macio_resource_count(mdev) != 3 || macio_irq_count(mdev) != 3) {
/linux-master/drivers/block/
H A Dswim3.c1111 if (macio_resource_count(mdev) < 2) {

Completed in 118 milliseconds