Home
last modified time | relevance | path

Searched defs:_Q_SET_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dqspinlock_types.h37 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro
/openbmc/linux/include/asm-generic/
H A Dqspinlock_types.h67 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ macro