Lines Matching refs:coltmp
257 u32 coltmp) in sdram_detect_col() argument
263 for (col = coltmp; col >= 9; col -= 1) { in sdram_detect_col()
283 u32 coltmp, u32 bktmp) in sdram_detect_bank() argument
293 (1ul << (coltmp + bktmp + bw - 1ul))); in sdram_detect_bank()
315 u32 coltmp) in sdram_detect_bg() argument
325 (1ul << (coltmp + bw + 1ul))); in sdram_detect_bg()
396 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument
405 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_row()
422 u32 coltmp, u32 bktmp) in sdram_detect_row_3_4() argument
431 (0x3ul << (row + bktmp + coltmp + bw - 1ul - 1ul))); in sdram_detect_row_3_4()
531 u32 row = 0, bktmp, coltmp, bw; in sdram_detect_cs1_row() local
547 coltmp = cap_info->col; in sdram_detect_cs1_row()
564 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_cs1_row()