Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_dw.c392 uint8_t txfifodepth; member
719 if (ntxwords > data->txfifodepth || nrxwords > data->rxfifodepth) { in dw_i3c_xfers()
940 if (ntxwords > data->txfifodepth || nrxwords > data->rxfifodepth) { in dw_i3c_i2c_transfer()
2126 if (len > (data->txfifodepth * BYTES_PER_DWORD)) { in dw_i3c_target_tx_write()
2263 data->txfifodepth = QUEUE_SIZE_CAPABILITY_TX_BUF_DWORD_SIZE(queue_capability); in dw_i3c_init()