Log: controller: add active op flag functions
... instead of set_bit()/clear_bit(), which improves trace messages like:
Bit 0x00000010 set by some_function:100
to:
Active operation flags 0x00000010 (active_op_cancelled) for some_op_key set by some_function:100