min_tx_time       806 drivers/video/fbdev/omap/hwa742.c 		unsigned long min_tx_time;
min_tx_time       811 drivers/video/fbdev/omap/hwa742.c 		min_tx_time = 1000000000 / (max_tx_rate / 1000);  /* ps */
min_tx_time       812 drivers/video/fbdev/omap/hwa742.c 		if (hwa742.pix_tx_time < min_tx_time)
min_tx_time       813 drivers/video/fbdev/omap/hwa742.c 			hwa742.pix_tx_time = min_tx_time;