Lines Matching refs:size
103 static void ax45mp_dma_cache_inv(phys_addr_t paddr, size_t size)
106 unsigned long end = start + size;
125 static void ax45mp_dma_cache_wback(phys_addr_t paddr, size_t size)
128 unsigned long end = start + size;
143 static void ax45mp_dma_cache_wback_inv(phys_addr_t paddr, size_t size)
145 ax45mp_dma_cache_wback(paddr, size);
146 ax45mp_dma_cache_inv(paddr, size);
153 ret = of_property_read_u32(np, "cache-line-size", &ax45mp_priv.ax45mp_cache_line_size);
155 pr_err("Failed to get cache-line-size, defaulting to 64 bytes\n");
160 pr_err("Expected cache-line-size to be 64 bytes (found:%u)\n",