Searched refs:DCSR_INT_PEND (Results 1 – 4 of 4) sorted by relevance
217 #define DCSR_INT_PEND 0x00000001 /* 1= pport or dma interrupts */ macro
289 #define DCSR_INT_PEND 0x00000001 /* 1= floppy interrupts */ macro
4175 if (!(tmp_dcsr & DCSR_INT_PEND) && !(DCSR_ERR_PEND & tmp_dcsr)) in fdintr_dma()4207 if (not_cheerio || (tmp_dcsr & DCSR_INT_PEND)) { in fdintr_dma()4463 if (not_cheerio || (tmp_dcsr & DCSR_INT_PEND)) { in fdintr_dma()
3095 while (!(dcsr & DCSR_INT_PEND) && cheerio_pend_counter-- > 0) { in ecpp_isr()3120 if ((dcsr & DCSR_INT_PEND) == 0) { in ecpp_isr()