Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dbitops.h57 #define DEFINE_BITOP(fn, op, prefix) \ macro
75 DEFINE_BITOP(set_bits, or, "")
76 DEFINE_BITOP(clear_bits, andc, "")
77 DEFINE_BITOP(clear_bits_unlock, andc, PPC_RELEASE_BARRIER) in DEFINE_BITOP() function
78 DEFINE_BITOP(change_bits, xor, "") in DEFINE_BITOP()