Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Datomic_ops.h13 #define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \ argument
19 op_string " %[old],%[val],%[ptr]\n" \
26 #define __ATOMIC_OPS(op_name, op_type, op_string) \ argument
27 __ATOMIC_OP(op_name, op_type, op_string, "\n") \
28 __ATOMIC_OP(op_name##_barrier, op_type, op_string, "bcr 14,0\n")
43 #define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \ argument
47 op_string " %[ptr],%[val]\n" \
52 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ argument
53 __ATOMIC_CONST_OP(op_name, op_type, op_string, "\n") \
54 __ATOMIC_CONST_OP(op_name##_barrier, op_type, op_string, "bcr 14,0\n")
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp99 static const char op_string[][16] = { variable
444 log->index, op_string[log->ops], log->status_in.val, log->status_out.val); in buf_slot_logs_dump()
585 impl->slots_idx, index, op_string[op], arg, before.val, status.val); in slot_ops_with_log()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c954 static const char *op_string(uint32_t op) in op_string() function
1058 op_string(op)); in start_transmit_wait()