Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h119 #define MC_RELEASE 0x80 /* remove and release the current rx packet */ macro
H A Dsmc91c92_cs.c205 #define MC_RELEASE 0x80 /* remove and release the current rx packet */ macro
1506 outw(MC_RELEASE, ioaddr + MMU_CMD); in smc_rx()
1532 outw(MC_RELEASE, ioaddr + MMU_CMD); in smc_rx()
H A Dsmc91x.c435 SMC_SET_MMU_CMD(lp, MC_RELEASE); in smc_rcv()
463 SMC_SET_MMU_CMD(lp, MC_RELEASE); in smc_rcv()
485 SMC_SET_MMU_CMD(lp, MC_RELEASE); in smc_rcv()
H A Dsmc9194.c1228 outw( MC_RELEASE, ioaddr + MMU_CMD ); in smc_rcv()
H A Dsmc91x.h617 #define MC_RELEASE (4<<5) // Remove and release the current rx packet macro
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h513 #define MC_RELEASE (4<<5) /* Remove and release the current rx packet */ macro
H A Dsmc91111.c758 SMC_outw( dev, MC_RELEASE, MMU_CMD_REG ); in smc_rcv()