Hello everyone
I am using the Processor SDK Linux for K2H EVM. Can you tell me where can I find the definition file for ioremap?
Also, is that a correct way to use the ioremap function. For example, if I want to read and write EDMA CC register, so I may use the ioremap showing below.
CSL_TpccRegs* gpEDMA_CC0_regs = ioremap((CSL_TpccRegs*)CSL_EDMACC_0_REGS, 32);
And also, can I use the ioremap function in the globe pointer definition?
Thanks
XIning Yu