Searched refs:max_col (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/boot/
H A D4xx.c203 u32 val, max_cs, max_col, max_row; local
213 max_col = DDR_GET_VAL(val, DDR_MAX_COL_REG, DDR_MAX_COL_REG_SHIFT);
242 if (col > max_col)
244 col = max_col - col;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3860 max_col = indexes[0].column()
3865 max_col = max(max_col, i.column())
3866 if max_col > glb_max_cols:
3868 max_width = [0] * (1 + max_col - min_col)
3877 for col in range(min_col, max_col + 1):

Completed in 91 milliseconds