Searched refs:hwcnt (Results 1 – 1 of 1) sorted by relevance
1313 uint32_t nxfr = 0, hwcnt = 0; in mec_hal_i2c_nl_tm_transfered() local1321 hwcnt = mec_hal_i2c_nl_tm_xfr_count_get(ctx, is_rx); in mec_hal_i2c_nl_tm_transfered()1324 if (ctx->rdcnt >= hwcnt) { in mec_hal_i2c_nl_tm_transfered()1325 nxfr = ctx->rdcnt - hwcnt; in mec_hal_i2c_nl_tm_transfered()1328 if (ctx->wrcnt >= hwcnt) { in mec_hal_i2c_nl_tm_transfered()1329 nxfr = ctx->wrcnt - hwcnt; in mec_hal_i2c_nl_tm_transfered()