Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c291 uint32_t NCSI_RxDesDat; in NCSI_Rx_SLT() local
300 NCSI_RxDesDat = Read_Mem_Des_NCSI_DD( eng->run.ncsi_rdes_base ); in NCSI_Rx_SLT()
302 PRINTF( FP_LOG, "[RxDes] DesOwn timeout %08x\n", NCSI_RxDesDat ); in NCSI_Rx_SLT()
305 } while( HWOwnRx( NCSI_RxDesDat ) ); in NCSI_Rx_SLT()
307 check_rx_desc_err(eng, NCSI_RxDesDat); in NCSI_Rx_SLT()
315 bytesize = (NCSI_RxDesDat & 0x3fff) - 4; in NCSI_Rx_SLT()
317 bytesize = (NCSI_RxDesDat & 0x3fff); in NCSI_Rx_SLT()
371 if ( HWEOR( NCSI_RxDesDat ) ) { in NCSI_Rx_SLT()