Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-shmobile/
Dpm-rmobile.c35 #define PSTR_RETRIES 100 macro
64 for (retry_count = PSTR_RETRIES; retry_count; retry_count--) { in rmobile_pd_power_down()
95 for (retry_count = 2 * PSTR_RETRIES; retry_count; retry_count--) { in __rmobile_pd_power_up()
98 if (retry_count > PSTR_RETRIES) in __rmobile_pd_power_up()