Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dswfunc.h68 #define RXDES_EM_RXERR BIT(18) macro
75 (RXDES_EM_RXERR | RXDES_EM_CRC | RXDES_EM_FTL | RXDES_EM_RUNT | \
H A Dncsi.c227 if (rx_desc0 & RXDES_EM_RXERR) { in check_rx_desc_err()
H A Dmac.c1918 if ( eng->dat.RxDes0DW & RXDES_EM_RXERR ) { in check_des_header_Rx()