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

  /src/sys/dev/ic/
mb89352reg.h 175 #define PH_MASK (MSGI | CDI | IOI)
aic6360reg.h 170 #define PH_MASK (MSGI | CDI | IOI)
ihareg.h 96 #define PH_MASK 0x07 /* SCSI phase mask */
mb89352.c 984 if ((bus_space_read_1(iot, ioh, PSNS) & PH_MASK)
1924 sc->sc_phase = bus_space_read_1(iot, ioh, PSNS) & PH_MASK;
iha.c 949 sc->sc_phase = sc->sc_status0 & PH_MASK;
1096 sc->sc_phase = sc->sc_status0 & PH_MASK;
aic6360.c 1974 sc->sc_phase = bus_space_read_1(iot, ioh, SCSISIG) & PH_MASK;
  /src/sys/dev/isa/
seagate.c 159 #define PH_MASK (STAT_MSG | STAT_CD | STAT_IO)
996 if ((tmp & PH_MASK) != p)
1033 *phase = tmp & PH_MASK;
1292 phase = tmp & PH_MASK;
1323 if ((tmp & PH_MASK) != phase)

Completed in 19 milliseconds