Searched refs:TACK (Results 1 - 6 of 6) 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.c44 #define TACK 0x10 /* Transfer acknowledge (output) */ macro
176 via[B] |= TACK;
178 via[B] &= ~TACK;
195 /* Set the lines up. We want TREQ as input TACK|TIP as output */
196 via[DIRB] = (via[DIRB] | TACK | TIP) & ~TREQ;
207 via[B] &= ~(TACK|TIP);
401 via[B] &= ~TACK;
409 via[B] |= TACK;
476 via[B] |= TACK;
478 via[B] &= ~TACK;
[all...]
H A Dvia-cuda.c56 #define TACK 0x10 /* Transfer acknowledge (output) */ macro
265 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */
266 out_8(&via[B], in_8(&via[B]) | TACK | TIP); /* negate them */
281 /* sync with the CUDA - assert TACK without TIP */
282 out_8(&via[B], in_8(&via[B]) & ~TACK);
292 /* finish the sync by negating TACK */
293 out_8(&via[B], in_8(&via[B]) | TACK);
505 out_8(&via[B], in_8(&via[B]) | TIP | TACK);
512 out_8(&via[B], in_8(&via[B]) ^ TACK);
[all...]
H A Dvia-pmu68k.c67 #define TACK 0x02 /* Transfer acknowledge (input) */ macro
196 via2[DIRB] = (via2[DIRB] | TREQ) & ~TACK; /* TACK in, TREQ out */
579 if (via2[B] & TACK) {
586 /* reset TREQ and wait for TACK to go high */
589 while (!(via2[B] & TACK)) {
H A Dvia-pmu.c98 #define TACK 0x08 /* Transfer acknowledge (input) */ macro
529 out_8(&via[DIRB], (via[DIRB] | TREQ) & ~TACK); /* TACK in, TREQ out */
1168 while ((in_8(&via[B]) & TACK) == 0) {
1450 while ((in_8(&via[B]) & TACK) != 0)
1457 /* reset TREQ and wait for TACK to go high */
2417 while ((via[B] & TACK) != 0)
2420 while ((via[B] & TACK) == 0)
2461 while ((via[B] & TACK) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A DdefBF542.h475 #define TACK 0xff /* Selects setup and hold times for TACK */ macro
H A DdefBF547.h755 #define TACK 0xff /* Selects setup and hold times for TACK */ macro

Completed in 174 milliseconds