Searched refs:cacheop (Results 1 – 1 of 1) sorted by relevance
100 static inline void __slc_entire_op(const int cacheop) in __slc_entire_op() argument103 unsigned int ctrl_reg = __before_slc_op(cacheop); in __slc_entire_op()105 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __slc_entire_op()112 __after_slc_op(cacheop, ctrl_reg); in __slc_entire_op()116 const int cacheop) in __slc_line_op() argument118 unsigned int ctrl_reg = __before_slc_op(cacheop); in __slc_line_op()119 __slc_line_loop(paddr, sz, cacheop); in __slc_line_op()120 __after_slc_op(cacheop, ctrl_reg); in __slc_line_op()123 #define __slc_entire_op(cacheop) argument124 #define __slc_line_op(paddr, sz, cacheop) argument[all …]