Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dsmsc95xx.c52 #define PM_CTL_PHY_RST_ 0x00000010 macro
505 write_buf = PM_CTL_PHY_RST_; in smsc95xx_init_common()
517 } while ((read_buf & PM_CTL_PHY_RST_) && (timeout < 100)); in smsc95xx_init_common()