Searched refs:raswidth (Results 1 – 1 of 1) sorted by relevance
101 #define V_MCFG_RASWIDTH(raswidth) (((raswidth)-11) << 24) /* 24:26 */ argument104 #define MCFG(ramsize, raswidth) \ argument105 V_MCFG_RASWIDTH(raswidth) | V_MCFG_CASWIDTH_10B | \