Searched refs:flush_end (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/bootcount/ |
H A D | bootcount.c | 16 uintptr_t flush_end; in bootcount_store() local 21 flush_end = roundup(CONFIG_SYS_BOOTCOUNT_ADDR + 4, in bootcount_store() 27 flush_end = roundup(CONFIG_SYS_BOOTCOUNT_ADDR + 8, in bootcount_store() 30 flush_dcache_range(flush_start, flush_end); in bootcount_store()
|
/openbmc/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 267 u32 flush_end; /* end address of range invalidation */ member 380 .flush_end = 0x24, 394 .flush_end = 0x24, 410 .flush_end = 0x8024, 464 SYSMMU_REG(data, flush_end)); in __sysmmu_tlb_invalidate_entry()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 5136 unsigned long flush_start, flush_end; in fill_rx() local 5153 flush_end = flush_start + roundup(sizeof(*rd), ARCH_DMA_MINALIGN); in fill_rx() 5154 flush_dcache_range(flush_start, flush_end); in fill_rx() 5375 unsigned long flush_start, flush_end; in _e1000_transmit() local 5390 flush_end = flush_start + roundup(sizeof(*txp), ARCH_DMA_MINALIGN); in _e1000_transmit() 5391 flush_dcache_range(flush_start, flush_end); in _e1000_transmit() 5397 invalidate_dcache_range(flush_start, flush_end); in _e1000_transmit()
|