Home
last modified time | relevance | path

Searched refs:ntxwords (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/i3c/master/
H A Ddw-i3c-master.c852 unsigned int nrxwords = 0, ntxwords = 0; in dw_i3c_master_priv_xfers() local
866 ntxwords += DIV_ROUND_UP(i3c_xfers[i].len, 4); in dw_i3c_master_priv_xfers()
869 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_priv_xfers()
1003 unsigned int nrxwords = 0, ntxwords = 0; in dw_i3c_master_i2c_xfers() local
1017 ntxwords += DIV_ROUND_UP(i2c_xfers[i].len, 4); in dw_i3c_master_i2c_xfers()
1020 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_i2c_xfers()
H A Di3c-master-cdns.c820 unsigned int nrxwords = 0, ntxwords = 0; in cdns_i3c_master_i2c_xfers() local
834 ntxwords += DIV_ROUND_UP(xfers[i].len, 4); in cdns_i3c_master_i2c_xfers()
837 if (ntxwords > master->caps.txfifodepth || in cdns_i3c_master_i2c_xfers()