Home
last modified time | relevance | path

Searched refs:rx_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
174 pio->rx_thresh_size = 2 << rx_thresh; in hci_pio_init()
178 pio->rx_thresh_size = 1 << rx_thresh; in hci_pio_init()
254 nr_words = min(xfer->data_left / 4, pio->rx_thresh_size); in hci_pio_do_rx()