Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/fsi/
Dfsi-master.h34 #define FSI_CRC_ERR_RETRIES 10 macro
Dfsi-master-gpio.c438 if (crc_err_retries++ > FSI_CRC_ERR_RETRIES) { in poll_for_response()
543 while ((retries++) < FSI_CRC_ERR_RETRIES) { in fsi_master_gpio_xfer()
Dfsi-master-ast-cf.c481 if (crc_err_retries++ > FSI_CRC_ERR_RETRIES) { in handle_response()
577 while ((retries++) < FSI_CRC_ERR_RETRIES) { in fsi_master_acf_xfer()