Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-read.c33 #define IWL_EEPROM_SEM_RETRY_LIMIT 1000 /* number of attempts (not time) */ macro
41 for (count = 0; count < IWL_EEPROM_SEM_RETRY_LIMIT; count++) { in iwl_eeprom_acquire_semaphore()