Searched refs:DCACHELINE_SIZE (Results 1 – 1 of 1) sorted by relevance
37 #define DCACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE macro43 flush_dcache_range(addr & ~(DCACHELINE_SIZE - 1), in mtu3_flush_cache()44 ALIGN(addr + len, DCACHELINE_SIZE)); in mtu3_flush_cache()51 invalidate_dcache_range(addr & ~(DCACHELINE_SIZE - 1), in mtu3_inval_cache()52 ALIGN(addr + len, DCACHELINE_SIZE)); in mtu3_inval_cache()108 gpd = memalign(DCACHELINE_SIZE, QMU_GPD_RING_SIZE); in mtu3_gpd_ring_alloc()
Completed in 4 milliseconds