Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Deeprom.c668 #define IWL_EEPROM_SEM_RETRY_LIMIT 1000 /* number of attempts (not time) */ macro
676 for (count = 0; count < IWL_EEPROM_SEM_RETRY_LIMIT; count++) { in iwl_eeprom_acquire_semaphore()