Home
last modified time | relevance | path

Searched refs:RxDes0DW (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c1883 eng->dat.RxDes0DW = Read_Mem_Des_DD(adr); in check_des_header_Rx()
1885 while (HWOwnRx(eng->dat.RxDes0DW)) { in check_des_header_Rx()
1891 type, adr, eng->dat.RxDes0DW, desnum, in check_des_header_Rx()
1901 eng->dat.RxDes0DW = Read_Mem_Des_DD(adr); in check_des_header_Rx()
1908 if ( ( eng->dat.RxDes0DW & 0x3fff ) != ( eng->dat.FRAME_LEN_Cur + 4 ) ) { in check_des_header_Rx()
1910 …4d) [Des:%d][loop[%d]:%d]\n", type, adr, eng->dat.RxDes0DW, eng->dat.RxDes3DW, ( eng->dat.RxDes0… in check_des_header_Rx()
1915 if ( eng->dat.RxDes0DW & RXDES_EM_ALL ) { in check_des_header_Rx()
1918 if ( eng->dat.RxDes0DW & RXDES_EM_RXERR ) { in check_des_header_Rx()
1919 …%08x:%08x %08x [Des:%d][loop[%d]:%d]\n", type, adr, eng->dat.RxDes0DW, eng->dat.RxDes3D… in check_des_header_Rx()
1925 if ( eng->dat.RxDes0DW & RXDES_EM_CRC ) { in check_des_header_Rx()
[all …]
H A Dcomminf.h736 uint32_t RxDes0DW ; member