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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmotp.h51 extern int otp_read_region(si_t *sih, int region, uint16 *data, uint *wlen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c33 extern void otp_read_region; EXPORT_SYMBOL(otp_read_region); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmsrom.c5356 err = otp_read_region(sih, OTP_HW_RGN, (uint16 *)otp, &sz);
6264 rc = otp_read_region(sih, OTP_HW_RGN, cisbuf, &wsz);
6465 if (otp_read_region(sih, OTP_SW_RGN, (uint16 *)cis, &sz)) {
6649 rc = otp_read_region(sih, OTP_SW_RGN, srom, &otpsz);
7259 rc = otp_read_region(sih, OTP_HW_RGN, cisbuf, &sz);
7356 rc = otp_read_region(sih, OTP_HW_RGN, (uint16 *)cis, &sz);
H A Dbcmotp.c2137 rc = otp_read_region(sih, region, (uint16 *)cis, &sz);
3664 * otp_read_region()
3780 BCMNMIATTACHFN(otp_read_region)(si_t *sih, int region, uint16 *data, uint *wlen) function

Completed in 67 milliseconds