Searched refs:TREQ (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-maciisi.c44 #define TREQ 0x08 /* Transfer request (input) */ macro
140 int status = via[B] & (TIP|TREQ);
142 if (status & TREQ) {
144 printk (KERN_DEBUG "maciisi_stfu called with TREQ high!\n");
155 status = via[B] & (TIP|TREQ);
157 if (!(status & TREQ))
166 status = via[B] & (TIP|TREQ);
173 if(via[B] & TREQ)
196 /* Set the lines up. We want TREQ as input TACK|TIP as output */
197 via[DIRB] = (via[DIRB] | TACK | TIP) & ~TREQ;
[all...]
H A Dvia-cuda.c56 #define TREQ 0x08 /* Transfer request (input) */ macro
260 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */
279 /* wait for the CUDA to assert TREQ in response */
280 WAIT_FOR((in_8(&via[B]) & TREQ) == 0, "CUDA response to sync");
290 /* wait for the CUDA to negate TREQ and the corresponding interrupt */
291 WAIT_FOR(in_8(&via[B]) & TREQ, "CUDA response to sync (3)");
418 if ((in_8(&via[B]) & TREQ) == 0)
468 status = (~in_8(&via[B]) & (TIP|TREQ)) | (in_8(&via[ACR]) & SR_OUT);
473 if (status != TREQ)
484 if (status != TREQ)
[all...]
H A Dvia-pmu68k.c70 #define TREQ 0x04 /* Transfer request (output) */ macro
198 via2[B] |= TREQ; /* negate TREQ */
199 via2[DIRB] = (via2[DIRB] | TREQ) & ~TACK; /* TACK in, TREQ out */
517 via2[B] &= ~TREQ; /* assert TREQ */
527 via2[B] &= ~TREQ;
589 /* reset TREQ and wait for TACK to go high */
590 via2[B] |= TREQ;
[all...]
H A Dvia-pmu.c101 #define TREQ 0x10 /* Transfer request (output) */ macro
539 out_8(&via[B], via[B] | TREQ); /* negate TREQ */
540 out_8(&via[DIRB], (via[DIRB] | TREQ) & ~TACK); /* TACK in, TREQ out */
1164 out_8(&v[B], in_8(&v[B]) & ~TREQ); /* assert TREQ */
1175 out_8(&v[B], in_8(&v[B]) & ~TREQ);
1438 if (via[B] & TREQ) {
1451 /* reset TREQ an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtreq.com1 $! TREQ.COM -- Tests req keys
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtreq.com1 $! TREQ.COM -- Tests req keys

Completed in 156 milliseconds