I am currently trying to use the Card Access SDIO WiFi module with the MX31LITEKIT. While trying to understand the HCD implementation I am currently trying to refer to the mx21 HCD, since both the processors belong to the same family of processors from Freescale. I have found some function definitions to be missing in the HCD, like:
I am currently trying to use the Card Access SDIO WiFi module with the MX31LITEKIT. While trying to understand the HCD implementation I am currently trying to refer to the mx21 HCD, since both the processors belong to the same family of processors from Freescale. I have found some function definitions to be missing in the HCD, like:
InitMX21, IsDMAAllowed, CompleteRequestSyncDMA, IsSlotWPSet, EnableHcdInterrupt, DisableHcdInterrupt,
DeinitMX21, SetUpHCDDMA, DumpDmaInfo, debuglevel
Can anybody tell me where to look for these function definitions, or what is to be implemented in these functions?
Regards,
Supraja R.