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

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmotp.c60 uint16 fbase; /* fuse subregion offset */ member in struct:__anon12544
92 oi->fbase = oi->swlim;
95 oi->fbase = oi->swbase;
98 OTP_MSG(("otp_rgn: fbase %x flim %x\n", oi->fbase, oi->flim));
233 if (wlen < (sz = (uint)oi->flim - oi->fbase)) {
235 __FUNCTION__, oi->flim - oi->fbase));
238 base = oi->fbase;
376 if (wlen > (uint)(oi->flim - oi->fbase)) {
378 __FUNCTION__, wlen, oi->flim - oi->fbase));
[all...]

Completed in 37 milliseconds