Searched refs:DEFINE_BITOP (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dbitops.h65 #define DEFINE_BITOP(fn, op, prefix) \ macro
82 DEFINE_BITOP(set_bits, or, "")
83 DEFINE_BITOP(change_bits, xor, "")
149 /* Like DEFINE_BITOP(), with changes to the arguments to 'op' and the output

Completed in 94 milliseconds