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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmotp.h25 #define OTP_HW_RGN 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmotp.c200 #define HWSW_RGN(rgn) (((rgn) == OTP_HW_RGN) ? "h/w" : "s/w")
963 case OTP_HW_RGN:
1836 case OTP_HW_RGN:
1930 case OTP_HW_RGN:
1997 case OTP_HW_RGN:
2128 ASSERT(region == OTP_HW_RGN || region == OTP_SW_RGN);
2532 #if OTP_HW_REGION != OTP_HW_RGN
2533 #error "incompatible OTP_HW_RGN"
H A Dbcmsrom.c5356 err = otp_read_region(sih, OTP_HW_RGN, (uint16 *)otp, &sz);
5446 err = otp_write_region(sih, OTP_HW_RGN, buf16, nbytes/2, 0);
6264 rc = otp_read_region(sih, OTP_HW_RGN, cisbuf, &wsz);
7259 rc = otp_read_region(sih, OTP_HW_RGN, cisbuf, &sz);
7356 rc = otp_read_region(sih, OTP_HW_RGN, (uint16 *)cis, &sz);

Completed in 85 milliseconds