Searched refs:device_drq (Results 1 – 1 of 1) sorted by relevance
857 int device_drq; member2308 …for ( i = 0; ( SMC37c669_drq_table[i].device_drq != -1 ) || ( SMC37c669_drq_table[i].isa_drq != -1… in SMC37c669_xlate_drq()2309 if ( drq == SMC37c669_drq_table[i].device_drq ) { in SMC37c669_xlate_drq()2319 …for ( i = 0; ( SMC37c669_drq_table[i].isa_drq != -1 ) || ( SMC37c669_drq_table[i].device_drq != -1… in SMC37c669_xlate_drq()2321 translated_drq = SMC37c669_drq_table[i].device_drq; in SMC37c669_xlate_drq()