Searched refs:bge_nvmem_acquire (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1342 * the right to access the SEEPROM, via bge_nvmem_acquire() above.
1469 * the right to access the Flash, via bge_nvmem_acquire() above.
1635 static int bge_nvmem_acquire(bge_t *bgep);
1636 #pragma no_inline(bge_nvmem_acquire)
1639 bge_nvmem_acquire(bge_t *bgep) function
1709 BGE_DEBUG(("bge_nvmem_acquire: won after %d us", tries));
1717 BGE_DEBUG(("bge_nvmem_acquire: lost after %d us", tries));
1741 * right to access the NVmem, via bge_nvmem_acquire() above.
1785 if ((err = bge_nvmem_acquire(bgep)) == 0) {
3890 * by calling bge_nvmem_acquire()
[all...]

Completed in 81 milliseconds