Lines Matching refs:tr
573 int dirplay, int sl, unsigned int tr, int thsource) in vortex_src_setupchannel() argument
587 if ((tr & 0x10000) && (tr != 0x10000)) { in vortex_src_setupchannel()
588 tr = 0; in vortex_src_setupchannel()
591 if ((((short)tr) < 0) && (tr != 0x8000)) { in vortex_src_setupchannel()
592 tr = 0; in vortex_src_setupchannel()
595 tr = 1; in vortex_src_setupchannel()
601 tr = 0; /*ebx = 0 */ in vortex_src_setupchannel()
608 tr = 1; in vortex_src_setupchannel()
616 if (tr) in vortex_src_setupchannel()
622 if (tr) in vortex_src_setupchannel()
635 (tr << 0x11) | (dirplay << 0x10) | (ebp << 0x8) | esp10); in vortex_src_setupchannel()