Lines Matching refs:coltmp
244 u32 coltmp) in sdram_detect_col() argument
250 for (col = coltmp; col >= 9; col -= 1) { in sdram_detect_col()
270 u32 coltmp, u32 bktmp) in sdram_detect_bank() argument
277 (1ul << (coltmp + bktmp + bw - 1ul))); in sdram_detect_bank()
293 u32 coltmp) in sdram_detect_bg() argument
300 (1ul << (coltmp + bw + 1ul))); in sdram_detect_bg()
366 u32 coltmp, u32 bktmp, u32 rowtmp) in sdram_detect_row() argument
375 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_row()
392 u32 coltmp, u32 bktmp) in sdram_detect_row_3_4() argument
401 (0x3ul << (row + bktmp + coltmp + bw - 1ul - 1ul))); in sdram_detect_row_3_4()
501 u32 row = 0, bktmp, coltmp, bw; in sdram_detect_cs1_row() local
517 coltmp = cap_info->col; in sdram_detect_cs1_row()
534 (1ul << (row + bktmp + coltmp + bw - 1ul))); in sdram_detect_cs1_row()