Searched refs:G_MC3_WIDTH (Results 1 – 2 of 2) sorted by relevance
203 width = is_MC3A(adapter) ? G_MC3_WIDTH(val) : 0; in t1_mc3_init()335 ((256 << density) * banks) / (org << G_MC3_WIDTH(cfg)) : in mc3_calc_size()
308 #define G_MC3_WIDTH(x) (((x) >> S_MC3_WIDTH) & M_MC3_WIDTH) macro