Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/renesas/
H A 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()
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/
H A Drmobile-sysc.c29 #define PSTR_RETRIES 100 macro
63 !(val & mask), 0, PSTR_RETRIES); in rmobile_pd_power_down()
84 PSTR_RETRIES * PSTR_DELAY_US); in __rmobile_pd_power_up()

Completed in 2 milliseconds