Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c132 unsigned int max_ibi_thresh; member
176 pio->max_ibi_thresh = clamp_val(ibi_val/2, 1, 63); in __hci_pio_init()
178 FIELD_PREP(QUEUE_IBI_DATA_THLD, pio->max_ibi_thresh) | in __hci_pio_init()
797 thresh_val = min(nr_words, pio->max_ibi_thresh); in hci_pio_get_ibi_segment()