Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c2096 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_acquire_nvram_lock()
2104 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_acquire_nvram_lock()
2136 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_release_nvram_lock()
2144 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_release_nvram_lock()
2187 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_enable_nvram_write()
2304 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_erase_page()
2314 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_erase_page()
2362 for (i = 0; i < NVRAM_TIMEOUT_COUNT; i++) { in bce_nvram_read_dword()
2378 if (i >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_read_dword()
2430 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_write_dword()
[all …]
H A Dif_bcereg.h612 #define NVRAM_TIMEOUT_COUNT 30000 macro
/freebsd-14.2/sys/dev/bxe/
H A Dbxe.h1261 #define NVRAM_TIMEOUT_COUNT 30000 macro
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()