PH_MASK
sc->sc_phase = bus_space_read_1(iot, ioh, SCSISIG) & PH_MASK;
sc->sc_phase = sc->sc_status0 & PH_MASK;
sc->sc_phase = sc->sc_status0 & PH_MASK;
sc->sc_phase = bus_space_read_1(iot, ioh, PSNS) & PH_MASK;
if ((bus_space_read_1(iot, ioh, PSNS) & PH_MASK)
*phase = tmp & PH_MASK;
phase = tmp & PH_MASK;
if ((tmp & PH_MASK) != phase)
if ((tmp & PH_MASK) != p)