Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-csr.h222 #define CSR_WAIT_FOR_FIELD(csr, field, op, value, timeout_usec) \ argument
225 uint64_t done = ody_clock_get_count(CLOCK_TIME) + (uint64_t)timeout_usec * \
252 #define CSR_WAIT_FOR_FIELD_ACTUAL(csr, field, op, value, timeout_usec) \ argument
256 uint64_t done = _start_time + (uint64_t)timeout_usec * \
289 #define CSR_WAIT_FOR_CHIP_FIELD(csr, chip, field, op, value, timeout_usec) \ argument
292 uint64_t done = ody_clock_get_count(CLOCK_TIME) + (uint64_t)timeout_usec * \