Searched refs:auto_phase (Results 1 – 1 of 1) sorted by relevance
2250 njsc32_end_auto(struct njsc32_softc *sc, struct njsc32_cmd *cmd, int auto_phase) in njsc32_end_auto() argument2254 if (auto_phase & NJSC32_XPHASE_MSGIN_02) { in njsc32_end_auto()2261 if ((auto_phase & NJSC32_XPHASE_MSGIN_00) == 0 && in njsc32_end_auto()2262 (auto_phase & in njsc32_end_auto()2275 if (auto_phase & NJSC32_XPHASE_MSGIN_00) { in njsc32_end_auto()2290 } else if (auto_phase & NJSC32_XPHASE_MSGIN_04) { in njsc32_end_auto()2340 int auto_phase; in njsc32_intr() local2505 auto_phase = njsc32_read_2(sc, NJSC32_REG_EXECUTE_PHASE); in njsc32_intr()2507 device_xname(sc->sc_dev), auto_phase)); in njsc32_intr()2510 if (auto_phase & NJSC32_XPHASE_SEL_TIMEOUT) { in njsc32_intr()[all …]