Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c133 unsigned int rx_thresh_size, tx_thresh_size; member
175 pio->tx_thresh_size = 2 << tx_thresh; in hci_pio_init()
179 pio->tx_thresh_size = 1 << tx_thresh; in hci_pio_init()
321 nr_words = min(xfer->data_left / 4, pio->tx_thresh_size); in hci_pio_do_tx()