Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp_core.h41 #define CY_NUM_RETRY 16 /* max number of retries for read ops */ macro
Dcyttsp_core.c86 for (tries = 0; tries < CY_NUM_RETRY; tries++) { in ttsp_read_block_data()
104 for (tries = 0; tries < CY_NUM_RETRY; tries++) { in ttsp_write_block_data()