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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dab3100-otp.c65 u8 otpp; local
69 AB3100_OTPP, &otpp);
83 otp->locked = (otpp & 0x80);
84 otp->freq = (otpp & 0x40) ? 32768 : 34100;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmotp.c303 uint32 otpp, st; local
311 otpp = OTPP_START_BUSY |
316 OTP_DBG(("%s: off = %d, row = %d, col = %d, otpp = 0x%x",
317 __FUNCTION__, off, row, col, otpp));
318 W_REG(oi->osh, &cc->otpprog, otpp);
672 uint32 otpp, st; local
702 otpp = OTPP_START_BUSY | ((OTPPOC_INIT << OTPP_OC_SHIFT) & OTPP_OC_MASK);
704 OTP_DBG(("%s: otpp = 0x%x", __FUNCTION__, otpp));
705 W_REG(oi->osh, &cc->otpprog, otpp);
1098 uint32 otpp, st; local
1152 uint32 otpp, st; local
1197 uint32 otpp, st; local
1601 uint32 otpp, st; local
2607 uint32 otpp, st; local
2927 uint32 pwait, init_pwait, otpc, otpp, pst, st; local
[all...]

Completed in 115 milliseconds