Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c2095 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_acquire_nvram_lock()
2103 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_acquire_nvram_lock()
2135 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_release_nvram_lock()
2143 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_release_nvram_lock()
2178 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_enable_nvram_write()
2186 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_enable_nvram_write()
2303 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_erase_page()
2313 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_erase_page()
2361 for (i = 0; i < NVRAM_TIMEOUT_COUNT; i++) { in bce_nvram_read_dword()
2377 if (i >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_read_dword()
[all …]
H A Dif_bcereg.h612 #define NVRAM_TIMEOUT_COUNT 30000 macro
/freebsd/sys/dev/bxe/
H A Dbxe.c1119 count = NVRAM_TIMEOUT_COUNT; in bxe_acquire_nvram_lock()
1155 count = NVRAM_TIMEOUT_COUNT; in bxe_release_nvram_lock()
1234 count = NVRAM_TIMEOUT_COUNT; in bxe_nvram_read_dword()
1350 count = NVRAM_TIMEOUT_COUNT; in bxe_nvram_write_dword()