Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-shmobile/
Dpm-rmobile.c34 #define PSTR_RETRIES 100 macro
57 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()