ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 7
Add kerneldoc, no functional change. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
914546e7f0
commit
33756893ad
@ -1593,6 +1593,12 @@ static int sdr_find_window_center(const u32 grp, const u32 work_bgn,
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
/**
|
||||
* rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() - Find a good DQS enable to use
|
||||
* @grp: Read/Write Group
|
||||
*
|
||||
* Find a good DQS enable to use.
|
||||
*/
|
||||
static int rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase(const u32 grp)
|
||||
{
|
||||
u32 d, p, i;
|
||||
|
Loading…
Reference in New Issue
Block a user