Home
last modified time | relevance | path

Searched refs:DCSR_INT_PEND (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/uts/common/sys/
H A Decppreg.h215 #define DCSR_INT_PEND 0x00000001 /* 1= pport or dma interrupts */ macro
/illumos-gate/usr/src/uts/sun/sys/
H A Dfdreg.h289 #define DCSR_INT_PEND 0x00000001 /* 1= floppy interrupts */ macro
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c4178 if (!(tmp_dcsr & DCSR_INT_PEND) && !(DCSR_ERR_PEND & tmp_dcsr)) in fdintr_dma()
4210 if (not_cheerio || (tmp_dcsr & DCSR_INT_PEND)) { in fdintr_dma()
4466 if (not_cheerio || (tmp_dcsr & DCSR_INT_PEND)) { in fdintr_dma()
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3097 while (!(dcsr & DCSR_INT_PEND) && cheerio_pend_counter-- > 0) { in ecpp_isr()
3122 if ((dcsr & DCSR_INT_PEND) == 0) { in ecpp_isr()