tx1                79 arch/arm/mach-imx/devices/platform-imx-ssi.c 		DMARES(tx1),
tx1                88 drivers/net/ethernet/8390/8390.h 	short tx1, tx2;			/* Packet lengths for ping-pong tx. */
tx1               988 drivers/net/ethernet/8390/axnet_cs.c 	if (ei_local->tx1 == 0) 
tx1               991 drivers/net/ethernet/8390/axnet_cs.c 		ei_local->tx1 = send_length;
tx1              1004 drivers/net/ethernet/8390/axnet_cs.c 		    ei_local->tx1 > 0)
tx1              1007 drivers/net/ethernet/8390/axnet_cs.c 				   ei_local->tx1, ei_local->lasttx,
tx1              1014 drivers/net/ethernet/8390/axnet_cs.c 			  ei_local->tx1, ei_local->tx2,
tx1              1045 drivers/net/ethernet/8390/axnet_cs.c 			ei_local->tx1 = -1;
tx1              1056 drivers/net/ethernet/8390/axnet_cs.c 	if (ei_local->tx1  &&  ei_local->tx2)
tx1              1260 drivers/net/ethernet/8390/axnet_cs.c 	if (ei_local->tx1 < 0) 
tx1              1265 drivers/net/ethernet/8390/axnet_cs.c 				   ei_local->tx1);
tx1              1266 drivers/net/ethernet/8390/axnet_cs.c 		ei_local->tx1 = 0;
tx1              1284 drivers/net/ethernet/8390/axnet_cs.c 		if (ei_local->tx1 > 0) 
tx1              1287 drivers/net/ethernet/8390/axnet_cs.c 			NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
tx1              1289 drivers/net/ethernet/8390/axnet_cs.c 			ei_local->tx1 = -1;
tx1              1641 drivers/net/ethernet/8390/axnet_cs.c 	ei_local->tx1 = ei_local->tx2 = 0;
tx1              1664 drivers/net/ethernet/8390/axnet_cs.c 	ei_local->tx1 = ei_local->tx2 = 0;
tx1               345 drivers/net/ethernet/8390/lib8390.c 	if (ei_local->tx1 == 0) {
tx1               347 drivers/net/ethernet/8390/lib8390.c 		ei_local->tx1 = send_length;
tx1               357 drivers/net/ethernet/8390/lib8390.c 		    ei_local->tx1 > 0)
tx1               360 drivers/net/ethernet/8390/lib8390.c 				   ei_local->tx1, ei_local->lasttx, ei_local->txing);
tx1               364 drivers/net/ethernet/8390/lib8390.c 			  ei_local->tx1, ei_local->tx2, ei_local->lasttx);
tx1               386 drivers/net/ethernet/8390/lib8390.c 			ei_local->tx1 = -1;
tx1               395 drivers/net/ethernet/8390/lib8390.c 	if (ei_local->tx1 && ei_local->tx2)
tx1               591 drivers/net/ethernet/8390/lib8390.c 	if (ei_local->tx1 < 0) {
tx1               594 drivers/net/ethernet/8390/lib8390.c 			       ei_local->name, ei_local->lasttx, ei_local->tx1);
tx1               595 drivers/net/ethernet/8390/lib8390.c 		ei_local->tx1 = 0;
tx1               609 drivers/net/ethernet/8390/lib8390.c 		if (ei_local->tx1 > 0) {
tx1               611 drivers/net/ethernet/8390/lib8390.c 			NS8390_trigger_send(dev, ei_local->tx1, ei_local->tx_start_page);
tx1               613 drivers/net/ethernet/8390/lib8390.c 			ei_local->tx1 = -1;
tx1              1030 drivers/net/ethernet/8390/lib8390.c 	ei_local->tx1 = ei_local->tx2 = 0;
tx1              1053 drivers/net/ethernet/8390/lib8390.c 	ei_local->tx1 = ei_local->tx2 = 0;
tx1               118 tools/testing/selftests/timers/adjtick.c 	struct timex tx1;
tx1               120 tools/testing/selftests/timers/adjtick.c 	tx1.modes	 = ADJ_TICK;
tx1               121 tools/testing/selftests/timers/adjtick.c 	tx1.modes	|= ADJ_OFFSET;
tx1               122 tools/testing/selftests/timers/adjtick.c 	tx1.modes	|= ADJ_FREQUENCY;
tx1               123 tools/testing/selftests/timers/adjtick.c 	tx1.modes	|= ADJ_STATUS;
tx1               125 tools/testing/selftests/timers/adjtick.c 	tx1.status	= STA_PLL;
tx1               126 tools/testing/selftests/timers/adjtick.c 	tx1.offset	= 0;
tx1               127 tools/testing/selftests/timers/adjtick.c 	tx1.freq	= 0;
tx1               128 tools/testing/selftests/timers/adjtick.c 	tx1.tick	= tickval;
tx1               130 tools/testing/selftests/timers/adjtick.c 	adjtimex(&tx1);
tx1               141 tools/testing/selftests/timers/adjtick.c 	tx1.modes = 0;
tx1               142 tools/testing/selftests/timers/adjtick.c 	adjtimex(&tx1);
tx1               144 tools/testing/selftests/timers/adjtick.c 	if (tx1.offset || tx1.freq || tx1.tick != tickval) {
tx1               172 tools/testing/selftests/timers/adjtick.c 	struct timex tx1;
tx1               197 tools/testing/selftests/timers/adjtick.c 	tx1.modes	 = ADJ_TICK;
tx1               198 tools/testing/selftests/timers/adjtick.c 	tx1.modes	|= ADJ_OFFSET;
tx1               199 tools/testing/selftests/timers/adjtick.c 	tx1.modes	|= ADJ_FREQUENCY;
tx1               201 tools/testing/selftests/timers/adjtick.c 	tx1.offset	 = 0;
tx1               202 tools/testing/selftests/timers/adjtick.c 	tx1.freq	 = 0;
tx1               203 tools/testing/selftests/timers/adjtick.c 	tx1.tick	 = systick;
tx1               205 tools/testing/selftests/timers/adjtick.c 	adjtimex(&tx1);
tx1                96 tools/testing/selftests/timers/raw_skew.c 	struct timex tx1, tx2;
tx1               105 tools/testing/selftests/timers/raw_skew.c 	tx1.modes = 0;
tx1               106 tools/testing/selftests/timers/raw_skew.c 	adjtimex(&tx1);
tx1               111 tools/testing/selftests/timers/raw_skew.c 	if (tx1.offset)
tx1               132 tools/testing/selftests/timers/raw_skew.c 	ppm = (tx1.freq + tx2.freq) * 1000 / 2;
tx1               133 tools/testing/selftests/timers/raw_skew.c 	ppm = (long long)tx1.freq * 1000;
tx1               138 tools/testing/selftests/timers/raw_skew.c 		if (tx1.offset || tx2.offset ||
tx1               139 tools/testing/selftests/timers/raw_skew.c 		    tx1.freq != tx2.freq || tx1.tick != tx2.tick) {