Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dlan91c96.c212 SMC_outw(dev, LAN91C96_RCR_SOFT_RST, LAN91C96_RCR); in smc_reset()
217 SMC_outw(dev, 0, LAN91C96_RCR); in smc_reset()
254 SMC_outw(dev, LAN91C96_RCR_RXEN | LAN91C96_RCR_PRMS, LAN91C96_RCR); in smc_enable()
281 SMC_outb(dev, 0, LAN91C96_RCR); in smc_shutdown()
H A Dlan91c96.h198 #define LAN91C96_RCR 4 /* Receive Control Register */ macro