Home
last modified time | relevance | path

Searched refs:Dly_out_selval (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h711 uint8_t Dly_out_selval ; member
H A Dmac.c2169 if (p_eng->io.tx_delay_scan.orig == p_eng->io.Dly_out_selval) { in PrintIO_LineS()
2170 PRINTF( option, "%02x:-", p_eng->io.Dly_out_selval); in PrintIO_LineS()
2172 PRINTF( option, "%02x: ", 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()
H A Dmactest.c1302 p_eng->io.Dly_out_selval = td; in test_start()