Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h89 #define RCR_CLEAR 0x0 /* set it to a base state */ macro
H A Dsmc9194.c331 outw( RCR_CLEAR, ioaddr + RCR ); in smc_reset()
393 outb( RCR_CLEAR, ioaddr + RCR ); in smc_shutdown()
H A Dsmc91x.c306 SMC_SET_RCR(lp, RCR_CLEAR); in smc_reset()
385 SMC_SET_RCR(lp, RCR_CLEAR); in smc_shutdown()
H A Dsmc91c92_cs.c236 #define RCR_CLEAR 0x0 /* set it to a base state */ macro
1655 outw(RCR_CLEAR, ioaddr + RCR); in smc_reset()
H A Dsmc91x.h528 #define RCR_CLEAR 0x0 // set it to a base state macro
/openbmc/u-boot/drivers/net/
H A Dsmc91111.c324 SMC_outw (dev, RCR_CLEAR, RCR_REG); in smc_reset()
390 SMC_outb( dev, RCR_CLEAR, RCR_REG ); in smc_halt()
H A Dsmc91111.h413 #define RCR_CLEAR 0x0 /* set it to a base state */ macro