Searched refs:TIP (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/macintosh/ |
D | via-cuda.c | 77 #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-5.19.10/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 313 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 1071 TIP packets. The q option can be used with the b and i options but the period 1073 control flow of interest is represented or indicated by FUP, TIP, TIP.PGE, or 1074 TIP.PGD packets (refer below). However the q option could be used to find time
|