Searched defs:DIV_FROM_REG (Results 1 – 19 of 19) 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
111 #define DIV_FROM_REG(reg) (1 << (reg)) macro
163 #define DIV_FROM_REG(val) (1 << (val)) macro
297 #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
112 #define DIV_FROM_REG(val) (1 << (val)) macro
168 #define DIV_FROM_REG(reg) (1 << (reg)) macro
253 #define DIV_FROM_REG(val) (1 << (val)) macro
245 #define DIV_FROM_REG(val) (1 << (val)) macro
179 #define DIV_FROM_REG(val) (1 << (val)) macro
332 #define DIV_FROM_REG(val) (1 << (val)) macro
202 #define DIV_FROM_REG(val) (1 << (val)) macro
717 #define DIV_FROM_REG(val) BIT(val) macro