Lines Matching refs:LIST

1 LIST "KZM9G low-level initialization routine."
2 LIST "Adapted from u-boot KZM9G support code."
4 LIST "Copyright (C) 2013 Ulrich Hecht"
6 LIST "This program is free software; you can redistribute it and/or modify"
7 LIST "it under the terms of the GNU General Public License version 2 as"
8 LIST "published by the Free Software Foundation."
10 LIST "This program is distributed in the hope that it will be useful,"
11 LIST "but WITHOUT ANY WARRANTY; without even the implied warranty of"
12 LIST "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"
13 LIST "GNU General Public License for more details."
16 LIST "Register definitions:"
18 LIST "Secure control register"
21 LIST "RWDT"
25 LIST "HPB Semaphore Control Registers"
151 LIST "DRAM initialization code:"
239 LIST "set SBSC operational"
243 LIST "set SBSC operating frequency"
250 LIST "enable DLL oscillation in DDRPHY"
253 LIST "wait >= 100 ns"
257 LIST "target LPDDR2 device settings"
272 LIST "drive CKE high"
276 LIST "wait >= 200 us"
280 LIST "issue reset command to LPDDR2 device"
284 LIST "wait >= 10 (or 1) us (docs inconsistent)"
288 LIST "MRW ZS initialization calibration command"
292 LIST "wait >= 1 us"
296 LIST "specify operating mode in LPDDR2"
304 LIST "initialize DDR interface"
307 LIST "temperature sensor control"
311 LIST "auto-refreshing control"
319 LIST "auto ZQ calibration control"
344 LIST "upstream u-boot writes to SDMRA1A for both SBSC 1 and 2, which does"
345 LIST "not seem to make a lot of sense..."
385 LIST "Setup SCIF4 / workaround"
397 LIST "Magic to avoid hangs and corruption on DRAM writes."
399 LIST "It has been observed that the system would most often hang while"
400 LIST "decompressing the kernel, and if it didn't it would always write"
401 LIST "a corrupt image to DRAM."
402 LIST "This problem does not occur in u-boot, and the reason is that"
403 LIST "u-boot performs an additional cache invalidation after setting up"
404 LIST "the DRAM controller. Such an invalidation should not be necessary at"
405 LIST "this point, and attempts at removing parts of the routine to arrive"
406 LIST "at the minimal snippet of code necessary to avoid the DRAM stability"
407 LIST "problem yielded the following:"