Searched refs:CacheType (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/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()
|