Searched refs:delay_ms (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/include/drivers/ |
| H A D | raw_nand.h | 93 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 D | armada_common.h | 105 int delay_ms; member
|
| /rk3399_ARM-atf/drivers/mtd/nand/ |
| H A D | raw_nand.c | 68 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 D | marvell_plat_config.c | 172 .cfg.gpio.delay_ms = 10,
|
| /rk3399_ARM-atf/plat/intel/soc/common/drivers/ddr/ |
| H A D | ddr.h | 166 int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match, uint32_t delay_ms);
|
| H A D | ddr.c | 471 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 D | ncore_ccu.c | 657 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 D | plat_pm.c | 532 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 D | psci_common.c | 1384 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 D | socfpga_reset_manager.c | 99 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 D | stm32_fmc2_nand.c | 729 ret = nand_wait_ready(req->delay_ms); in stm32_fmc2_exec()
|