Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h410 #define RCR_SOFTRST 0x8000 /* resets the chip */ macro
H A Dsmc91111.c299 SMC_outw (dev, RCR_SOFTRST, RCR_REG); in smc_reset()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h535 #define RCR_SOFTRST 0x8000 // resets the chip macro
H A Dsmc91x.c267 SMC_SET_RCR(lp, RCR_SOFTRST); in smc_reset()