| 959 | } |
| 960 | |
| 961 | static inline void |
| 962 | set_mmc_error(struct aw_mmc_softc *sc, int error_code) |
| 963 | { |
| 964 | #ifdef MMCCAM |
| 965 | sc->ccb->mmcio.cmd.error = error_code; |
| 966 | #else |
| 967 | sc->aw_req->cmd->error = error_code; |
| 968 | #endif |
| 969 | } |
| 970 | |
| 971 | static void |
| 972 | aw_mmc_timeout(void *arg) |