Home
last modified time | relevance | path

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

/openbmc/qemu/hw/m68k/
H A Dmcf5208.c51 #define RCR_SOFTRST 0x80 macro
211 if (value & RCR_SOFTRST) { in m5208_rcm_write()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h409 #define RCR_SOFTRST 0x8000 /* resets the chip */ macro
H A Dsmc91111.c299 SMC_outw (dev, RCR_SOFTRST, RCR_REG); in smc_reset()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h524 #define RCR_SOFTRST 0x8000 // resets the chip macro
H A Dsmc91x.c267 SMC_SET_RCR(lp, RCR_SOFTRST); in smc_reset()