mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 5
Add kerneldoc. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
d043ee5b49
commit
a386a50eb2
1 changed files with 6 additions and 1 deletions
|
@ -2967,7 +2967,12 @@ static void search_window(const int search_dm,
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* center all windows. do per-bit-deskew to possibly increase size of
|
* rw_mgr_mem_calibrate_writes_center() - Center all windows
|
||||||
|
* @rank_bgn: Rank number
|
||||||
|
* @write_group: Write group
|
||||||
|
* @test_bgn: Rank at which the test begins
|
||||||
|
*
|
||||||
|
* Center all windows. Do per-bit-deskew to possibly increase size of
|
||||||
* certain windows.
|
* certain windows.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Add table
Reference in a new issue