Searched refs:CacheType (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/ |
| D | Gmac_Ip.c | 248 static const Cache_Ip_Type CacheType = CACHE_IP_LMEM; variable 254 static const Cache_Ip_Type CacheType = CACHE_IP_CORE; variable 1571 …CacheStatus = Cache_Ip_CleanByAddr(CacheType, CACHE_IP_DATA, TRUE,(uint32) Buff->Data, Buff->Lengt… in Gmac_Ip_SendFrame() 1671 …CacheStatus = Cache_Ip_CleanByAddr(CacheType, CACHE_IP_DATA, TRUE,(uint32)Buffers[i].Data, (uint32… in Gmac_Ip_SendMultiBufferFrame() 1755 …CacheStatus = Cache_Ip_InvalidateByAddr(CacheType, CACHE_IP_DATA, (uint32)Bd->Info0, Bd->Info1 & … in Gmac_Ip_ReadFrame()
|
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/ |
| D | Netc_Eth_Ip.c | 245 static const Cache_Ip_Type CacheType = CACHE_IP_LMEM; 251 static const Cache_Ip_Type CacheType = CACHE_IP_CORE; 6326 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE); 6485 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE); 7416 CacheStatus = Cache_Ip_Invalidate(CacheType, CACHE_IP_DATA);
|