mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ddr: altera: Clean up of delay_for_n_mem_clocks() part 5
Add kerneldoc. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
0c1b81bdf3
commit
3de9622e97
1 changed files with 5 additions and 3 deletions
|
@ -754,9 +754,11 @@ static void set_jump_as_return(void)
|
|||
writel(RW_MGR_RETURN, &sdr_rw_load_jump_mgr_regs->load_jump_add0);
|
||||
}
|
||||
|
||||
/*
|
||||
* should always use constants as argument to ensure all computations are
|
||||
* performed at compile time
|
||||
/**
|
||||
* delay_for_n_mem_clocks() - Delay for N memory clocks
|
||||
* @clocks: Length of the delay
|
||||
*
|
||||
* Delay for N memory clocks.
|
||||
*/
|
||||
static void delay_for_n_mem_clocks(const u32 clocks)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue