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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-maciisi.c43 #define TREQ 0x08 /* Transfer request (input) */ macro
139 int status = via[B] & (TIP|TREQ);
141 if (status & TREQ) {
143 printk (KERN_DEBUG "maciisi_stfu called with TREQ high!\n");
154 status = via[B] & (TIP|TREQ);
156 if (!(status & TREQ))
165 status = via[B] & (TIP|TREQ);
172 if(via[B] & TREQ)
195 /* Set the lines up. We want TREQ as input TACK|TIP as output */
196 via[DIRB] = (via[DIRB] | TACK | TIP) & ~TREQ;
[all...]
H A Dvia-cuda.c55 #define TREQ 0x08 /* Transfer request (input) */ macro
265 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */
284 /* wait for the CUDA to assert TREQ in response */
285 WAIT_FOR((in_8(&via[B]) & TREQ) == 0, "CUDA response to sync");
295 /* wait for the CUDA to negate TREQ and the corresponding interrupt */
296 WAIT_FOR(in_8(&via[B]) & TREQ, "CUDA response to sync (3)");
423 if ((in_8(&via[B]) & TREQ) == 0)
475 status = (~in_8(&via[B]) & (TIP|TREQ)) | (in_8(&via[ACR]) & SR_OUT);
480 if (status != TREQ)
491 if (status != TREQ)
[all...]
H A Dvia-pmu68k.c68 #define TREQ 0x04 /* Transfer request (output) */ macro
195 via2[B] |= TREQ; /* negate TREQ */
196 via2[DIRB] = (via2[DIRB] | TREQ) & ~TACK; /* TACK in, TREQ out */
514 via2[B] &= ~TREQ; /* assert TREQ */
524 via2[B] &= ~TREQ;
586 /* reset TREQ and wait for TACK to go high */
587 via2[B] |= TREQ;
[all...]
H A Dvia-pmu.c99 #define TREQ 0x10 /* Transfer request (output) */ macro
528 out_8(&via[B], via[B] | TREQ); /* negate TREQ */
529 out_8(&via[DIRB], (via[DIRB] | TREQ) & ~TACK); /* TACK in, TREQ out */
1186 out_8(&v[B], in_8(&v[B]) & ~TREQ); /* assert TREQ */
1197 out_8(&v[B], in_8(&v[B]) & ~TREQ);
1444 if (via[B] & TREQ) {
1457 /* reset TREQ an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtreq.com1 $! TREQ.COM -- Tests req keys
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtreq.com1 $! TREQ.COM -- Tests req keys
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtreq.com1 $! TREQ.COM -- Tests req keys

Completed in 57 milliseconds