UDMA Low Level Driver AM275x SOC specific file.
Go to the source code of this file.
Functions | |
uint32_t | Udma_isCacheCoherent (void) |
Returns TRUE if the memory is cache coherent. More... | |
uint8_t | Udma_isValidInstance (uint32_t instId) |
Returns TRUE if the given UDMA Instance ID is valid for this SoC. More... | |
void * | Udma_defaultPhyToVirtFxnC7x (uint64_t phyAddr, uint32_t chNum, void *appData) |
uint64_t | Udma_defaultVirtToPhyFxnC7x (const void *virtAddr, uint32_t chNum, void *appData) |
uint32_t Udma_isCacheCoherent | ( | void | ) |
Returns TRUE if the memory is cache coherent.
uint8_t Udma_isValidInstance | ( | uint32_t | instId | ) |
Returns TRUE if the given UDMA Instance ID is valid for this SoC.
void* Udma_defaultPhyToVirtFxnC7x | ( | uint64_t | phyAddr, |
uint32_t | chNum, | ||
void * | appData | ||
) |
uint64_t Udma_defaultVirtToPhyFxnC7x | ( | const void * | virtAddr, |
uint32_t | chNum, | ||
void * | appData | ||
) |