Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
Dnvm.h306 #define RETRIES_PER_DELAY 64 macro
Dnvm.c68 DWORD dwRetries = MAX_EEPROM_RETRIES*RETRIES_PER_DELAY; in ReadEEPROMStatusRegister()
107 …004 = %x 0x3008 = %x, retries = %d failed.\n",value,value1, MAX_EEPROM_RETRIES*RETRIES_PER_DELAY); in ReadEEPROMStatusRegister()
110 if( !(dwRetries%RETRIES_PER_DELAY) ) in ReadEEPROMStatusRegister()
138 DWORD dwRetries = MAX_EEPROM_RETRIES*RETRIES_PER_DELAY; in ReadBeceemEEPROMBulk()
207 … = %x retries = %d failed.\n", dwNumWords, value, value1, MAX_EEPROM_RETRIES*RETRIES_PER_DELAY); in ReadBeceemEEPROMBulk()
210 if( !(dwRetries%RETRIES_PER_DELAY) ) in ReadBeceemEEPROMBulk()
1803 UINT uiRetries = MAX_EEPROM_RETRIES*RETRIES_PER_DELAY; in BeceemEEPROMWritePage()
1861 …K, 0, 0, "0x0f003004 = %x, %d retries failed.\n", uiStatus, MAX_EEPROM_RETRIES *RETRIES_PER_DELAY); in BeceemEEPROMWritePage()
1865 if( !(uiRetries%RETRIES_PER_DELAY) ) in BeceemEEPROMWritePage()
1890 uiRetries = MAX_EEPROM_RETRIES*RETRIES_PER_DELAY; in BeceemEEPROMWritePage()
[all …]