mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02: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:
@@ -754,9 +754,11 @@ static void set_jump_as_return(void)
|
|||||||
writel(RW_MGR_RETURN, &sdr_rw_load_jump_mgr_regs->load_jump_add0);
|
writel(RW_MGR_RETURN, &sdr_rw_load_jump_mgr_regs->load_jump_add0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* should always use constants as argument to ensure all computations are
|
* delay_for_n_mem_clocks() - Delay for N memory clocks
|
||||||
* performed at compile time
|
* @clocks: Length of the delay
|
||||||
|
*
|
||||||
|
* Delay for N memory clocks.
|
||||||
*/
|
*/
|
||||||
static void delay_for_n_mem_clocks(const u32 clocks)
|
static void delay_for_n_mem_clocks(const u32 clocks)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user