Searched refs:ntxwords (Results 1 – 2 of 2) sorted by relevance
912 unsigned int nrxwords = 0, ntxwords = 0; in dw_i3c_master_i3c_xfers() local926 ntxwords += DIV_ROUND_UP(i3c_xfers[i].len, 4); in dw_i3c_master_i3c_xfers()929 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_i3c_xfers()1072 unsigned int nrxwords = 0, ntxwords = 0; in dw_i3c_master_i2c_xfers() local1086 ntxwords += DIV_ROUND_UP(i2c_xfers[i].len, 4); in dw_i3c_master_i2c_xfers()1089 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_i2c_xfers()
809 unsigned int nrxwords = 0, ntxwords = 0; in cdns_i3c_master_i2c_xfers() local823 ntxwords += DIV_ROUND_UP(xfers[i].len, 4); in cdns_i3c_master_i2c_xfers()826 if (ntxwords > master->caps.txfifodepth || in cdns_i3c_master_i2c_xfers()