Searched refs:delay (Results 1 – 16 of 16) sorted by relevance
100 static void ldelay(register_t delay) in ldelay() argument107 : "=&r" (delay) : "0" (delay) in ldelay()
272 uint32_t delay = PLL_LOCKED_TIMEOUT; in pm_pll_wait_lock() local274 while (delay > 0) { in pm_pll_wait_lock()278 delay--; in pm_pll_wait_lock()280 if (delay == 0) in pm_pll_wait_lock()315 uint32_t delay = PLL_LOCKED_TIMEOUT; in dpll_resume() local326 while (delay > 0) { in dpll_resume()330 delay--; in dpll_resume()332 if (delay == 0) in dpll_resume()
278 uint32_t delay = plat_arm_set_twedel_scr_el3(); in cm_setup_context() local280 if (delay != TWED_DISABLED) { in cm_setup_context()282 assert((delay & ~SCR_TWEDEL_MASK) == 0U); in cm_setup_context()286 scr_el3 |= ((delay & SCR_TWEDEL_MASK) in cm_setup_context()
202 static void insert_delay(unsigned int delay) in insert_delay() argument206 for (index = 0; index < delay; index++) in insert_delay()
21 jtag = { enable = true; delay = 20; };
108 drivers/renesas/common/delay/micro_delay.c \130 drivers/renesas/common/delay/micro_delay.c \
59 l.movhi r13, 0x1f0 # address of R_CPUCFG (delay)79 l.nop 0x0 # (delay slot)
20 set and the impact of any delay. Feel free to add a comment to your patch set49 the delay will be less than 1 day. If the TF maintainers are trying to merge
63 static int nand_send_wait(unsigned int delay, unsigned int tim) in nand_send_wait() argument71 req.delay_ms = delay; in nand_send_wait()
857 uint32_t delay = PLL_LOCKED_TIMEOUT; in pm_pll_wait_lock() local859 while (delay > 0) { in pm_pll_wait_lock()863 delay--; in pm_pll_wait_lock()866 if (delay == 0) in pm_pll_wait_lock()
800 for (uint8_t delay = 100U; delay > 0U; delay--) { in fspi_init() local
234 -Idrivers/renesas/common/delay \
319 -Idrivers/renesas/common/delay \
294 - Move ddr and delay driver to common directory425 - Update delay code to be compatible with 1200 MHz CPU519 - Disable ITAPDLYENA bit for zero ITAP delay1163 - Fixed incorrect delay timer reads1523 - smmu: SMMUv3: Changed retry loop to delay timer1835 - delay: Timeout detection support1973 - mmc: Increase delay between ACMD41 retries1980 - ufs: Extend the delay after reset to wait for some slower chips3652 - Implemented generic delay timer based on the system generic counter and3848 - Added a simple delay timer API, as well as an SP804 timer driver, which is
1959 This function is used in v8.6+ systems to set the WFE trap delay value in
Completed in 30 milliseconds