Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bce/
Dif_bce.c2161 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_acquire_nvram_lock()
2169 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_acquire_nvram_lock()
2202 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_release_nvram_lock()
2210 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_release_nvram_lock()
2246 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_enable_nvram_write()
2254 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_enable_nvram_write()
2375 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_erase_page()
2385 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_erase_page()
2434 for (i = 0; i < NVRAM_TIMEOUT_COUNT; i++) { in bce_nvram_read_dword()
2450 if (i >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_read_dword()
[all …]
Dif_bcereg.h645 #define NVRAM_TIMEOUT_COUNT 30000 macro
/freebsd-12-stable/sys/dev/bxe/
Dbxe.h1293 #define NVRAM_TIMEOUT_COUNT 30000 macro
Dbxe.c1134 count = NVRAM_TIMEOUT_COUNT; in bxe_acquire_nvram_lock()
1170 count = NVRAM_TIMEOUT_COUNT; in bxe_release_nvram_lock()
1249 count = NVRAM_TIMEOUT_COUNT; in bxe_nvram_read_dword()
1365 count = NVRAM_TIMEOUT_COUNT; in bxe_nvram_write_dword()