Searched defs:OCM_WIN (Results 1 – 3 of 3) sorted by relevance
17 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff)) macro
19 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff)) macro
17 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | \ macro