Searched refs:macio_irq_count (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dmacio.h91 static inline int macio_irq_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) {
1871 macio_irq_count(mdev));
/linux-master/drivers/macintosh/
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/ata/
H A Dpata_macio.c1170 if (macio_irq_count(mdev) == 0) {
/linux-master/drivers/block/
H A Dswim3.c1115 if (macio_irq_count(mdev) < 1) {

Completed in 267 milliseconds