Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dcache.c163 #define OP_FLUSH BIT(1) macro
164 #define OP_FLUSH_N_INV (OP_FLUSH | OP_INV)
346 __dc_entire_op(OP_FLUSH); in slc_disable()
384 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in __slc_entire_op()
440 if (!(op & OP_FLUSH)) /* i.e. OP_INV */ in __slc_rgn_op()
704 if (op & OP_FLUSH) /* flush / flush-n-inv both wait */ in __after_dc_op()
768 __dc_line_op(start, end - start, OP_FLUSH); in flush_dcache_range()
771 __slc_rgn_op(start, end - start, OP_FLUSH); in flush_dcache_range()
795 __dc_entire_op(OP_FLUSH); in flush_dcache_all()
798 __slc_entire_op(OP_FLUSH); in flush_dcache_all()

Completed in 4 milliseconds