OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCRSTAT_INT
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/arch/amiga/dev/
bzsc.c
283
if ((bsc->sc_reg[NCR_STAT * 2] &
NCRSTAT_INT
) == 0)
456
if (bzsc_trace[i].status &
NCRSTAT_INT
)
bzivsc.c
275
if ((bsc->sc_reg[NCR_STAT * 4] &
NCRSTAT_INT
) == 0)
449
if (bzivsc_trace[i].status &
NCRSTAT_INT
)
bztzsc.c
279
if ((bsc->sc_reg[NCR_STAT * 4] &
NCRSTAT_INT
) == 0)
457
if (bztzsc_trace[i].status &
NCRSTAT_INT
)
cbiisc.c
271
if ((csc->sc_reg[NCR_STAT * 4] &
NCRSTAT_INT
) == 0)
450
if (cbiisc_trace[i].status &
NCRSTAT_INT
)
cbsc.c
275
if ((csc->sc_reg[NCR_STAT * 4] &
NCRSTAT_INT
) == 0)
462
if (cbsc_trace[i].status &
NCRSTAT_INT
)
flsc.c
301
(fsc->sc_reg[NCR_STAT * 4] &
NCRSTAT_INT
) != 0) {
305
if (fsc->sc_piomode && (fsc->sc_reg[NCR_STAT * 4] &
NCRSTAT_INT
) != 0 &&
/src/sys/dev/pcmcia/
esp_pcmcia.c
308
return NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
;
368
while ((NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
) == 0)
/src/sys/dev/podulebus/
esp_podule.c
174
return NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
;
234
while ((NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
) == 0)
/src/sys/dev/isa/
esp_isa.c
457
return NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
;
523
while ((NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
) == 0)
/src/sys/dev/ic/
ncr53c9xreg.h
77
#define
NCRSTAT_INT
0x80 /* Interrupt */
ncr53c9x.c
1020
if (NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
)
/src/sys/dev/tc/
asc_tc.c
322
return (NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
) != 0;
/src/sys/arch/mipsco/obio/
asc.c
262
return NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
;
543
if (NCR_READ_REG(sc, NCR_STAT) &
NCRSTAT_INT
) {
/src/sys/arch/macppc/dev/
esp.c
277
return esp_read_reg(sc, NCR_STAT) &
NCRSTAT_INT
;
/src/sys/arch/arc/jazz/
asc.c
270
return asc_read_reg(sc, NCR_STAT) &
NCRSTAT_INT
;
/src/sys/arch/pmax/tc/
asc_ioasic.c
439
return (ASC_READ_REG(asc, NCR_STAT) &
NCRSTAT_INT
) != 0;
/src/sys/arch/vax/vsa/
asc_vsbus.c
328
NCR_STAT * sizeof(uint32_t)) &
NCRSTAT_INT
;
/src/sys/dev/pci/
pcscp.c
349
return (PCSCP_READ_REG(esc, NCR_STAT) &
NCRSTAT_INT
) != 0;
/src/sys/arch/mac68k/obio/
esp.c
461
return esc->sc_reg[NCR_STAT * 16] &
NCRSTAT_INT
;
/src/sys/arch/next68k/dev/
esp.c
739
(sc->sc_espstat &
NCRSTAT_INT
);
Completed in 47 milliseconds
Indexes created Tue Oct 21 05:10:09 GMT 2025