Home
last modified time | relevance | path

Searched refs:flush_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount.c16 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/u-boot/drivers/net/
H A De1000.c5136 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()