Searched refs:delay (Results 126 - 150 of 1100) sorted by relevance

1234567891011>>

/u-boot/drivers/ram/octeon/
H A Docteon_ddr.c1251 * causes clock-delay information to be forwarded
1304 * from periodically recalibrating this delay
1320 * from periodically recalibrating this delay
1363 * Enable periodic recalibration of DDR90 delay
1684 int delay; local
1689 delay = max((int)mstart,
1694 delay = max(mstart + rlevel_ctl.s.offset, mstart + 1);
1696 * Insure that the offset delay falls within the
1699 delay = min(delay, mstar
1776 upd_wl_rank(union cvmx_lmcx_wlevel_rankx *lmc_wlevel_rank, int byte, int delay) argument
1793 int delay = 0; local
1803 upd_rl_rank(union cvmx_lmcx_rlevel_rankx *lmc_rlevel_rank, int byte, int delay) argument
1820 int delay = 0; local
1930 int delay; local
[all...]
/u-boot/arch/x86/cpu/quark/
H A Dsmc.c123 /* Set 4 Clock CAS to CAS delay (multi-burst) */
140 /* Extended RW delay (+1) */
143 /* Extended RW delay (+1) */
1422 uint32_t delay[NUM_BYTE_LANES]; local
1469 /* initialize the starting delay to 128 PI (cas +1 CLK) */
1472 delay[bl] = (4 + 1) * FULL_CLK;
1474 set_rcvn(ch, rk, bl, delay[bl]);
1478 find_rising_edge(mrc_params, delay, ch, rk, true);
1480 /* Now increase delay by 32 PI (1/4 CLK) to place in center of high pulse */
1482 delay[b
1570 uint32_t delay[NUM_BYTE_LANES]; local
2093 uint32_t delay[2][NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES]; local
[all...]
/u-boot/drivers/spi/
H A Dmtk_snor.c129 unsigned long long delay = CLK_TO_US(priv, clk); local
134 delay = (delay + 1) * 200;
136 !(reg & cmd), delay);
240 ulong delay; local
249 delay = CLK_TO_US(priv, (length + 5) * BITS_PER_BYTE);
251 delay = (delay + 1) * 100;
253 !(reg & MTK_NOR_DMA_START), delay);
/u-boot/drivers/power/regulator/
H A Dstpmic1.c10 #include <linux/delay.h>
188 int delay = enable ? STPMIC1_DEFAULT_START_UP_DELAY_MS : local
206 mdelay(delay);
367 int delay = enable ? STPMIC1_DEFAULT_START_UP_DELAY_MS : local
385 mdelay(delay);
497 int delay = enable ? STPMIC1_DEFAULT_START_UP_DELAY_MS : local
507 mdelay(delay);
619 int delay = enable ? STPMIC1_DEFAULT_START_UP_DELAY_MS : local
644 mdelay(delay);
H A Dregulator_common.c11 #include <linux/delay.h>
40 /* Get optional ramp up delay */
42 "startup-delay-us", 0);
43 plat->off_on_delay_us = dev_read_u32_default(dev, "off-on-delay-us", 0);
46 dev_read_u32_default(dev, "u-boot,off-on-delay-us", 0);
67 debug("%s: dev='%s', enable=%d, delay=%d, has_gpio=%d\n", __func__,
/u-boot/drivers/led/
H A Dled_bcm6328.c115 static unsigned long bcm6328_blink_delay(int delay) argument
117 unsigned long bcm6328_delay = delay;
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h200 #include <linux/delay.h>
/u-boot/drivers/phy/
H A Dmt7620-usb-phy.c14 #include <linux/delay.h>
/u-boot/drivers/watchdog/
H A Dapple_wdt.c10 #include <linux/delay.h>
/u-boot/include/linux/
H A Diopoll.h9 #include <linux/delay.h>
/u-boot/drivers/ram/k3-ddrss/
H A Dlpddr4.h63 u32 lpddr4_pollctlirq(const lpddr4_privatedata *pd, lpddr4_intr_ctlinterrupt irqbit, u32 delay);
/u-boot/board/sifive/unleashed/
H A Dunleashed.c16 #include <linux/delay.h>
/u-boot/arch/m68k/cpu/mcf5445x/
H A Dcpu.c18 #include <linux/delay.h>
/u-boot/board/htc/endeavoru/
H A Dendeavoru-spl.c19 #include <linux/delay.h>
/u-boot/board/nuvoton/common/
H A Duart.c10 #include <linux/delay.h>
/u-boot/arch/arm/mach-sunxi/
H A Dtimer.c14 #include <linux/delay.h>
85 /* delay x useconds */
/u-boot/drivers/ddr/fsl/
H A Dmpc85xx_ddr_gen1.c10 #include <linux/delay.h>
/u-boot/arch/arm/mach-mvebu/armada3700/
H A Dmbox.c11 #include <linux/delay.h>
/u-boot/arch/arm/mach-imx/
H A Dsyscounter.c17 #include <linux/delay.h>
/u-boot/drivers/net/fm/
H A Dtgec.c15 #include <linux/delay.h>
/u-boot/drivers/mtd/nand/raw/
H A Dkmeter1_nand.c10 #include <linux/delay.h>
/u-boot/drivers/usb/musb/
H A Dam35x.c13 #include <linux/delay.h>
/u-boot/drivers/usb/host/
H A Dohci-npcm.c12 #include <linux/delay.h>
/u-boot/drivers/usb/phy/
H A Drockchip_usb2_phy.c12 #include <linux/delay.h>
/u-boot/drivers/tpm/
H A Dtpm_atmel_twi.c14 #include <linux/delay.h>

Completed in 147 milliseconds

1234567891011>>