Searched defs:TO_REG (Results 1 – 14 of 14) sorted by relevance
14 #define TO_REG(x) ((x) >> 2) macro
15 #define TO_REG(offset) ((offset) >> 2) macro
17 #define TO_REG(x) ((x) >> 2) macro
32 #define TO_REG(x) ((x) >> 2) macro
18 #define TO_REG(x) (x >> 2) macro
49 #define TO_REG(addr) ((addr) / sizeof(uint32_t)) macro
36 #define TO_REG(addr) ((addr) / sizeof(uint32_t)) macro
19 #define TO_REG(addr) ((addr) >> 2) macro
48 #define TO_REG(addr) ((addr) / sizeof(uint32_t)) macro
20 #define TO_REG(offset) ((offset) >> 2) macro
26 #define TO_REG(o) (o >> 2) macro
24 #define TO_REG(offset) ((offset) >> 2) macro
42 #define TO_REG(addr) (addr >> 2) macro
22 #define TO_REG(offset) ((offset) >> 2) macro