From: boku <bok...@gm...> - 2007-05-03 04:36:19
|
Hi, In the following code, is it reversed for the determination of "command only" or "with data"? the SDREQ_FLAGS_DATA_TRANS means the transfer is with data, isn't it? Thank you! DBG_PRINT(MUSTANG_HOST_TRACE_REQUESTS, ("SDIO MUSTANG HOST HcdRequest using interrupt for command done (%s). (clock:%d, ref:%d)\n", (pReq->Flags & SDREQ_FLAGS_DATA_TRANS) ? "command only" : "with data", SDHCD_GET_OPER_CLOCK(pHcd), pHcInstance->ClockSpinLimit)); |