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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c1861 uint32 pwait, init_pwait, otpc, otpp, pst, st; local
1883 pwait = init_pwait;
1895 row, col, bit, (otpc | pwait), otpp));
1897 W_REG(osh, &cc->otpcontrol, otpc | pwait);
1912 if (((st & OTPS_PROGFAIL) == 0) || (pwait == OTPC_PROGWAIT) || (no_retry)) {
1916 pwait = (pwait << 3) & OTPC_PROGWAIT;
1918 pwait = (pwait << 1) & OTPC_PROGWAIT;
1919 if (pwait
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c551 * pwait poll_table will be used by the fd-provided poll handler for waiting,
554 static inline unsigned int do_pollfd(struct pollfd *pollfd, poll_table *pwait) argument
570 mask = file->f_op->poll(file, pwait);

Completed in 48 milliseconds