HomeSort by: relevance | last modified time | path
    Searched defs:auto_phase (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
ninjascsi32.c 2250 njsc32_end_auto(struct njsc32_softc *sc, struct njsc32_cmd *cmd, int auto_phase)
2254 if (auto_phase & NJSC32_XPHASE_MSGIN_02) {
2261 if ((auto_phase & NJSC32_XPHASE_MSGIN_00) == 0 &&
2262 (auto_phase &
2275 if (auto_phase & NJSC32_XPHASE_MSGIN_00) {
2290 } else if (auto_phase & NJSC32_XPHASE_MSGIN_04) {
2340 int auto_phase; local in function:njsc32_intr
2505 auto_phase = njsc32_read_2(sc, NJSC32_REG_EXECUTE_PHASE);
2507 device_xname(sc->sc_dev), auto_phase));
2510 if (auto_phase & NJSC32_XPHASE_SEL_TIMEOUT)
    [all...]
ninjascsi32.c 2250 njsc32_end_auto(struct njsc32_softc *sc, struct njsc32_cmd *cmd, int auto_phase)
2254 if (auto_phase & NJSC32_XPHASE_MSGIN_02) {
2261 if ((auto_phase & NJSC32_XPHASE_MSGIN_00) == 0 &&
2262 (auto_phase &
2275 if (auto_phase & NJSC32_XPHASE_MSGIN_00) {
2290 } else if (auto_phase & NJSC32_XPHASE_MSGIN_04) {
2340 int auto_phase; local in function:njsc32_intr
2505 auto_phase = njsc32_read_2(sc, NJSC32_REG_EXECUTE_PHASE);
2507 device_xname(sc->sc_dev), auto_phase));
2510 if (auto_phase & NJSC32_XPHASE_SEL_TIMEOUT)
    [all...]
ninjascsi32.c 2250 njsc32_end_auto(struct njsc32_softc *sc, struct njsc32_cmd *cmd, int auto_phase)
2254 if (auto_phase & NJSC32_XPHASE_MSGIN_02) {
2261 if ((auto_phase & NJSC32_XPHASE_MSGIN_00) == 0 &&
2262 (auto_phase &
2275 if (auto_phase & NJSC32_XPHASE_MSGIN_00) {
2290 } else if (auto_phase & NJSC32_XPHASE_MSGIN_04) {
2340 int auto_phase; local in function:njsc32_intr
2505 auto_phase = njsc32_read_2(sc, NJSC32_REG_EXECUTE_PHASE);
2507 device_xname(sc->sc_dev), auto_phase));
2510 if (auto_phase & NJSC32_XPHASE_SEL_TIMEOUT)
    [all...]

Completed in 69 milliseconds