Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/
H A Ddw-i3c-master.h17 u8 datafifodepth; member
H A Ddw-i3c-master.c931 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_priv_xfers()
932 nrxwords > master->caps.datafifodepth) in dw_i3c_master_priv_xfers()
1092 if (ntxwords > master->caps.datafifodepth || in dw_i3c_master_i2c_xfers()
1093 nrxwords > master->caps.datafifodepth) in dw_i3c_master_i2c_xfers()
1598 master->caps.datafifodepth = DATA_BUFFER_STATUS_LEVEL_TX(ret); in dw_i3c_common_probe()