Searched refs:RR_LOCAL_TABLE0 (Results 1 – 1 of 1) sorted by relevance
117 #define RR_LOCAL_TABLE0(_L) (((_L+1) & 0xe) << 15 | ((_L+1) & 0x1) << 11 | 0x0200) /* starting addr… macro118 #define RR_LOCAL_TABLE(_L, _x) (RR_LOCAL_TABLE0(_L) + ((_x) << 3))