Lines Matching refs:tx_delay_scan

794 		p_eng->io.tx_delay_scan.step = 1;  in mac_set_scan_boundary()
797 p_eng->io.tx_delay_scan.begin = tx_min >> tx_scaling; in mac_set_scan_boundary()
798 p_eng->io.tx_delay_scan.end = tx_max >> tx_scaling; in mac_set_scan_boundary()
801 p_eng->io.tx_delay_scan.step = 1; in mac_set_scan_boundary()
804 p_eng->io.tx_delay_scan.begin = tx_cur - p_eng->run.delay_margin; in mac_set_scan_boundary()
805 p_eng->io.tx_delay_scan.end = tx_cur + p_eng->run.delay_margin; in mac_set_scan_boundary()
808 p_eng->io.tx_delay_scan.step = 1; in mac_set_scan_boundary()
811 p_eng->io.tx_delay_scan.begin = 0; in mac_set_scan_boundary()
812 p_eng->io.tx_delay_scan.end = 0; in mac_set_scan_boundary()
817 p_eng->io.tx_delay_scan.orig = tx_cur; in mac_set_scan_boundary()
823 if (p_eng->io.tx_delay_scan.begin < tx_min) in mac_set_scan_boundary()
824 p_eng->io.tx_delay_scan.begin = tx_min; in mac_set_scan_boundary()
829 if (p_eng->io.tx_delay_scan.end > tx_max) in mac_set_scan_boundary()
830 p_eng->io.tx_delay_scan.end = tx_max; in mac_set_scan_boundary()
835 if (p_eng->io.tx_delay_scan.begin > p_eng->io.tx_delay_scan.end) in mac_set_scan_boundary()
836 p_eng->io.tx_delay_scan.begin = p_eng->io.tx_delay_scan.end; in mac_set_scan_boundary()
850 p_eng->io.tx_delay_scan.begin, in mac_set_scan_boundary()
851 p_eng->io.tx_delay_scan.end, in mac_set_scan_boundary()
852 p_eng->io.tx_delay_scan.orig); in mac_set_scan_boundary()
2169 if (p_eng->io.tx_delay_scan.orig == p_eng->io.Dly_out_selval) { in PrintIO_LineS()
2180 (p_eng->io.Dly_out_selval == p_eng->io.tx_delay_scan.orig)) { in PrintIO_Line()