Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c134 unsigned int max_ibi_thresh; member
191 pio->max_ibi_thresh = clamp_val(ibi_val/2, 1, 63); in hci_pio_init()
193 FIELD_PREP(QUEUE_IBI_DATA_THLD, pio->max_ibi_thresh) | in hci_pio_init()
768 thresh_val = min(nr_words, pio->max_ibi_thresh); in hci_pio_get_ibi_segment()