ntxwords          834 drivers/i3c/master/dw-i3c-master.c 	unsigned int nrxwords = 0, ntxwords = 0;
ntxwords          848 drivers/i3c/master/dw-i3c-master.c 			ntxwords += DIV_ROUND_UP(i3c_xfers[i].len, 4);
ntxwords          851 drivers/i3c/master/dw-i3c-master.c 	if (ntxwords > master->caps.datafifodepth ||
ntxwords          962 drivers/i3c/master/dw-i3c-master.c 	unsigned int nrxwords = 0, ntxwords = 0;
ntxwords          976 drivers/i3c/master/dw-i3c-master.c 			ntxwords += DIV_ROUND_UP(i2c_xfers[i].len, 4);
ntxwords          979 drivers/i3c/master/dw-i3c-master.c 	if (ntxwords > master->caps.datafifodepth ||
ntxwords          812 drivers/i3c/master/i3c-master-cdns.c 	unsigned int nrxwords = 0, ntxwords = 0;
ntxwords          826 drivers/i3c/master/i3c-master-cdns.c 			ntxwords += DIV_ROUND_UP(xfers[i].len, 4);
ntxwords          829 drivers/i3c/master/i3c-master-cdns.c 	if (ntxwords > master->caps.txfifodepth ||