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