Lines Matching refs:op
45 static unsigned int __before_slc_op(const int op) in __before_slc_op() argument
49 if (op == OP_INV) { in __before_slc_op()
61 static void __after_slc_op(const int op, unsigned int reg) in __after_slc_op() argument
63 if (op & OP_FLUSH) { /* flush / flush-n-inv both wait */ in __after_slc_op()
75 if (op == OP_INV) in __after_slc_op()
80 const int op) in __slc_line_loop() argument
87 aux_cmd = op & OP_INV ? ARC_AUX_SLC_IVDL : ARC_AUX_SLC_FLDL; in __slc_line_loop()
359 static unsigned int __before_dc_op(const int op) in __before_dc_op() argument
363 if (op == OP_INV) { in __before_dc_op()
375 static void __after_dc_op(const int op, unsigned int reg) in __after_dc_op() argument
377 if (op & OP_FLUSH) /* flush / flush-n-inv both wait */ in __after_dc_op()
382 if (op == OP_INV) in __after_dc_op()