Searched refs:rd_cnt (Results 1 – 4 of 4) sorted by relevance
195 uint32_t rd_cnt; member225 zassert_true(false, "Unexpected error: %d, cnt:%d", len, ctx->rd_cnt); in stress_read()228 zassert_ok(check_buffer(buf, len, ctx->rd_cnt)); in stress_read()229 ctx->rd_cnt++; in stress_read()282 ctx.rd_cnt = 0; in ZTEST()
464 uint8_t rd_cnt = ESPI_XEC_VWIRE_SEND_TIMEOUT; in espi_xec_send_vwire() local466 while (reg->SRC_CHG && rd_cnt--) { in espi_xec_send_vwire()
328 uint8_t rd_cnt = ESPI_XEC_VWIRE_SEND_TIMEOUT; in espi_xec_send_vwire() local330 while (sys_read8(regaddr + SMVW_BI_SRC_CHG) && rd_cnt--) { in espi_xec_send_vwire()
965 uint32_t rd_cnt = rand_get(1, 30); in ZTEST() local967 for (int i = 0; i < rd_cnt; i++) { in ZTEST()