bce_nvram_read
if ((rc = bce_nvram_read(sc, offset32, start, 4)))
if ((rc = bce_nvram_read(sc, offset32 + len32 - 4,
if ((rc = bce_nvram_read(sc, 0, data, 4)) != 0) {
if ((rc = bce_nvram_read(sc, 0x100, data, BCE_NVRAM_SIZE)) != 0) {
static int bce_nvram_read (struct bce_softc *, u32, u8 *, int);
error = bce_nvram_read(sc, result, data, 4);
error = bce_nvram_read(sc, i, &sc->nvram_buf[i], 1);