Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/renesas/
Drmobile-sysc.c31 #define PSTR_RETRIES 100 macro
64 for (retry_count = PSTR_RETRIES; retry_count; retry_count--) { in rmobile_pd_power_down()
88 for (retry_count = 2 * PSTR_RETRIES; retry_count; retry_count--) { in __rmobile_pd_power_up()
91 if (retry_count > PSTR_RETRIES) in __rmobile_pd_power_up()