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

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmotp.c866 uint32 pwait, init_pwait, otpc, otpp, pst, st; local
882 pwait = init_pwait;
895 OTP_MSG((" %d: pwait %d\n", j, (pwait >> 8)));
896 W_REG(osh, &cc->otpcontrol, otpc | pwait);
907 if (((st & OTPS_PROGFAIL) == 0) || (pwait == OTPC_PROGWAIT)) {
910 if ((oi->ccrev == 12) && (pwait >= 0x1000))
911 pwait = (pwait << 3) & OTPC_PROGWAIT;
913 pwait
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dselect.c354 poll_table ** pwait, int *count)
372 mask = file->f_op->poll(file, *pwait);
377 *pwait = NULL;
353 do_pollfd(unsigned int num, struct pollfd * fdpage, poll_table ** pwait, int *count) argument

Completed in 221 milliseconds