Home
last modified time | relevance | path

Searched refs:delay_ms (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/include/drivers/
H A Draw_nand.h93 unsigned int delay_ms; member
172 int nand_wait_ready(unsigned int delay_ms);
/rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/
H A Darmada_common.h105 int delay_ms; member
/rk3399_ARM-atf/drivers/mtd/nand/
H A Draw_nand.c68 req.delay_ms = delay; in nand_send_wait()
190 int nand_wait_ready(unsigned int delay_ms) in nand_wait_ready() argument
204 timeout = timeout_init_us(delay_ms * 1000U); in nand_wait_ready()
/rk3399_ARM-atf/plat/marvell/armada/a8k/a80x0/board/
H A Dmarvell_plat_config.c172 .cfg.gpio.delay_ms = 10,
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/
H A Dddr.h166 int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms);
H A Dddr.c471 int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms) in poll_idle_status() argument
473 int time_out = delay_ms; in poll_idle_status()
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c657 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms) in poll_idle_status() argument
659 int time_out = delay_ms; in poll_idle_status()
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Dplat_pm.c532 mdelay(pm_cfg->cfg.gpio.delay_ms); in plat_marvell_power_off_gpio()
562 mdelay(pm_cfg->cfg.gpio.delay_ms); in plat_marvell_power_off_gpio()
/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c1384 for (uint32_t delay_ms = wait_ms; ((delay_ms != 0U) && in psci_stop_other_cores() local
1385 (!psci_is_last_on_cpu(this_cpu_idx))); delay_ms--) { in psci_stop_other_cores()
/rk3399_ARM-atf/plat/intel/soc/common/soc/
H A Dsocfpga_reset_manager.c99 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms) in poll_idle_status() argument
101 int time_out = delay_ms; in poll_idle_status()
/rk3399_ARM-atf/drivers/st/fmc/
H A Dstm32_fmc2_nand.c729 ret = nand_wait_ready(req->delay_ms); in stm32_fmc2_exec()