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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmotp.h47 extern int otp_read_word(si_t *sih, uint wn, uint16 *data);
51 extern int otp_write_word(si_t *sih, uint wn, uint16 data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c80 typedef int (*otp_write_word_t)(void *oh, uint wn, uint16 data);
81 typedef int (*otp_read_word_t)(void *oh, uint wn, uint16 *data);
247 ipxotp_otpr(void *oh, chipcregs_t *cc, uint wn) argument
253 ASSERT(wn < oi->wsize);
256 return R_REG(oi->osh, &cc->sromotp[wn]);
683 ipxotp_read_word(void *oh, uint wn, uint16 *data) argument
694 *data = ipxotp_otpr(oh, cc, wn);
770 ipxotp_otpwb16(otpinfo_t *oi, chipcregs_t *cc, int wn, uint16 data) argument
775 base = wn * 16;
849 ipxotp_fix_word16(void *oh, uint wn, uint1 argument
871 ipxotp_check_word16(void *oh, chipcregs_t *cc, uint wn, uint16 val) argument
1104 ipxotp_write_word(void *oh, uint wn, uint16 data) argument
1314 ipxotp_otprb16(void *oh, chipcregs_t *cc, uint wn) argument
1504 hndotp_otpr(void *oh, chipcregs_t *cc, uint wn) argument
1688 hndotp_read_word(void *oh, uint wn, uint16 *data) argument
1947 hndotp_write_word(void *oh, chipcregs_t *cc, int wn, uint16 data) argument
2095 hndotp_write_row(void *oh, chipcregs_t *cc, int wn, uint16* data, bool rewrite) argument
2126 uint wn, base = 0, lim; local
2320 uint wn, base = 0, lim; local
2454 hndotp_otprb16(void *oh, chipcregs_t *cc, uint wn) argument
2664 otp_read_word(si_t *sih, uint wn, uint16 *data) argument
2739 otp_write_word(si_t *sih, uint wn, uint16 data) argument
[all...]

Completed in 53 milliseconds