Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-eeprom-read.c97 #define EEPROM_SEM_RETRY_LIMIT 1000 /* number of attempts (not time) */ macro
104 for (count = 0; count < EEPROM_SEM_RETRY_LIMIT; count++) { in iwl_eeprom_acquire_semaphore()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D4965.c181 for (count = 0; count < EEPROM_SEM_RETRY_LIMIT; count++) { in il4965_eeprom_acquire_semaphore()
Dcommon.h1010 #define EEPROM_SEM_RETRY_LIMIT 1000 /* number of attempts (not time) */ macro