MCPcopy Create free account
hub / github.com/F-Stack/f-stack / set_mmc_error

Function set_mmc_error

freebsd/arm/allwinner/aw_mmc.c:961–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961static inline void
962set_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
971static void
972aw_mmc_timeout(void *arg)

Callers 1

aw_mmc.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected