Lines Matching defs:auto_phase
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;
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) {
2527 if (auto_phase & NJSC32_XPHASE_COMMAND) {
2534 if (auto_phase & NJSC32_XPHASE_ILLEGAL) {
2540 if (auto_phase & NJSC32_XPHASE_PAUSED_MSG_IN) {
2546 if (auto_phase & NJSC32_XPHASE_PAUSED_MSG_OUT) {
2559 if (auto_phase &
2564 if (auto_phase & NJSC32_XPHASE_DATA_IN)
2566 if (auto_phase & NJSC32_XPHASE_DATA_OUT)
2589 if (auto_phase & NJSC32_XPHASE_BUS_FREE) {
2650 if (auto_phase & NJSC32_XPHASE_MSGOUT) {
2653 if ((auto_phase & NJSC32_XPHASE_PAUSED_MSG_IN) == 0 &&
2659 if (auto_phase & NJSC32_XPHASE_STATUS) {
2667 if (auto_phase & NJSC32_XPHASE_BUS_FREE) {
2675 njsc32_end_auto(sc, cmd, auto_phase);