Searched refs:TIP (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | via-cuda.c | 74 #define TIP 0x20 /* Transfer in progress */ macro 108 out_8(&via[B], in_8(&via[B]) | TIP); in assert_TIP() 110 out_8(&via[B], in_8(&via[B]) & ~TIP); in assert_TIP() 117 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in assert_TIP_and_TACK() 119 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in assert_TIP_and_TACK() 149 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in negate_TIP_and_TACK() 151 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in negate_TIP_and_TACK() 352 } else if (in_8(&via[B]) & TIP) { in sync_egret() 387 out_8(&via[DIRB], (in_8(&via[DIRB]) | TACK | TIP) & ~TREQ); /* TACK & TIP out */ in cuda_init_via() 594 status = in_8(&via[B]) & (TIP | TACK | TREQ); in cuda_interrupt()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 297 noretcomp Always supported. Disables "return compression" so a TIP packet 1019 TIP packets. The q option can be used with the b and i options but the period 1021 control flow of interest is represented or indicated by FUP, TIP, TIP.PGE, or 1022 TIP.PGD packets (refer below). However the q option could be used to find time
|