Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i3c/master/
Ddw-i3c-master.c206 u8 datafifodepth; member
850 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_priv_xfers()
851 nrxwords > master->caps.datafifodepth) in dw_i3c_master_priv_xfers()
994 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_i2c_xfers()
995 nrxwords > master->caps.datafifodepth) in dw_i3c_master_i2c_xfers()
1161 master->caps.datafifodepth = DATA_BUFFER_STATUS_LEVEL_TX(ret); in dw_i3c_probe()