Lines Matching refs:row
631 int row, col; in sdram_col_row_detect() local
661 for (row = 16; row >= 13; row--) { in sdram_col_row_detect()
663 addr = CONFIG_SYS_SDRAM_BASE + (1 << (row + 15 - 1)); in sdram_col_row_detect()
669 if (row == 12) { in sdram_col_row_detect()
673 sdram_params->ch[channel].cs1_row = row; in sdram_col_row_detect()
675 debug("chn %d col %d, row %d\n", channel, col, row); in sdram_col_row_detect()
676 sdram_params->ch[channel].cs0_row = row; in sdram_col_row_detect()
685 int i, tmp, size, row, ret = 0; in sdram_get_biu_config() local
687 row = sdram_params->ch[0].cs0_row; in sdram_get_biu_config()
692 if (row == 16) in sdram_get_biu_config()
693 row = 15; in sdram_get_biu_config()
696 tmp |= ((row - 13) << 4); in sdram_get_biu_config()