Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cirrus/
Dep93xx_eth.c118 #define RSTAT1_RFP 0x80000000 macro
248 if (!(rstat0 & RSTAT0_RFP) || !(rstat1 & RSTAT1_RFP)) in ep93xx_rx()
316 return !!((rstat->rstat0 & RSTAT0_RFP) && (rstat->rstat1 & RSTAT1_RFP)); in ep93xx_have_more_rx()