Home
last modified time | relevance | path

Searched refs:timeout_count (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/arm/dcc/
H A Ddcc_console.c79 const unsigned int timeout_count = TIMEOUT_COUNT_US; in dcc_status_timeout() local
83 timeout = timeout_init_us(timeout_count); in dcc_status_timeout()
/rk3399_ARM-atf/drivers/arm/gic/v3/
H A Dgic600ae_fmu_helpers.c49 uint32_t timeout_count = GICFMU_IDLE_TIMEOUT_US; in wait_until_fmu_is_idle() local
56 if (timeout_count-- == 0U) { in wait_until_fmu_is_idle()
/rk3399_ARM-atf/drivers/cadence/nand/
H A Dcdns_nand.c276 uint32_t timeout_count = (CNF_DD_INIT_COMP_US / CNF_DEF_DELAY_US); in cdns_nand_host_init() local
288 } while (--timeout_count != 0); in cdns_nand_host_init()
290 if (timeout_count == 0) { in cdns_nand_host_init()