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

  /src/sys/arch/sgimips/stand/common/
iris_scsivar.h 69 #define SBICF_SELECTED 0x01 /* bus is in selected state. */
iris_scsi.c 294 sc->sc_flags |= SBICF_SELECTED;
630 sc->sc_flags &= ~SBICF_SELECTED;
  /src/sys/arch/mvme68k/dev/
sbicvar.h 138 #define SBICF_SELECTED 0x04 /* bus is in selected state. */
sbic.c 762 if (dev->sc_flags & SBICF_SELECTED) {
795 dev->sc_flags &= ~SBICF_SELECTED;
814 dev->sc_flags &= ~SBICF_SELECTED;
863 dev->sc_flags &= ~SBICF_SELECTED;
926 dev->sc_flags &= ~SBICF_SELECTED;
961 if (dev->sc_flags & SBICF_SELECTED)
1048 dev->sc_flags |= SBICF_SELECTED;
1338 if ((dev->sc_flags & SBICF_SELECTED) == 0 &&
1362 dev->sc_flags &= ~SBICF_SELECTED;
1511 dev->sc_flags &= ~SBICF_SELECTED;
    [all...]
  /src/sys/arch/amiga/dev/
sbicvar.h 147 #define SBICF_SELECTED 0x04 /* bus is in selected state. */
sbic.c 751 if (dev->sc_flags & SBICF_SELECTED) {
774 dev->sc_flags &= ~SBICF_SELECTED;
788 dev->sc_flags &= ~SBICF_SELECTED;
831 dev->sc_flags &= ~SBICF_SELECTED;
940 dev->sc_flags &= ~SBICF_SELECTED;
976 if (dev->sc_flags & SBICF_SELECTED) {
1052 dev->sc_flags |= SBICF_SELECTED; /* device ignored ATN */
1138 dev->sc_flags |= SBICF_SELECTED;
1364 if (!(dev->sc_flags & SBICF_SELECTED)
1392 dev->sc_flags &= ~SBICF_SELECTED;
    [all...]
  /src/sys/arch/acorn32/podulebus/
sbicvar.h 135 #define SBICF_SELECTED 0x02 /* bus is in selected state. */
sbic.c 662 if (dev->sc_flags & SBICF_SELECTED) {
688 dev->sc_flags &= ~SBICF_SELECTED;
703 dev->sc_flags &= ~SBICF_SELECTED;
755 dev->sc_flags &= ~SBICF_SELECTED;
879 dev->sc_flags &= ~SBICF_SELECTED;
911 if (dev->sc_flags & SBICF_SELECTED) {
989 dev->sc_flags |= SBICF_SELECTED; /* device ignored ATN */
1071 dev->sc_flags |= SBICF_SELECTED;
1299 if (!(dev->sc_flags & SBICF_SELECTED)
1328 dev->sc_flags &= ~SBICF_SELECTED;
    [all...]
  /src/sys/dev/ic/
wd33c93var.h 188 #define SBICF_SELECTED 0x01 /* bus is in selected state. */
wd33c93.c 1072 sc->sc_flags |= SBICF_SELECTED;
1292 sc->sc_flags &= ~SBICF_SELECTED;
1605 sc->sc_flags &= ~SBICF_SELECTED;
2196 sc->sc_flags = SBICF_SELECTED;

Completed in 18 milliseconds