HomeSort by: relevance | last modified time | path
    Searched refs:SBICF_INDMA (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/sgimips/stand/common/
iris_scsivar.h 71 #define SBICF_INDMA 0x04 /* DMA I/O in progress */
  /src/sys/arch/mvme68k/dev/
sbicvar.h 142 #define SBICF_INDMA 0x80 /* not used yet, DMA I/O in progress */
sbic.c 219 if (dev->sc_cur == NULL || (dev->sc_flags & SBICF_INDMA) == 0)
259 dev->sc_flags &= ~SBICF_INDMA;
2142 dev->sc_flags &= ~(SBICF_INDMA | SBICF_DCFLUSH);
2209 dev->sc_flags &= ~SBICF_INDMA;
2249 dev->sc_flags |= SBICF_INDMA;
2514 if (dev->sc_flags & SBICF_INDMA) {
2515 dev->sc_flags &= ~(SBICF_INDMA | SBICF_DCFLUSH);
  /src/sys/arch/amiga/dev/
sbicvar.h 151 #define SBICF_INDMA 0x80 /* not used yet, DMA I/O in progress */
sbic.c 263 if (!(dev->sc_flags & SBICF_INDMA)) return; /* DMA not active */
286 dev->sc_flags &= ~SBICF_INDMA;
1744 dev->sc_flags |= SBICF_INDMA;
2270 dev->sc_flags &= ~(SBICF_INDMA | SBICF_DCFLUSH);
2344 dev->sc_flags |= SBICF_INDMA;
2384 dev->sc_flags &= ~(SBICF_INDMA|SBICF_SELECTED);
2515 if (dev->sc_flags & SBICF_INDMA) {
2529 ~(SBICF_INDMA | SBICF_DCFLUSH);
  /src/sys/arch/acorn32/podulebus/
sbicvar.h 140 #define SBICF_INDMA 0x40 /* not used yet, DMA I/O in progress */
sbic.c 286 if (!(dev->sc_flags & SBICF_INDMA))
313 dev->sc_flags &= ~SBICF_INDMA;
2067 dev->sc_flags &= ~SBICF_INDMA;
2137 dev->sc_flags |= SBICF_INDMA;
2175 dev->sc_flags &= ~(SBICF_INDMA | SBICF_SELECTED);
2297 if (dev->sc_flags & SBICF_INDMA) {
2299 dev->sc_flags &= ~SBICF_INDMA;
  /src/sys/dev/ic/
wd33c93var.h 190 #define SBICF_INDMA 0x04 /* DMA I/O in progress */
wd33c93.c 512 if (sc->sc_flags & SBICF_INDMA) {
532 sc->sc_flags &= ~SBICF_INDMA;
1996 sc->sc_flags |= SBICF_INDMA;
2067 if (sc->sc_flags & SBICF_INDMA) {
2155 if (sc->sc_flags & SBICF_INDMA) {

Completed in 19 milliseconds