Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xilinx_hwicap/
H A Dfifo_icap.c83 #define XHI_MAX_READ_TRANSACTION_WORDS 0xFFF macro
313 if (words_to_read > XHI_MAX_READ_TRANSACTION_WORDS) in fifo_icap_get_configuration()
314 words_to_read = XHI_MAX_READ_TRANSACTION_WORDS; in fifo_icap_get_configuration()