Searched refs:bitwise (Results 1 – 10 of 10) sorted by relevance
39 #define __bitwise__ __attribute__((bitwise))
70 #define FDT_BITWISE __attribute__((bitwise))
20 A bitwise AND is performed against these values and if any bit
33 A bitwise AND is performed against these values and if any bit
20 these IRQs using bitwise logic. A number of defines have been
39 #define CCP_PT_BITWISE(p) ((p)->pt.bitwise)
349 uint16_t bitwise:3; member
339 uint32_t bitwise:3; member
865 desc->pt.bitwise = bitmode; in ccp_passthrough()
316 …f buckets to be a power of two, the modulo operator can be replaced by a bitwise AND logical opera…