Home
last modified time | relevance | path

Searched refs:TIP (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/macintosh/
Dvia-cuda.c77 #define TIP 0x20 /* Transfer in progress */ macro
111 out_8(&via[B], in_8(&via[B]) | TIP); in assert_TIP()
113 out_8(&via[B], in_8(&via[B]) & ~TIP); in assert_TIP()
120 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in assert_TIP_and_TACK()
122 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in assert_TIP_and_TACK()
152 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in negate_TIP_and_TACK()
154 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in negate_TIP_and_TACK()
355 } else if (in_8(&via[B]) & TIP) { in sync_egret()
390 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */ in cuda_init_via()
597 status = in_8(&via[B]) & (TIP | TACK | TREQ); in cuda_interrupt()
/linux-6.1.9/tools/perf/Documentation/
Dperf-intel-pt.txt313 noretcomp Always supported. Disables "return compression" so a TIP packet
500 executable code to reconstruct control flow, however FUP, TIP, TIP.PGE
501 and TIP.PGD packets still indicate asynchronous control flow, and (if
1082 TIP packets. The q option can be used with the b and i options but the period
1084 control flow of interest is represented or indicated by FUP, TIP, TIP.PGE, or
1085 TIP.PGD packets (refer below). However the q option could be used to find time