Searched defs:BCM_BIT (Results 1 – 6 of 6) sorted by relevance
52 #define BCM_BIT(x) (1 << (x)) macro
57 #define BCM_BIT(x) (1 << (x)) macro
54 #define BCM_BIT(x) (1u << (x)) macro