Searched refs:SYS_REG_DEC_RANK (Results 1 – 3 of 3) sorted by relevance
32 ch->rank = SYS_REG_DEC_RANK(os_reg2_val, i); in dram_init()
84 #define SYS_REG_DEC_RANK(n, ch) (1 + (((n) >> (11 + (ch) * 16)) & 0x1)) macro
79 #define SYS_REG_DEC_RANK(n, ch) (1 + (((n) >> (11 + 16 * (ch))) & 0x1)) macro