Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c2117 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_acquire_nvram_lock()
2125 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_acquire_nvram_lock()
2157 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_release_nvram_lock()
2165 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_release_nvram_lock()
2208 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_enable_nvram_write()
2325 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_erase_page()
2335 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_erase_page()
2383 for (i = 0; i < NVRAM_TIMEOUT_COUNT; i++) { in bce_nvram_read_dword()
2399 if (i >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_read_dword()
2451 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_write_dword()
[all …]
H A Dif_bcereg.h614 #define NVRAM_TIMEOUT_COUNT 30000 macro
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.h1263 #define NVRAM_TIMEOUT_COUNT 30000 macro
H A Dbxe.c1127 count = NVRAM_TIMEOUT_COUNT; in bxe_acquire_nvram_lock()
1163 count = NVRAM_TIMEOUT_COUNT; in bxe_release_nvram_lock()
1242 count = NVRAM_TIMEOUT_COUNT; in bxe_nvram_read_dword()
1358 count = NVRAM_TIMEOUT_COUNT; in bxe_nvram_write_dword()