Searched refs:device_drq (Results 1 – 1 of 1) sorted by relevance
856 int device_drq; member2322 …for ( i = 0; ( SMC37c669_drq_table[i].device_drq != -1 ) || ( SMC37c669_drq_table[i].isa_drq != -1… in SMC37c669_xlate_drq()2323 if ( drq == SMC37c669_drq_table[i].device_drq ) { in SMC37c669_xlate_drq()2333 …for ( i = 0; ( SMC37c669_drq_table[i].isa_drq != -1 ) || ( SMC37c669_drq_table[i].device_drq != -1… in SMC37c669_xlate_drq()2335 translated_drq = SMC37c669_drq_table[i].device_drq; in SMC37c669_xlate_drq()