Home | History | Annotate | Download | only in usb

Lines Matching refs:transfer_state

241 	/* should be kept in sync with the list at transfer_state */
638 sc->transfer_state = TSTATE_IDLE;
1062 sc->transfer_state = TSTATE_IDLE;
1079 sc->transfer_state = TSTATE_IDLE;
1142 sc->transfer_state = TSTATE_BBB_RESET1;
1270 sc->transfer_state = TSTATE_BBB_COMMAND;
1307 DPRINTFM(UDMASS_BBB, "sc %#jx xfer %#jx, transfer_state %jd dir %jd",
1308 (uintptr_t)sc, (uintptr_t)xfer, sc->transfer_state,
1325 switch (sc->transfer_state) {
1342 sc->transfer_state = TSTATE_BBB_DATA;
1385 sc->transfer_state = TSTATE_BBB_DCLEAR;
1430 if (sc->transfer_state == TSTATE_BBB_COMMAND ||
1431 sc->transfer_state == TSTATE_BBB_DATA ||
1432 sc->transfer_state == TSTATE_BBB_DCLEAR) {
1436 sc->transfer_state = TSTATE_BBB_STATUS1;
1440 sc->transfer_state = TSTATE_BBB_STATUS2;
1458 sc->transfer_state, 0);
1463 if (sc->transfer_state == TSTATE_BBB_STATUS1) {
1464 sc->transfer_state = TSTATE_BBB_SCLEAR;
1568 sc->transfer_state = TSTATE_BBB_RESET2;
1579 sc->transfer_state = TSTATE_BBB_RESET3;
1597 device_xname(sc->sc_dev), sc->transfer_state);
1668 sc->transfer_state = TSTATE_CBI_RESET1;
1747 sc->transfer_state = TSTATE_CBI_COMMAND;
1786 (uintptr_t)sc, sc->transfer_state, (uintptr_t)xfer, 0);
1789 switch (sc->transfer_state) {
1815 sc->transfer_state = TSTATE_CBI_DATA;
1858 sc->transfer_state = TSTATE_CBI_DCLEAR;
1883 sc->transfer_state = TSTATE_CBI_STATUS;
1908 sc->transfer_state = TSTATE_CBI_SCLEAR;
2015 sc->transfer_state = TSTATE_CBI_RESET2;
2026 sc->transfer_state = TSTATE_CBI_RESET3;
2044 device_xname(sc->sc_dev), sc->transfer_state);