Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c2102 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_acquire_nvram_lock()
2110 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_acquire_nvram_lock()
2142 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_release_nvram_lock()
2150 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_release_nvram_lock()
2193 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_enable_nvram_write()
2310 for (j = 0; j < NVRAM_TIMEOUT_COUNT; j++) { in bce_nvram_erase_page()
2320 if (j >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_erase_page()
2368 for (i = 0; i < NVRAM_TIMEOUT_COUNT; i++) { in bce_nvram_read_dword()
2384 if (i >= NVRAM_TIMEOUT_COUNT) { in bce_nvram_read_dword()
2436 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/sys/dev/bxe/
H A Dbxe.h1250 #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()