Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dcyttsp_core.h27 #define CY_NUM_RETRY 16 /* max number of retries for read ops */ macro
Dcyttsp_core.c76 for (tries = 0; tries < CY_NUM_RETRY; tries++) { in ttsp_read_block_data()
94 for (tries = 0; tries < CY_NUM_RETRY; tries++) { in ttsp_write_block_data()