Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/sd/
H A Dsd_mmc.c103 uint64_t start_time; in esdhc_init() local
110 start_time = get_timer_val(0); in esdhc_init()
111 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_init()
146 start_time = get_timer_val(0); in esdhc_init()
147 while (get_timer_val(start_time) < SD_TIMEOUT) { in esdhc_init()
186 uint64_t start_time; in esdhc_send_cmd() local
193 start_time = get_timer_val(0); in esdhc_send_cmd()
194 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_send_cmd()
282 uint64_t start_time; in esdhc_wait_response() local
286 start_time = get_timer_val(0); in esdhc_wait_response()
[all …]
/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/
H A Dsec_jr_driver.c141 uint64_t start_time; in dequeue_jr() local
166 start_time = get_timer_val(0); in dequeue_jr()
177 if (get_timer_val(start_time) >= CAAM_TIMEOUT) { in dequeue_jr()
/rk3399_ARM-atf/drivers/nxp/i2c/
H A Di2c.c36 uint64_t start_time = get_timer_val(0); in wait_for_state() local
50 timer = get_timer_val(start_time); in wait_for_state()
/rk3399_ARM-atf/drivers/nxp/ifc/nand/
H A Difc_nand.c25 unsigned long start_time; in nand_wait() local
27 start_time = get_timer_val(0); in nand_wait()
29 while (get_timer_val(start_time) < NAND_TIMEOUT_MS) { in nand_wait()