Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dcache.c26 #define OP_FLUSH 0x2 macro
63 if (op & OP_FLUSH) { /* flush / flush-n-inv both wait */ in __after_slc_op()
377 if (op & OP_FLUSH) /* flush / flush-n-inv both wait */ in __after_dc_op()
431 __dc_line_op(start, end - start, OP_FLUSH); in flush_dcache_range()
435 __slc_line_op(start, end - start, OP_FLUSH); in flush_dcache_range()
456 __dc_entire_op(OP_FLUSH); in flush_dcache_all()
460 __slc_entire_op(OP_FLUSH); in flush_dcache_all()