Searched defs:DIV_FROM_REG (Results 1 – 12 of 12) sorted by relevance
68 #define DIV_FROM_REG(val) (1 << (((val) >> 6) - 1)) macro
95 #define DIV_FROM_REG(reg) (1 << ((reg) & 7)) macro
80 #define DIV_FROM_REG(val) (1 << (val)) macro
98 #define DIV_FROM_REG(val) (1 << (val)) macro
97 #define DIV_FROM_REG(val) (1 << (val)) macro
163 #define DIV_FROM_REG(val) (1 << (val)) macro
108 #define DIV_FROM_REG(val) (1 << (val)) macro
328 #define DIV_FROM_REG(val) (1 << (val)) macro
245 #define DIV_FROM_REG(val) (1 << (val)) macro
253 #define DIV_FROM_REG(val) (1 << (val)) macro
202 #define DIV_FROM_REG(val) (1 << (val)) macro
718 #define DIV_FROM_REG(val) BIT(val) macro