Searched refs:is_rx (Results 1 – 2 of 2) sorted by relevance
280 uint32_t mec_hal_i2c_nl_tm_xfr_count_get(struct mec_i2c_smb_ctx *ctx, uint8_t is_rx);282 uint32_t mec_hal_i2c_nl_tm_transfered(struct mec_i2c_smb_ctx *ctx, uint8_t is_rx);
1249 uint32_t mec_hal_i2c_nl_tm_xfr_count_get(struct mec_i2c_smb_ctx *ctx, uint8_t is_rx) in mec_hal_i2c_nl_tm_xfr_count_get() argument1261 if (is_rx) { /* External Controller transmits clocks and data. We capture(receive) data */ in mec_hal_i2c_nl_tm_xfr_count_get()1311 uint32_t mec_hal_i2c_nl_tm_transfered(struct mec_i2c_smb_ctx *ctx, uint8_t is_rx) in mec_hal_i2c_nl_tm_transfered() argument1321 hwcnt = mec_hal_i2c_nl_tm_xfr_count_get(ctx, is_rx); in mec_hal_i2c_nl_tm_transfered()1323 if (is_rx) { in mec_hal_i2c_nl_tm_transfered()