Lines Matching +full:32 +full:k
183 * 32K memory chip. If not, the data is read
203 * 32K memory chip. If not, the data is
285 return 32768; /* 32K */
287 return 65536; /* 64K */
289 return 131072; /* 128K */
290 return 32768; /* 32K */
293 /* FlexcopII can work with 32K, 64K or 128K of external SRAM memory.
294 - for 128K there are 4x32K chips at bank 0,1,2,3.
295 - for 64K there are 2x32K chips at bank 1,2.
296 - for 32K there is one 32K chip at bank 0.
324 dprintk("%s: sram size = 32K\n", __func__);
325 return 32;
332 dprintk("%s: sram size = 128K\n", __func__);
340 dprintk("%s: sram size = 64K\n", __func__);
348 dprintk("%s: sram size = 32K\n", __func__);
349 return 32;
355 dprintk("%s: SRAM detection failed. Set to 32K \n", __func__);